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/FCDocument.h File Reference</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 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 Pages</span></a></li> |
---|
16 | </ul></div> |
---|
17 | <div class="tabs"> |
---|
18 | <ul> |
---|
19 | <li><a href="files.html"><span>File List</span></a></li> |
---|
20 | <li><a href="globals.html"><span>File Members</span></a></li> |
---|
21 | </ul></div> |
---|
22 | <h1>FCDocument/FCDocument.h File Reference</h1>This file declares the COLLADA document object model top class: <a class="el" href="class_f_c_document.html">FCDocument</a>. <a href="#_details">More...</a> |
---|
23 | <p> |
---|
24 | <code>#include "<a class="el" href="_f_u_object_8h-source.html">FUtils/FUObject.h</a>"</code><br> |
---|
25 | |
---|
26 | <p> |
---|
27 | <a href="_f_c_document_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> |
---|
28 | <tr><td></td></tr> |
---|
29 | <tr><td colspan="2"><br><h2>Classes</h2></td></tr> |
---|
30 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_layer.html">FCDLayer</a></td></tr> |
---|
31 | |
---|
32 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A layer declaration. <a href="class_f_c_d_layer.html#_details">More...</a><br></td></tr> |
---|
33 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_document.html">FCDocument</a></td></tr> |
---|
34 | |
---|
35 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The top class for the COLLADA object model. <a href="class_f_c_document.html#_details">More...</a><br></td></tr> |
---|
36 | <tr><td colspan="2"><br><h2>Typedefs</h2></td></tr> |
---|
37 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="47eca22019a0f2fd2a06464292ae4bd6"></a><!-- doxytag: member="FCDocument.h::FCDMaterialList" ref="47eca22019a0f2fd2a06464292ae4bd6" args="" --> |
---|
38 | typedef <a class="el" href="classvector.html">vector</a>< <a class="el" href="class_f_c_d_material.html">FCDMaterial</a> * > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_document_8h.html#47eca22019a0f2fd2a06464292ae4bd6">FCDMaterialList</a></td></tr> |
---|
39 | |
---|
40 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A dynamically-sized array of visual material entities. <br></td></tr> |
---|
41 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="2c80e40a522a1d6884a190349e10341a"></a><!-- doxytag: member="FCDocument.h::FCDAnimatedList" ref="2c80e40a522a1d6884a190349e10341a" args="" --> |
---|
42 | typedef <a class="el" href="classvector.html">vector</a>< <a class="el" href="class_f_c_d_animated.html">FCDAnimated</a> * > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_document_8h.html#2c80e40a522a1d6884a190349e10341a">FCDAnimatedList</a></td></tr> |
---|
43 | |
---|
44 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A dynamically-sized array of animated values. <br></td></tr> |
---|
45 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="137756c6280e82d7cd62034b3f04e11f"></a><!-- doxytag: member="FCDocument.h::FCDAnimationChannelList" ref="137756c6280e82d7cd62034b3f04e11f" args="" --> |
---|
46 | typedef <a class="el" href="classvector.html">vector</a>< <a class="el" href="class_f_c_d_animation_channel.html">FCDAnimationChannel</a> * > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_document_8h.html#137756c6280e82d7cd62034b3f04e11f">FCDAnimationChannelList</a></td></tr> |
---|
47 | |
---|
48 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A dynamically-sized array of animation channels. <br></td></tr> |
---|
49 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cccf4fe3089e780d988dbdf55d3adae0"></a><!-- doxytag: member="FCDocument.h::FCDAnimatedValueMap" ref="cccf4fe3089e780d988dbdf55d3adae0" args="" --> |
---|
50 | typedef <a class="el" href="classmap.html">map</a>< const float *,<br> |
---|
51 | <a class="el" href="class_f_c_d_animated.html">FCDAnimated</a> * > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_document_8h.html#cccf4fe3089e780d988dbdf55d3adae0">FCDAnimatedValueMap</a></td></tr> |
---|
52 | |
---|
53 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A map of animatable values to animated values. <br></td></tr> |
---|
54 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9dbcece62b9c249c35027f130fcd3964"></a><!-- doxytag: member="FCDocument.h::FCDLayerList" ref="9dbcece62b9c249c35027f130fcd3964" args="" --> |
---|
55 | typedef <a class="el" href="classvector.html">vector</a>< <a class="el" href="class_f_c_d_layer.html">FCDLayer</a> * > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_document_8h.html#9dbcece62b9c249c35027f130fcd3964">FCDLayerList</a></td></tr> |
---|
56 | |
---|
57 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A dynamically-sized array of layer declarations. <br></td></tr> |
---|
58 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="22f2c62e1fc610b7f2b2e1081536578b"></a><!-- doxytag: member="FCDocument.h::FCDObjectList" ref="22f2c62e1fc610b7f2b2e1081536578b" args="" --> |
---|
59 | typedef <a class="el" href="classvector.html">vector</a>< <a class="el" href="class_f_c_d_object.html">FCDObject</a> * > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_document_8h.html#22f2c62e1fc610b7f2b2e1081536578b">FCDObjectList</a></td></tr> |
---|
60 | |
---|
61 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A dynamically-sized array of material entities. <br></td></tr> |
---|
62 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="57d45e5321165349349287ea97dfb48e"></a><!-- doxytag: member="FCDocument.h::FCDAnimationLibrary" ref="57d45e5321165349349287ea97dfb48e" args="" --> |
---|
63 | typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>< <a class="el" href="class_f_c_d_animation.html">FCDAnimation</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_document_8h.html#57d45e5321165349349287ea97dfb48e">FCDAnimationLibrary</a></td></tr> |
---|
64 | |
---|
65 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A COLLADA library of animation entities. <br></td></tr> |
---|
66 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="74bd1908b99bb53fa0254ebca06927b2"></a><!-- doxytag: member="FCDocument.h::FCDAnimationClipLibrary" ref="74bd1908b99bb53fa0254ebca06927b2" args="" --> |
---|
67 | typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>< FCDAnimationClip > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_document_8h.html#74bd1908b99bb53fa0254ebca06927b2">FCDAnimationClipLibrary</a></td></tr> |
---|
68 | |
---|
69 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A COLLADA library of animation clip entities. <br></td></tr> |
---|
70 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b6279b6bc21f767b82f149f215cd9992"></a><!-- doxytag: member="FCDocument.h::FCDCameraLibrary" ref="b6279b6bc21f767b82f149f215cd9992" args="" --> |
---|
71 | typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>< <a class="el" href="class_f_c_d_camera.html">FCDCamera</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_document_8h.html#b6279b6bc21f767b82f149f215cd9992">FCDCameraLibrary</a></td></tr> |
---|
72 | |
---|
73 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A COLLADA library of camera entities. <br></td></tr> |
---|
74 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="22bf36412fc48661021a1978714fae55"></a><!-- doxytag: member="FCDocument.h::FCDControllerLibrary" ref="22bf36412fc48661021a1978714fae55" args="" --> |
---|
75 | typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>< <a class="el" href="class_f_c_d_controller.html">FCDController</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_document_8h.html#22bf36412fc48661021a1978714fae55">FCDControllerLibrary</a></td></tr> |
---|
76 | |
---|
77 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A COLLADA library of controller entities. <br></td></tr> |
---|
78 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="af38e757fdd9d6fafcca17ef083c02a7"></a><!-- doxytag: member="FCDocument.h::FCDGeometryLibrary" ref="af38e757fdd9d6fafcca17ef083c02a7" args="" --> |
---|
79 | typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>< <a class="el" href="class_f_c_d_geometry.html">FCDGeometry</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_document_8h.html#af38e757fdd9d6fafcca17ef083c02a7">FCDGeometryLibrary</a></td></tr> |
---|
80 | |
---|
81 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A COLLADA library of geometric entities. <br></td></tr> |
---|
82 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b5559101f03eaa1423ccffec5b325b74"></a><!-- doxytag: member="FCDocument.h::FCDImageLibrary" ref="b5559101f03eaa1423ccffec5b325b74" args="" --> |
---|
83 | typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>< <a class="el" href="class_f_c_d_image.html">FCDImage</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_document_8h.html#b5559101f03eaa1423ccffec5b325b74">FCDImageLibrary</a></td></tr> |
---|
84 | |
---|
85 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A COLLADA library of images. <br></td></tr> |
---|
86 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="febcd7340edd6cc703ee365f3fdeff54"></a><!-- doxytag: member="FCDocument.h::FCDLightLibrary" ref="febcd7340edd6cc703ee365f3fdeff54" args="" --> |
---|
87 | typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>< <a class="el" href="class_f_c_d_light.html">FCDLight</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_document_8h.html#febcd7340edd6cc703ee365f3fdeff54">FCDLightLibrary</a></td></tr> |
---|
88 | |
---|
89 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A COLLADA library of light entities. <br></td></tr> |
---|
90 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c2aabfb5e7aa01319379c8600d8c9821"></a><!-- doxytag: member="FCDocument.h::FCDVisualSceneNodeLibrary" ref="c2aabfb5e7aa01319379c8600d8c9821" args="" --> |
---|
91 | typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>< <a class="el" href="class_f_c_d_scene_node.html">FCDSceneNode</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_document_8h.html#c2aabfb5e7aa01319379c8600d8c9821">FCDVisualSceneNodeLibrary</a></td></tr> |
---|
92 | |
---|
93 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A COLLADA library of visual scene nodes. <br></td></tr> |
---|
94 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5fa1b77185800879d9467ae17ecd5cec"></a><!-- doxytag: member="FCDocument.h::FCDPhysicsModelLibrary" ref="5fa1b77185800879d9467ae17ecd5cec" args="" --> |
---|
95 | typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>< FCDPhysicsModel > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_document_8h.html#5fa1b77185800879d9467ae17ecd5cec">FCDPhysicsModelLibrary</a></td></tr> |
---|
96 | |
---|
97 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A COLLADA library of physics model entities. <br></td></tr> |
---|
98 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e3bde7521f644a4729b86b21042247f4"></a><!-- doxytag: member="FCDocument.h::FCDPhysicsMaterialLibrary" ref="e3bde7521f644a4729b86b21042247f4" args="" --> |
---|
99 | typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>< FCDPhysicsMaterial > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_document_8h.html#e3bde7521f644a4729b86b21042247f4">FCDPhysicsMaterialLibrary</a></td></tr> |
---|
100 | |
---|
101 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A COLLADA library of physics material entities. <br></td></tr> |
---|
102 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="54d44bf98c184c27fc9dd641628856c9"></a><!-- doxytag: member="FCDocument.h::FCDPhysicsSceneLibrary" ref="54d44bf98c184c27fc9dd641628856c9" args="" --> |
---|
103 | typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>< FCDPhysicsSceneNode > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_document_8h.html#54d44bf98c184c27fc9dd641628856c9">FCDPhysicsSceneLibrary</a></td></tr> |
---|
104 | |
---|
105 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A COLLADA library of physics scene nodes. <br></td></tr> |
---|
106 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5345e7f7db7cea30b601fd4dd5857a85"></a><!-- doxytag: member="FCDocument.h::FUSUniqueStringMap" ref="5345e7f7db7cea30b601fd4dd5857a85" args="" --> |
---|
107 | typedef <a class="el" href="class_f_u_unique_string_map_t.html">FUUniqueStringMapT</a><<br> |
---|
108 | <a class="el" href="class_f_u_string_builder_t.html">FUSStringBuilder</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_document_8h.html#5345e7f7db7cea30b601fd4dd5857a85">FUSUniqueStringMap</a></td></tr> |
---|
109 | |
---|
110 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A set of unique strings. <br></td></tr> |
---|
111 | </table> |
---|
112 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
113 | This file declares the COLLADA document object model top class: <a class="el" href="class_f_c_document.html">FCDocument</a>. |
---|
114 | <p> |
---|
115 | <hr size="1"><address style="align: right;"><small>Generated on Fri May 12 16:44:39 2006 for FCollada by |
---|
116 | <a href="http://www.doxygen.org/index.html"> |
---|
117 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6-NO </small></address> |
---|
118 | </body> |
---|
119 | </html> |
---|