1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 22 span.virtual_style 23 { 24 font-size : 8pt; 25 color : white; 26 font-weight : bold; 27 background : #0a0; 28 border-left : solid 1px #0f0; 29 border-top : solid 1px #0f0; 30 border-right : solid 1px #060; 31 border-bottom : solid 1px #060; 32 padding-left : 2px; 33 padding-right : 2px; 34 } 35 36 span.protected_style 37 { 38 font-size : 8pt; 39 color : white; 40 font-weight : bold; 41 background : #444; 42 border-left : solid 1px #ccc; 43 border-top : solid 1px #ccc; 44 border-right : solid 1px #222; 45 border-bottom : solid 1px #222; 46 padding-left : 2px; 47 padding-right : 2px; 48 } 49 --></style> 50 <title>nw::gfx::TopPriorDepthRenderKeyFactory</title> 51 </head> 52 <body> 53 <h1>nw::gfx::TopPriorDepthRenderKeyFactory Class</h1> 54 <h2>Syntax</h2> 55 <div class="section"> 56 <pre class="definition">template <typename TKey, typename TDepthQuantizer> 57class TopPriorDepthRenderKeyFactory : public <a href="../../../nw/gfx/BasicRenderKeyFactory/Overview.html">nw::gfx::BasicRenderKeyFactory< TKey ></a></pre> 58 </div> 59 <h2>Template Arguments</h2> 60 <div class="section"> 61 <table class="arguments"> 62 <thead> 63 <tr> 64 <th>Name</th> 65 <td>Description</td> 66 </tr> 67 </thead> 68 <tr> 69 <th><CODE>TKey</CODE></th> 70 <td>The render key type.</td> 71 </tr> 72 <tr> 73 <th>TDepthQuantizer</th> 74 <td>The functor type for quantizing depth values.</td> 75 </tr> </table> 76 </div> 77 <h2>Description</h2> 78 <div class="section"> 79 <p>Render key factory class that gives top priority to depths.</p><p>Depth takes higher priority than rendering priority.</p></div> 80 <a name="typedef" id="typedef"> 81 <h2><CODE>typedef</CODE> Definitions</h2> 82 <div class="section"> 83 <table class="members"> 84 <tr> 85 <td width="100" /> 86 <th> 87 <a href="../../../nw/gfx/TopPriorDepthRenderKeyFactory/KeyType.html"><CODE>KeyType</CODE></a> 88 </th> 89 <td>Type of the key value.</td> 90 </tr> 91 <tr> 92 <td width="100" /> 93 <th> 94 <a href="../../../nw/gfx/TopPriorDepthRenderKeyFactory/RenderElementType.html"><CODE>RenderElementType</CODE></a> 95 </th> 96 <td>Definition of the class serving as the render unit.</td> 97 </tr> 98 <tr> 99 <td width="100" /> 100 <th> 101 <a href="../../../nw/gfx/TopPriorDepthRenderKeyFactory/Bit64RenderKeyType.html"><CODE>Bit64RenderKeyType</CODE></a> 102 </th> 103 <td>Definition of the key-creation class.</td> 104 </tr> </table> 105 </div> 106 </a> <a name="function" id="function"> 107 <h2>Member Functions</h2> 108 <div class="section"> 109 <table class="members"> 110 <tr> 111 <th class="category" colspan="3">Creation</th> 112 </tr> 113 <tr> 114 <td width="100"> 115 <span class="static_style" title="static">S</span> </td> 116 <th> 117 <a href="../../../nw/gfx/TopPriorDepthRenderKeyFactory/Create.html">Create</a> 118 </th> 119 <td>Creates a factory.</td> 120 </tr> 121 <tr> 122 <th class="category" colspan="3">Create/Destroy</th> 123 </tr> 124 <tr> 125 <td width="100"> </td> 126 <th> 127 <a href="../../../nw/gfx/GfxObject/Destroy.html"><CODE>Destroy</CODE></a> 128 </th> 129 <td>Destroys an object.(Derived from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>GfxObject</CODE></a>.</td> 130 </tr> 131 <tr> 132 <th class="category" colspan="3">Other</th> 133 </tr> 134 <tr> 135 <td width="100"> <span class="virtual_style" title="virtual">V</span> 136 </td> 137 <th> 138 <a href="../../../nw/gfx/TopPriorDepthRenderKeyFactory/CreateRenderKey.html"><CODE>CreateRenderKey</CODE></a> 139 </th> 140 <td>Creates a render key.</td> 141 </tr> 142 <tr> 143 <td width="100"> <span class="virtual_style" title="virtual">V</span> 144 </td> 145 <th> 146 <a href="../../../nw/gfx/TopPriorDepthRenderKeyFactory/CreateCommandRenderKey.html"><CODE>CreateCommandRenderKey</CODE></a> 147 </th> 148 <td>Creates a render key for commands.</td> 149 </tr> </table> 150 </div> 151 </a> 152 <h2>Class Hierarchy</h2> 153 <div class="section"> 154 <p class="hierarchy"><a href="../../../nw/gfx/GfxObject/Overview.html">nw::gfx::GfxObject</a><br /> <a href="../../../nw/gfx/BasicRenderKeyFactory/Overview.html">nw::gfx::BasicRenderKeyFactory</a><br /> <b>nw::gfx::TopPriorDepthRenderKeyFactory</b> 155 </p> 156 </div> 157 <hr><p>CONFIDENTIAL</p></body> 158</html>