source: NonGTP/FCollada/Documentation/_f_c_d_physics_model_instance_8h-source.html @ 964

Revision 964, 5.1 KB checked in by igarcia, 18 years ago (diff)
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3<title>FCollada: FCDocument/FCDPhysicsModelInstance.h Source File</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.4.6-NO -->
8<div class="tabs">
9  <ul>
10    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
11    <li><a href="modules.html"><span>Modules</span></a></li>
12    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
13    <li><a href="classes.html"><span>Classes</span></a></li>
14    <li id="current"><a href="files.html"><span>Files</span></a></li>
15    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
16  </ul></div>
17<div class="tabs">
18  <ul>
19    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
20    <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
21  </ul></div>
22<h1>FCDocument/FCDPhysicsModelInstance.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
23<a name="l00002"></a>00002 <span class="comment">    Copyright (C) 2005-2006 Feeling Software Inc.</span>
24<a name="l00003"></a>00003 <span class="comment">    MIT License: http://www.opensource.org/licenses/mit-license.php</span>
25<a name="l00004"></a>00004 <span class="comment">*/</span>
26<a name="l00005"></a>00005
27<a name="l00006"></a>00006 <span class="preprocessor">#ifndef _FCD_PHYSICS_MODEL_ENTITY_H_</span>
28<a name="l00007"></a>00007 <span class="preprocessor"></span><span class="preprocessor">#define _FCD_PHYSICS_MODEL_ENTITY_H_</span>
29<a name="l00008"></a>00008 <span class="preprocessor"></span>
30<a name="l00009"></a>00009 <span class="preprocessor">#include "<a class="code" href="_f_c_d_entity_instance_8h.html">FCDocument/FCDEntityInstance.h</a>"</span>
31<a name="l00010"></a>00010
32<a name="l00011"></a>00011 <span class="keyword">class </span><a class="code" href="class_f_c_document.html">FCDocument</a>;
33<a name="l00012"></a>00012
34<a name="l00013"></a>00013 <span class="keyword">typedef</span> <a class="code" href="classvector.html">vector&lt;FCDEntityInstance*&gt;</a> <a class="code" href="classvector.html">FCDEntityInstanceList</a>;
35<a name="l00014"></a>00014
36<a name="l00015"></a>00015 <span class="keyword">class </span>FCOLLADA_EXPORT FCDPhysicsModelInstance : <span class="keyword">public</span> <a class="code" href="class_f_c_d_entity_instance.html">FCDEntityInstance</a>
37<a name="l00016"></a>00016 {
38<a name="l00017"></a>00017 <span class="keyword">private</span>:
39<a name="l00018"></a>00018     <a class="code" href="_f_u_object_type_8h.html#8124b8a8706cd10260f8cd5a7bd8e691">DeclareObjectType</a>;
40<a name="l00019"></a>00019 <a class="code" href="classvector.html">FCDEntityInstanceList</a> instances;
41<a name="l00020"></a>00020
42<a name="l00021"></a>00021 <span class="keyword">public</span>:
43<a name="l00022"></a>00022     FCDPhysicsModelInstance(<a class="code" href="class_f_c_document.html">FCDocument</a>* document, <a class="code" href="class_f_c_d_entity.html">FCDEntity</a>* entity);
44<a name="l00023"></a>00023 <span class="keyword">virtual</span> ~FCDPhysicsModelInstance();
45<a name="l00024"></a>00024
46<a name="l00025"></a>00025 <a class="code" href="classvector.html">FCDEntityInstanceList</a>&amp; GetInstances() {<span class="keywordflow">return</span> instances;}
47<a name="l00026"></a>00026
48<a name="l00027"></a>00027     <span class="comment">// FCDEntity override for RTTI-like</span>
49<a name="l00028"></a>00028 <span class="keyword">virtual</span> <a class="code" href="namespace_f_u_dae_profile_type.html#c10ea253a7a141708de2324a929f8a79">Type</a> <a class="code" href="class_f_c_d_entity_instance.html#773c2cfdbad937e93da7a3fa71a671a7">GetType</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> PHYSICS_MODEL; }
50<a name="l00029"></a>00029
51<a name="l00030"></a>00030     <span class="comment">// Load the geometry instance from the COLLADA document</span>
52<a name="l00031"></a>00031 <span class="keyword">virtual</span> <a class="code" href="class_f_u_status.html">FUStatus</a> <a class="code" href="class_f_c_d_entity_instance.html#b70a5bb408f85f587e2d890f0ebb0452">LoadFromXML</a>(xmlNode* instanceNode);
53<a name="l00032"></a>00032
54<a name="l00033"></a>00033     <span class="comment">// Write out the instantiation information to the xml node tree</span>
55<a name="l00034"></a>00034 <span class="keyword">virtual</span> xmlNode* <a class="code" href="class_f_c_d_entity_instance.html#a67ca9dc1db615c0cec9f3879015e453">WriteToXML</a>(xmlNode* parentNode) <span class="keyword">const</span>;
56<a name="l00035"></a>00035 };
57<a name="l00036"></a>00036
58<a name="l00037"></a>00037 <span class="preprocessor">#endif // _FCD_PHYSICS_MODEL_ENTITY_H_</span>
59</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri May 12 16:44:39 2006 for FCollada by&nbsp;
60<a href="http://www.doxygen.org/index.html">
61<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6-NO </small></address>
62</body>
63</html>
Note: See TracBrowser for help on using the repository browser.