source: NonGTP/FCollada/Documentation/_f_c_document_8h.html @ 964

Revision 964, 13.9 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/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&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/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 &quot;<a class="el" href="_f_u_object_8h-source.html">FUtils/FUObject.h</a>&quot;</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 &nbsp;</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">&nbsp;</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 &nbsp;</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">&nbsp;</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="" -->
38typedef <a class="el" href="classvector.html">vector</a>&lt; <a class="el" href="class_f_c_d_material.html">FCDMaterial</a> * &gt;&nbsp;</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">&nbsp;</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="" -->
42typedef <a class="el" href="classvector.html">vector</a>&lt; <a class="el" href="class_f_c_d_animated.html">FCDAnimated</a> * &gt;&nbsp;</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">&nbsp;</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="" -->
46typedef <a class="el" href="classvector.html">vector</a>&lt; <a class="el" href="class_f_c_d_animation_channel.html">FCDAnimationChannel</a> * &gt;&nbsp;</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">&nbsp;</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="" -->
50typedef <a class="el" href="classmap.html">map</a>&lt; const float *,<br>
51 <a class="el" href="class_f_c_d_animated.html">FCDAnimated</a> * &gt;&nbsp;</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">&nbsp;</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="" -->
55typedef <a class="el" href="classvector.html">vector</a>&lt; <a class="el" href="class_f_c_d_layer.html">FCDLayer</a> * &gt;&nbsp;</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">&nbsp;</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="" -->
59typedef <a class="el" href="classvector.html">vector</a>&lt; <a class="el" href="class_f_c_d_object.html">FCDObject</a> * &gt;&nbsp;</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">&nbsp;</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="" -->
63typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>&lt; <a class="el" href="class_f_c_d_animation.html">FCDAnimation</a> &gt;&nbsp;</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">&nbsp;</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="" -->
67typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>&lt; FCDAnimationClip &gt;&nbsp;</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">&nbsp;</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="" -->
71typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>&lt; <a class="el" href="class_f_c_d_camera.html">FCDCamera</a> &gt;&nbsp;</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">&nbsp;</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="" -->
75typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>&lt; <a class="el" href="class_f_c_d_controller.html">FCDController</a> &gt;&nbsp;</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">&nbsp;</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="" -->
79typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>&lt; <a class="el" href="class_f_c_d_geometry.html">FCDGeometry</a> &gt;&nbsp;</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">&nbsp;</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="" -->
83typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>&lt; <a class="el" href="class_f_c_d_image.html">FCDImage</a> &gt;&nbsp;</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">&nbsp;</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="" -->
87typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>&lt; <a class="el" href="class_f_c_d_light.html">FCDLight</a> &gt;&nbsp;</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">&nbsp;</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="" -->
91typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>&lt; <a class="el" href="class_f_c_d_scene_node.html">FCDSceneNode</a> &gt;&nbsp;</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">&nbsp;</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="" -->
95typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>&lt; FCDPhysicsModel &gt;&nbsp;</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">&nbsp;</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="" -->
99typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>&lt; FCDPhysicsMaterial &gt;&nbsp;</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">&nbsp;</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="" -->
103typedef <a class="el" href="class_f_c_d_library.html">FCDLibrary</a>&lt; FCDPhysicsSceneNode &gt;&nbsp;</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">&nbsp;</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="" -->
107typedef <a class="el" href="class_f_u_unique_string_map_t.html">FUUniqueStringMapT</a>&lt;<br>
108 <a class="el" href="class_f_u_string_builder_t.html">FUSStringBuilder</a> &gt;&nbsp;</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">&nbsp;</td><td class="mdescRight">A set of unique strings. <br></td></tr>
111</table>
112<hr><a name="_details"></a><h2>Detailed Description</h2>
113This 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&nbsp;
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>
Note: See TracBrowser for help on using the repository browser.