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

Revision 964, 7.7 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/FCDEntityInstance.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/FCDEntityInstance.h</h1><a href="_f_c_d_entity_instance_8h.html">Go to the documentation of this file.</a><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 <span class="comment">/*</span>
27<a name="l00006"></a>00006 <span class="comment">    Based on the FS Import classes:</span>
28<a name="l00007"></a>00007 <span class="comment">    Copyright (C) 2005-2006 Feeling Software Inc</span>
29<a name="l00008"></a>00008 <span class="comment">    Copyright (C) 2005-2006 Autodesk Media Entertainment</span>
30<a name="l00009"></a>00009 <span class="comment">    MIT License: http://www.opensource.org/licenses/mit-license.php</span>
31<a name="l00010"></a>00010 <span class="comment">*/</span>
32<a name="l00011"></a>00011
33<a name="l00017"></a>00017 <span class="preprocessor">#ifndef _FCD_ENTITY_INSTANCE_H_</span>
34<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define _FCD_ENTITY_INSTANCE_H_</span>
35<a name="l00019"></a>00019 <span class="preprocessor"></span>
36<a name="l00020"></a>00020 <span class="keyword">class </span><a class="code" href="class_f_c_document.html">FCDocument</a>;
37<a name="l00021"></a>00021 <span class="keyword">class </span><a class="code" href="class_f_c_d_entity.html">FCDEntity</a>;
38<a name="l00022"></a>00022
39<a name="l00023"></a>00023 <span class="preprocessor">#include "<a class="code" href="_f_c_d_object_8h.html">FCDocument/FCDObject.h</a>"</span>
40<a name="l00024"></a>00024 <span class="preprocessor">#include "<a class="code" href="_f_c_d_entity_8h.html">FCDocument/FCDEntity.h</a>"</span>
41<a name="l00025"></a>00025
42<a name="l00034"></a><a class="code" href="class_f_c_d_entity_instance.html">00034</a> <span class="keyword">class </span>FCOLLADA_EXPORT <a class="code" href="class_f_c_d_entity_instance.html">FCDEntityInstance</a> : <span class="keyword">public</span> <a class="code" href="class_f_c_d_object.html">FCDObject</a>
43<a name="l00035"></a>00035 {
44<a name="l00036"></a>00036 <span class="keyword">public</span>:
45<a name="l00039"></a><a class="code" href="class_f_c_d_entity_instance.html#82e95eec7d9242bbedb336b0d35b59d3">00039</a>     <span class="keyword">enum</span> <a class="code" href="class_f_c_d_entity_instance.html#82e95eec7d9242bbedb336b0d35b59d3">Type</a>
46<a name="l00040"></a>00040     {
47<a name="l00041"></a>00041         SIMPLE,
48<a name="l00043"></a>00043         EXTERNAL_REFERENCE,
49<a name="l00044"></a>00044         GEOMETRY,
50<a name="l00045"></a>00045         MATERIAL,
51<a name="l00046"></a>00046         PHYSICS_MODEL,
52<a name="l00047"></a>00047         PHYSICS_RIGID_BODY,
53<a name="l00048"></a><a class="code" href="class_f_c_d_entity_instance.html#82e95eec7d9242bbedb336b0d35b59d32f1de96262a206342daf00ceda2bd582">00048</a>         PHYSICS_RIGID_CONSTRAINT
54<a name="l00049"></a>00049     };
55<a name="l00050"></a>00050
56<a name="l00051"></a>00051 <span class="keyword">private</span>:
57<a name="l00052"></a>00052     <a class="code" href="_f_u_object_type_8h.html#8124b8a8706cd10260f8cd5a7bd8e691">DeclareObjectType</a>;
58<a name="l00053"></a>00053     <a class="code" href="class_f_c_d_entity.html">FCDEntity</a>* entity;
59<a name="l00054"></a>00054
60<a name="l00055"></a>00055 <span class="keyword">public</span>:
61<a name="l00062"></a>00062     <a class="code" href="class_f_c_d_entity_instance.html">FCDEntityInstance</a>(<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 = NULL);
62<a name="l00063"></a>00063
63<a name="l00067"></a>00067 <span class="keyword">virtual</span> ~<a class="code" href="class_f_c_d_entity_instance.html">FCDEntityInstance</a>();
64<a name="l00068"></a>00068
65<a name="l00072"></a><a class="code" href="class_f_c_d_entity_instance.html#773c2cfdbad937e93da7a3fa71a671a7">00072</a>     <span class="keyword">virtual</span> <a class="code" href="class_f_c_d_entity_instance.html#82e95eec7d9242bbedb336b0d35b59d3">Type</a> GetType()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> SIMPLE; }
66<a name="l00073"></a>00073
67<a name="l00076"></a><a class="code" href="class_f_c_d_entity_instance.html#7ebde388a7aa19467c07c9b1fd5bad4b">00076</a>     <span class="keyword">inline</span> <a class="code" href="class_f_c_d_entity.html">FCDEntity</a>* GetEntity() { <span class="keywordflow">return</span> entity; }
68<a name="l00077"></a><a class="code" href="class_f_c_d_entity_instance.html#c311fa6264528437a06bf02fb9a2b3a8">00077</a>     <span class="keyword">inline</span> <span class="keyword">const</span> <a class="code" href="class_f_c_d_entity.html">FCDEntity</a>* GetEntity()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> entity; }
69<a name="l00083"></a><a class="code" href="class_f_c_d_entity_instance.html#b70a5bb408f85f587e2d890f0ebb0452">00083</a>     <span class="keyword">virtual</span> <a class="code" href="class_f_u_status.html">FUStatus</a> LoadFromXML(xmlNode* <a class="code" href="_f_utils_8h.html#a2c1c2787f4fc780b0a902fc66d5c3ce">UNUSED</a>(instanceNode)) { <span class="keywordflow">return</span> <a class="code" href="class_f_u_status.html">FUStatus</a>(<span class="keyword">true</span>); }
70<a name="l00084"></a>00084
71<a name="l00088"></a>00088 <span class="keyword">virtual</span> xmlNode* WriteToXML(xmlNode* parentNode) <span class="keyword">const</span>;
72<a name="l00089"></a>00089
73<a name="l00090"></a>00090 <span class="keyword">protected</span>:
74<a name="l00094"></a><a class="code" href="class_f_c_d_entity_instance.html#f486b23c74a630378fd25b2865bafd0b">00094</a>     <span class="keyword">inline</span> <span class="keywordtype">void</span> SetEntity(<a class="code" href="class_f_c_d_entity.html">FCDEntity</a>* _entity) { entity = _entity; }
75<a name="l00095"></a>00095
76<a name="l00099"></a>00099 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* GetInstanceClassType(<a class="code" href="class_f_c_d_entity.html#9301a4bd5f4d4190ec13e40db4effdd7">FCDEntity::Type</a> type);
77<a name="l00100"></a>00100 };
78<a name="l00101"></a>00101
79<a name="l00102"></a>00102 <span class="preprocessor">#endif // _FCD_ENTITY_INSTANCE_H_</span>
80</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri May 12 16:44:38 2006 for FCollada by&nbsp;
81<a href="http://www.doxygen.org/index.html">
82<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6-NO </small></address>
83</body>
84</html>
Note: See TracBrowser for help on using the repository browser.