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 <title>GetMemorySize</title> 8 </head> 9 <body> 10 <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/gfx/Overview.html">gfx</a>::<a href="../../../nw/gfx/ParticleModel/Overview.html">ParticleModel</a>::GetMemorySize</CODE> Member Function</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14static size_t GetMemorySize( 15 ResParticleModel resource, 16 const <a href="../../../nw/gfx/ParticleModel/Description/Overview.html">ParticleModel::Description</a> & modelDescription, 17 size_t alignment = <a href="../../../nw/os/IAllocator/DEFAULT_ALIGNMENT.html">os::IAllocator::DEFAULT_ALIGNMENT</a> 18); 19 20static size_t GetMemorySize( 21 ResModel resModel, 22 <a href="../../../nw/gfx/Model/Description/Overview.html">Description</a> description, 23 size_t alignment = <a href="../../../nw/os/IAllocator/DEFAULT_ALIGNMENT.html">os::IAllocator::DEFAULT_ALIGNMENT</a> 24); 25 26static size_t GetMemorySize( 27 ResTransformNode resTransformNode, 28 <a href="../../../nw/gfx/Model/Description/Overview.html">Description</a> description, 29 size_t alignment = <a href="../../../nw/os/IAllocator/DEFAULT_ALIGNMENT.html">os::IAllocator::DEFAULT_ALIGNMENT</a> 30); 31 32static size_t GetMemorySize( 33 ResSceneNode resSceneNode, 34 <a href="../../../nw/gfx/Model/Description/Overview.html">Description</a> description, 35 size_t alignment = <a href="../../../nw/os/IAllocator/DEFAULT_ALIGNMENT.html">os::IAllocator::DEFAULT_ALIGNMENT</a> 36); 37</pre> 38 </div> 39 <h2>List of Overloaded Member Functions</h2> 40 <div class="section"> 41 <table class="members"> 42 <tr> 43 <td> 44 <a href="./GetMemorySize(0).html"><CODE>GetMemorySize(ResParticleModel, const ParticleModel::Description &, size_t)</CODE> </a> 45 </td> 46 <td>Gets the memory size required at time of creation.</td> 47 </tr> 48 <tr> 49 <td> 50 <a href="./GetMemorySize(1).html"><CODE>GetMemorySize(ResModel, Description, size_t)</CODE> </a> 51 </td> 52 <td>Gets the memory size required at time of creation.</td> 53 </tr> 54 <tr> 55 <td> 56 <a href="./GetMemorySize(2).html"><CODE>GetMemorySize(ResTransformNode, Description, size_t)</CODE> </a> 57 </td> 58 <td>Gets the memory size required at time of creation.</td> 59 </tr> 60 <tr> 61 <td> 62 <a href="./GetMemorySize(3).html"><CODE>GetMemorySize(ResSceneNode, Description, size_t)</CODE> </a> 63 </td> 64 <td>Gets the memory size required at time of creation.</td> 65 </tr> </table> 66 </div> 67 <h2>Description of <CODE>GetMemorySize(ResParticleModel, const ParticleModel::Description &, size_t)</CODE></h2> 68 <div class="section"> 69 <p>Gets the memory size required at time of creation.</p> 70 </div> 71 <h2>Description of <CODE>GetMemorySize(ResModel, Description, size_t)</CODE></h2> 72 <div class="section"> 73 <p>Gets the memory size required at time of creation.</p> 74 </div> 75 <h2>Description of <CODE>GetMemorySize(ResTransformNode, Description, size_t)</CODE></h2> 76 <div class="section"> 77 <p>Gets the memory size required at time of creation.</p> 78 </div> 79 <h2>Description of <CODE>GetMemorySize(ResSceneNode, Description, size_t)</CODE></h2> 80 <div class="section"> 81 <p>Gets the memory size required at time of creation.</p> 82 </div> 83 <hr><p>CONFIDENTIAL</p></body> 84</html>