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>GetModels</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/res/Overview.html">res</a>::<a href="../../../../nw/gfx/res/ResGraphicsFile/Overview.html">ResGraphicsFile</a>::GetModels</CODE> Member Function</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14<a href="../../../../nw/gfx/res/ResModel/Overview.html">ResModel</a> GetModels( 15 int idx 16); 17<a href="../../../../nw/gfx/res/ResModel/Overview.html">ResModel</a> GetModels( 18 const char * key 19); 20const <a href="../../../../nw/gfx/res/ResModel/Overview.html">ResModel</a> GetModels( 21 int idx 22) const; 23const <a href="../../../../nw/gfx/res/ResModel/Overview.html">ResModel</a> GetModels( 24 const char * key 25) const; 26<span>nw::ut::internal::ResArray</span>< <a href="../../../../nw/gfx/res/ResModel/Overview.html">ResModel</a>, <span>nw::ut::internal::ResArrayDicTraits</span>< <a href="../../../../nw/ut/ResDicPatriciaData/Overview.html">nw::ut::ResDicPatriciaData</a> >::Traits > GetModels(); 27const <span>nw::ut::internal::ResArray</span>< const <a href="../../../../nw/gfx/res/ResModel/Overview.html">ResModel</a>, <span>nw::ut::internal::ResArrayDicTraits</span>< <a href="../../../../nw/ut/ResDicPatriciaData/Overview.html">nw::ut::ResDicPatriciaData</a> >::Traits > GetModels() const; 28</pre> 29 </div> 30 <h2>List of Overloaded Member Functions</h2> 31 <div class="section"> 32 <table class="members"> 33 <tr> 34 <td> 35 <a href="./GetModels(0).html">GetModels ( int ) </a> 36 </td> 37 <td>Gets the model resource.</td> 38 </tr> 39 <tr> 40 <td> 41 <a href="./GetModels(1).html">GetModels ( const char * ) </a> 42 </td> 43 <td> 44 </td> 45 </tr> 46 <tr> 47 <td> 48 <a href="./GetModels(2).html">GetModels ( int ) </a> 49 </td> 50 <td> 51 </td> 52 </tr> 53 <tr> 54 <td> 55 <a href="./GetModels(3).html">GetModels ( const char * ) </a> 56 </td> 57 <td> 58 </td> 59 </tr> 60 <tr> 61 <td> 62 <a href="./GetModels(4).html">GetModels ( ) </a> 63 </td> 64 <td> 65 </td> 66 </tr> 67 <tr> 68 <td> 69 <a href="./GetModels(5).html">GetModels ( ) </a> 70 </td> 71 <td> 72 </td> 73 </tr> </table> 74 </div> 75 <h2>Description of GetModels(int)</h2> 76 <div class="section"> 77 <p>Gets the model resource.</p> 78 </div> 79 <h2>Description of GetModels ( const char * )</h2> 80 <div class="section"> 81 <p> 82 </p> 83 </div> 84 <h2>Description of GetModels(int)</h2> 85 <div class="section"> 86 <p> 87 </p> 88 </div> 89 <h2>Description of GetModels ( const char * )</h2> 90 <div class="section"> 91 <p> 92 </p> 93 </div> 94 <h2>Description of GetModels( )</h2> 95 <div class="section"> 96 <p> 97 </p> 98 </div> 99 <h2>Description of GetModels( )</h2> 100 <div class="section"> 101 <p> 102 </p> 103 </div> 104 <hr><p>CONFIDENTIAL</p></body> 105</html> 106