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: FCDENode Class 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 id="current"><a href="classes.html"><span>Classes</span></a></li> |
---|
14 | <li><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="classes.html"><span>Alphabetical List</span></a></li> |
---|
20 | <li><a href="annotated.html"><span>Class List</span></a></li> |
---|
21 | <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
---|
22 | <li><a href="functions.html"><span>Class Members</span></a></li> |
---|
23 | </ul></div> |
---|
24 | <h1>FCDENode Class Reference</h1><!-- doxytag: class="FCDENode" --><!-- doxytag: inherits="FCDObject" -->A COLLADA extra tree node. |
---|
25 | <a href="#_details">More...</a> |
---|
26 | <p> |
---|
27 | <code>#include <<a class="el" href="_f_c_d_extra_8h-source.html">FCDExtra.h</a>></code> |
---|
28 | <p> |
---|
29 | <p>Inheritance diagram for FCDENode: |
---|
30 | <p><center><img src="class_f_c_d_e_node.png" usemap="#FCDENode_map" border="0" alt=""></center> |
---|
31 | <map name="FCDENode_map"> |
---|
32 | <area href="class_f_c_d_object.html" alt="FCDObject" shape="rect" coords="0,56,104,80"> |
---|
33 | <area href="class_f_u_object.html" alt="FUObject" shape="rect" coords="0,0,104,24"> |
---|
34 | <area href="class_f_c_d_e_technique.html" alt="FCDETechnique" shape="rect" coords="0,168,104,192"> |
---|
35 | </map> |
---|
36 | <a href="class_f_c_d_e_node-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> |
---|
37 | <tr><td></td></tr> |
---|
38 | <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
---|
39 | <tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#acc68c7cf15eb43b08d8183a2f1feb21">FCDENode</a> (<a class="el" href="class_f_c_document.html">FCDocument</a> *document, <a class="el" href="class_f_c_d_e_node.html">FCDENode</a> *parent)</td></tr> |
---|
40 | |
---|
41 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor: do not use directly. <a href="#acc68c7cf15eb43b08d8183a2f1feb21"></a><br></td></tr> |
---|
42 | <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#8e1a6ab0a1f8f0d82024a880d8fdb6ae">~FCDENode</a> ()</td></tr> |
---|
43 | |
---|
44 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Destructor: do not use directly. <a href="#8e1a6ab0a1f8f0d82024a880d8fdb6ae"></a><br></td></tr> |
---|
45 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#ec917dc984d3e1df857079fe1704f6f2">Release</a> ()</td></tr> |
---|
46 | |
---|
47 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Releases this extra tree node. <a href="#ec917dc984d3e1df857079fe1704f6f2"></a><br></td></tr> |
---|
48 | <tr><td class="memItemLeft" nowrap align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#595efe3b26ec3f240192f730fc312989">GetName</a> () const </td></tr> |
---|
49 | |
---|
50 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Retrieves the name of the extra tree node. <a href="#595efe3b26ec3f240192f730fc312989"></a><br></td></tr> |
---|
51 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#1fff5ba3cbc90cf7b6e43e5a9fdf94bb">SetName</a> (const char *_name)</td></tr> |
---|
52 | |
---|
53 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Sets the name of the extra tree node. <a href="#1fff5ba3cbc90cf7b6e43e5a9fdf94bb"></a><br></td></tr> |
---|
54 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="90aff3dda7090137a8e39971f3cc0510"></a><!-- doxytag: member="FCDENode::SetName" ref="90aff3dda7090137a8e39971f3cc0510" args="(const string &_name)" --> |
---|
55 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#90aff3dda7090137a8e39971f3cc0510">SetName</a> (const string &_name)</td></tr> |
---|
56 | |
---|
57 | <tr><td class="mdescLeft"> </td><td class="mdescRight">See above. <br></td></tr> |
---|
58 | <tr><td class="memItemLeft" nowrap align="right" valign="top">const fchar * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#b93261cd95ef7895b0823f7ffe23c402">GetContent</a> () const </td></tr> |
---|
59 | |
---|
60 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Retrieves the textual content of the extra tree node. <a href="#b93261cd95ef7895b0823f7ffe23c402"></a><br></td></tr> |
---|
61 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#c356dbe74452d564436e43dea7ac09f9">SetContent</a> (const fchar *_content)</td></tr> |
---|
62 | |
---|
63 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Sets the textual content of the extra tree node. <a href="#c356dbe74452d564436e43dea7ac09f9"></a><br></td></tr> |
---|
64 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="fa5aa472e42c4d60b5b3542a327271d5"></a><!-- doxytag: member="FCDENode::SetContent" ref="fa5aa472e42c4d60b5b3542a327271d5" args="(const fstring &_content)" --> |
---|
65 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#fa5aa472e42c4d60b5b3542a327271d5">SetContent</a> (const fstring &_content)</td></tr> |
---|
66 | |
---|
67 | <tr><td class="mdescLeft"> </td><td class="mdescRight">See above. <br></td></tr> |
---|
68 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="class_f_c_d_animated_custom.html">FCDAnimatedCustom</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#ae36239184d7b2ffd48a521410597388">GetAnimated</a> ()</td></tr> |
---|
69 | |
---|
70 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Retrieves the animated values associated with this extra tree node. <a href="#ae36239184d7b2ffd48a521410597388"></a><br></td></tr> |
---|
71 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b58f086b7b09062047cb58b7a8e25742"></a><!-- doxytag: member="FCDENode::GetAnimated" ref="b58f086b7b09062047cb58b7a8e25742" args="() const " --> |
---|
72 | const <a class="el" href="class_f_c_d_animated_custom.html">FCDAnimatedCustom</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#b58f086b7b09062047cb58b7a8e25742">GetAnimated</a> () const </td></tr> |
---|
73 | |
---|
74 | <tr><td class="mdescLeft"> </td><td class="mdescRight">See above. <br></td></tr> |
---|
75 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="class_f_c_d_e_node.html">FCDENode</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#072547f941f76cae03fbcb01b345a9f9">GetParent</a> ()</td></tr> |
---|
76 | |
---|
77 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Retrieves the parent of an extra tree node. <a href="#072547f941f76cae03fbcb01b345a9f9"></a><br></td></tr> |
---|
78 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4fb6c8bde7310dcfd4718f140aa5d07c"></a><!-- doxytag: member="FCDENode::GetParent" ref="4fb6c8bde7310dcfd4718f140aa5d07c" args="() const " --> |
---|
79 | const <a class="el" href="class_f_c_d_e_node.html">FCDENode</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#4fb6c8bde7310dcfd4718f140aa5d07c">GetParent</a> () const </td></tr> |
---|
80 | |
---|
81 | <tr><td class="mdescLeft"> </td><td class="mdescRight">See above. <br></td></tr> |
---|
82 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classvector.html">FCDENodeList</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#f478e0808f9f29d463f417a2bbe7e274">GetChildNodes</a> ()</td></tr> |
---|
83 | |
---|
84 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Retrieves the children of an extra tree node. <a href="#f478e0808f9f29d463f417a2bbe7e274"></a><br></td></tr> |
---|
85 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c552bbfcd43cf29f3990f0d8d38047ee"></a><!-- doxytag: member="FCDENode::GetChildNodes" ref="c552bbfcd43cf29f3990f0d8d38047ee" args="() const " --> |
---|
86 | const <a class="el" href="classvector.html">FCDENodeList</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#c552bbfcd43cf29f3990f0d8d38047ee">GetChildNodes</a> () const </td></tr> |
---|
87 | |
---|
88 | <tr><td class="mdescLeft"> </td><td class="mdescRight">See above. <br></td></tr> |
---|
89 | <tr><td class="memItemLeft" nowrap align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#75bb1798b9c6f99db77ef6d6559cf4f1">GetChildNodeCount</a> () const </td></tr> |
---|
90 | |
---|
91 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Retrieves the number of children of an extra tree node. <a href="#75bb1798b9c6f99db77ef6d6559cf4f1"></a><br></td></tr> |
---|
92 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="class_f_c_d_e_node.html">FCDENode</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#5b6f7e6a52e743bd8280c2a96813e1c2">GetChildNode</a> (size_t index)</td></tr> |
---|
93 | |
---|
94 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Retrieves a specific child extra tree node. <a href="#5b6f7e6a52e743bd8280c2a96813e1c2"></a><br></td></tr> |
---|
95 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1b96ab4f748661f9d22229c41f335607"></a><!-- doxytag: member="FCDENode::GetChildNode" ref="1b96ab4f748661f9d22229c41f335607" args="(size_t index) const " --> |
---|
96 | const <a class="el" href="class_f_c_d_e_node.html">FCDENode</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#1b96ab4f748661f9d22229c41f335607">GetChildNode</a> (size_t index) const </td></tr> |
---|
97 | |
---|
98 | <tr><td class="mdescLeft"> </td><td class="mdescRight">See above. <br></td></tr> |
---|
99 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="class_f_c_d_e_node.html">FCDENode</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#d1e81049999caede5d821bce761e4090">AddChildNode</a> ()</td></tr> |
---|
100 | |
---|
101 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Adds a new child extra tree to this extra tree node. <a href="#d1e81049999caede5d821bce761e4090"></a><br></td></tr> |
---|
102 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#9397f4bade26bcebec53e13fe29ef496">ReleaseChildNode</a> (<a class="el" href="class_f_c_d_e_node.html">FCDENode</a> *childNode)</td></tr> |
---|
103 | |
---|
104 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Releases a child extra tree node of this extra tree node. <a href="#9397f4bade26bcebec53e13fe29ef496"></a><br></td></tr> |
---|
105 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="class_f_c_d_e_node.html">FCDENode</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#eb0ce9fab6a7ad45e2de229995886d37">FindChildNode</a> (const char *name)</td></tr> |
---|
106 | |
---|
107 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Retrieves the child extra tree node with the given name. <a href="#eb0ce9fab6a7ad45e2de229995886d37"></a><br></td></tr> |
---|
108 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="85a9ca3f05f29dedc63b7ed1a7fcf403"></a><!-- doxytag: member="FCDENode::FindChildNode" ref="85a9ca3f05f29dedc63b7ed1a7fcf403" args="(const char *name) const " --> |
---|
109 | const <a class="el" href="class_f_c_d_e_node.html">FCDENode</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#85a9ca3f05f29dedc63b7ed1a7fcf403">FindChildNode</a> (const char *name) const </td></tr> |
---|
110 | |
---|
111 | <tr><td class="mdescLeft"> </td><td class="mdescRight">See above. <br></td></tr> |
---|
112 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="88d94a25c485496556d68e629b4cb754"></a><!-- doxytag: member="FCDENode::FindChildNode" ref="88d94a25c485496556d68e629b4cb754" args="(const string &name)" --> |
---|
113 | <a class="el" href="class_f_c_d_e_node.html">FCDENode</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#88d94a25c485496556d68e629b4cb754">FindChildNode</a> (const string &name)</td></tr> |
---|
114 | |
---|
115 | <tr><td class="mdescLeft"> </td><td class="mdescRight">See above. <br></td></tr> |
---|
116 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="77ebc7394a97a3e782d782b20e17956a"></a><!-- doxytag: member="FCDENode::FindChildNode" ref="77ebc7394a97a3e782d782b20e17956a" args="(const string &name) const " --> |
---|
117 | const <a class="el" href="class_f_c_d_e_node.html">FCDENode</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#77ebc7394a97a3e782d782b20e17956a">FindChildNode</a> (const string &name) const </td></tr> |
---|
118 | |
---|
119 | <tr><td class="mdescLeft"> </td><td class="mdescRight">See above. <br></td></tr> |
---|
120 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="class_f_c_d_e_node.html">FCDENode</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#4d8ca649fdd9403c360fe9b868fd37d9">FindParameter</a> (const char *name)</td></tr> |
---|
121 | |
---|
122 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Retrieves the child extra tree node with the given name. <a href="#4d8ca649fdd9403c360fe9b868fd37d9"></a><br></td></tr> |
---|
123 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#3b62649f0e7658c9493a643134bcf11a">FindParameters</a> (<a class="el" href="classvector.html">FCDENodeList</a> &nodes, <a class="el" href="classvector.html">StringList</a> &names)</td></tr> |
---|
124 | |
---|
125 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Retrieves a list of all the parameters contained within the hierarchy. <a href="#3b62649f0e7658c9493a643134bcf11a"></a><br></td></tr> |
---|
126 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classvector.html">FCDEAttributeList</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#2842d4c17b41e03d96baa9d56c33e2b4">GetAttributes</a> ()</td></tr> |
---|
127 | |
---|
128 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Retrieves the list of attributes for this extra tree node. <a href="#2842d4c17b41e03d96baa9d56c33e2b4"></a><br></td></tr> |
---|
129 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5d0a38042b7cca4c74fdc92e4c21dd7c"></a><!-- doxytag: member="FCDENode::GetAttributes" ref="5d0a38042b7cca4c74fdc92e4c21dd7c" args="() const " --> |
---|
130 | const <a class="el" href="classvector.html">FCDEAttributeList</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#5d0a38042b7cca4c74fdc92e4c21dd7c">GetAttributes</a> () const </td></tr> |
---|
131 | |
---|
132 | <tr><td class="mdescLeft"> </td><td class="mdescRight">See above. <br></td></tr> |
---|
133 | <tr><td class="memItemLeft" nowrap align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#7615bf8b5720c9a2d483cf6beba795c2">GetAttributeCount</a> () const </td></tr> |
---|
134 | |
---|
135 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Retrieves the number of attributes for this extra tree node. <a href="#7615bf8b5720c9a2d483cf6beba795c2"></a><br></td></tr> |
---|
136 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_f_c_d_e_attribute.html">FCDEAttribute</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#c0ba7eb643eb141adaa789270d33d296">GetAttribute</a> (size_t index)</td></tr> |
---|
137 | |
---|
138 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Retrieves a specific attribute of this extra tree node. <a href="#c0ba7eb643eb141adaa789270d33d296"></a><br></td></tr> |
---|
139 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5ec77bab1c14fb21d72b407a6c6f59b6"></a><!-- doxytag: member="FCDENode::GetAttribute" ref="5ec77bab1c14fb21d72b407a6c6f59b6" args="(size_t index) const " --> |
---|
140 | const <a class="el" href="struct_f_c_d_e_attribute.html">FCDEAttribute</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#5ec77bab1c14fb21d72b407a6c6f59b6">GetAttribute</a> (size_t index) const </td></tr> |
---|
141 | |
---|
142 | <tr><td class="mdescLeft"> </td><td class="mdescRight">See above. <br></td></tr> |
---|
143 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_f_c_d_e_attribute.html">FCDEAttribute</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#63ed2ec257e5b146fc5835e3b6ba2063">AddAttribute</a> (const char *_name, const fchar *_value)</td></tr> |
---|
144 | |
---|
145 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Adds a new attribute to this extra tree node. <a href="#63ed2ec257e5b146fc5835e3b6ba2063"></a><br></td></tr> |
---|
146 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ed7fa4747a6b16732a984f776aac187c"></a><!-- doxytag: member="FCDENode::AddAttribute" ref="ed7fa4747a6b16732a984f776aac187c" args="(const string &_name, const fchar *_value)" --> |
---|
147 | <a class="el" href="struct_f_c_d_e_attribute.html">FCDEAttribute</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#ed7fa4747a6b16732a984f776aac187c">AddAttribute</a> (const string &_name, const fchar *_value)</td></tr> |
---|
148 | |
---|
149 | <tr><td class="mdescLeft"> </td><td class="mdescRight">See above. <br></td></tr> |
---|
150 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="bfbf907eff3c09d6d1c3289bf709113b"></a><!-- doxytag: member="FCDENode::AddAttribute" ref="bfbf907eff3c09d6d1c3289bf709113b" args="(const char *_name, const fstring &_value)" --> |
---|
151 | <a class="el" href="struct_f_c_d_e_attribute.html">FCDEAttribute</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#bfbf907eff3c09d6d1c3289bf709113b">AddAttribute</a> (const char *_name, const fstring &_value)</td></tr> |
---|
152 | |
---|
153 | <tr><td class="mdescLeft"> </td><td class="mdescRight">See above. <br></td></tr> |
---|
154 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6dfc85c2269ee7b149ef43e74e5dd173"></a><!-- doxytag: member="FCDENode::AddAttribute" ref="6dfc85c2269ee7b149ef43e74e5dd173" args="(const string &_name, const fstring &_value)" --> |
---|
155 | <a class="el" href="struct_f_c_d_e_attribute.html">FCDEAttribute</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#6dfc85c2269ee7b149ef43e74e5dd173">AddAttribute</a> (const string &_name, const fstring &_value)</td></tr> |
---|
156 | |
---|
157 | <tr><td class="mdescLeft"> </td><td class="mdescRight">See above. <br></td></tr> |
---|
158 | <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="c7b901929ba8fec87c69e0ab5aebaca3"></a><!-- doxytag: member="FCDENode::AddAttribute" ref="c7b901929ba8fec87c69e0ab5aebaca3" args="(const char *_name, const T &_value)" --> |
---|
159 | template<typename T> </td></tr> |
---|
160 | <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_f_c_d_e_attribute.html">FCDEAttribute</a> * </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#c7b901929ba8fec87c69e0ab5aebaca3">AddAttribute</a> (const char *_name, const T &_value)</td></tr> |
---|
161 | |
---|
162 | <tr><td class="mdescLeft"> </td><td class="mdescRight">See above. <br></td></tr> |
---|
163 | <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="f0c5ed5f0df1c41a63f901d0e74b0f05"></a><!-- doxytag: member="FCDENode::AddAttribute" ref="f0c5ed5f0df1c41a63f901d0e74b0f05" args="(const string &_name, const T &_value)" --> |
---|
164 | template<typename T> </td></tr> |
---|
165 | <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_f_c_d_e_attribute.html">FCDEAttribute</a> * </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#f0c5ed5f0df1c41a63f901d0e74b0f05">AddAttribute</a> (const string &_name, const T &_value)</td></tr> |
---|
166 | |
---|
167 | <tr><td class="mdescLeft"> </td><td class="mdescRight">See above. <br></td></tr> |
---|
168 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#84f34ce7c79eb22191e9a49e69030ff0">ReleaseAttribute</a> (<a class="el" href="struct_f_c_d_e_attribute.html">FCDEAttribute</a> *attribute)</td></tr> |
---|
169 | |
---|
170 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Releases an attribute of this extra tree node. <a href="#84f34ce7c79eb22191e9a49e69030ff0"></a><br></td></tr> |
---|
171 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_f_c_d_e_attribute.html">FCDEAttribute</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#6e884f0a82646133db5cc931bca2b4f3">FindAttribute</a> (const char *name)</td></tr> |
---|
172 | |
---|
173 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Retrieve the attribute of this extra tree node with the given name. <a href="#6e884f0a82646133db5cc931bca2b4f3"></a><br></td></tr> |
---|
174 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b65c5235bcf0b574e28b6cd411ce7e12"></a><!-- doxytag: member="FCDENode::FindAttribute" ref="b65c5235bcf0b574e28b6cd411ce7e12" args="(const char *name) const " --> |
---|
175 | const <a class="el" href="struct_f_c_d_e_attribute.html">FCDEAttribute</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#b65c5235bcf0b574e28b6cd411ce7e12">FindAttribute</a> (const char *name) const </td></tr> |
---|
176 | |
---|
177 | <tr><td class="mdescLeft"> </td><td class="mdescRight">See above. <br></td></tr> |
---|
178 | <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="class_f_u_status.html">FUStatus</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#b557706fe76d8f16648300b5e4b76143">LoadFromXML</a> (xmlNode *customNode)</td></tr> |
---|
179 | |
---|
180 | <tr><td class="mdescLeft"> </td><td class="mdescRight">[INTERNAL] Reads in the extra tree node from a given COLLADA XML tree node. <a href="#b557706fe76d8f16648300b5e4b76143"></a><br></td></tr> |
---|
181 | <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual xmlNode * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#c108d9afc91036dfed87ca5088322862">WriteToXML</a> (xmlNode *parentNode) const </td></tr> |
---|
182 | |
---|
183 | <tr><td class="mdescLeft"> </td><td class="mdescRight">[INTERNAL] Writes out the extra tree node to the given COLLADA XML tree node. <a href="#c108d9afc91036dfed87ca5088322862"></a><br></td></tr> |
---|
184 | <tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr> |
---|
185 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="class_f_u_status.html">FUStatus</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#8021c06f18939103e26289a845da37c7">ReadChildrenFromXML</a> (xmlNode *customNode)</td></tr> |
---|
186 | |
---|
187 | <tr><td class="mdescLeft"> </td><td class="mdescRight">[INTERNAL] Reads in the children nodes of the extra tree node. <a href="#8021c06f18939103e26289a845da37c7"></a><br></td></tr> |
---|
188 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_e_node.html#951d837721710546641eb4fd3e09a937">WriteChildrenToXML</a> (xmlNode *customNode) const </td></tr> |
---|
189 | |
---|
190 | <tr><td class="mdescLeft"> </td><td class="mdescRight">[INTERNAL] Writes out the children nodes of extra tree node. <a href="#951d837721710546641eb4fd3e09a937"></a><br></td></tr> |
---|
191 | </table> |
---|
192 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
193 | A COLLADA extra tree node. |
---|
194 | <p> |
---|
195 | The extra tree node is a hierarchical structure that contains child extra tree nodes as well as attributes. If the extra tree node is a leaf of the tree, it may contain textual content.<p> |
---|
196 | The extra tree node leaf may be animated, if it has the 'sid' attribute. |
---|
197 | <p> |
---|
198 | <hr><h2>Constructor & Destructor Documentation</h2> |
---|
199 | <a class="anchor" name="acc68c7cf15eb43b08d8183a2f1feb21"></a><!-- doxytag: member="FCDENode::FCDENode" ref="acc68c7cf15eb43b08d8183a2f1feb21" args="(FCDocument *document, FCDENode *parent)" --><p> |
---|
200 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
201 | <tr> |
---|
202 | <td class="mdRow"> |
---|
203 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
204 | <tr> |
---|
205 | <td class="md" nowrap valign="top">FCDENode::FCDENode </td> |
---|
206 | <td class="md" valign="top">( </td> |
---|
207 | <td class="md" nowrap valign="top"><a class="el" href="class_f_c_document.html">FCDocument</a> * </td> |
---|
208 | <td class="mdname" nowrap> <em>document</em>, </td> |
---|
209 | </tr> |
---|
210 | <tr> |
---|
211 | <td class="md" nowrap align="right"></td> |
---|
212 | <td class="md"></td> |
---|
213 | <td class="md" nowrap><a class="el" href="class_f_c_d_e_node.html">FCDENode</a> * </td> |
---|
214 | <td class="mdname" nowrap> <em>parent</em></td> |
---|
215 | </tr> |
---|
216 | <tr> |
---|
217 | <td class="md"></td> |
---|
218 | <td class="md">) </td> |
---|
219 | <td class="md" colspan="2"></td> |
---|
220 | </tr> |
---|
221 | </table> |
---|
222 | </td> |
---|
223 | </tr> |
---|
224 | </table> |
---|
225 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
226 | <tr> |
---|
227 | <td> |
---|
228 | |
---|
229 | </td> |
---|
230 | <td> |
---|
231 | |
---|
232 | <p> |
---|
233 | Constructor: do not use directly. |
---|
234 | <p> |
---|
235 | Instead, call the <a class="el" href="namespace_f_u_xml_writer.html#16ea61a32b6aabc975ae2b64b15519c8">FCDENode::AddChild</a> function of the parent within the hierarchy. <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
236 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
237 | <tr><td valign="top"></td><td valign="top"><em>document</em> </td><td>The COLLADA document that owns the extra tree node. </td></tr> |
---|
238 | <tr><td valign="top"></td><td valign="top"><em>parent</em> </td><td>The extra tree node that contains this extra tree node. </td></tr> |
---|
239 | </table> |
---|
240 | </dl> |
---|
241 | </td> |
---|
242 | </tr> |
---|
243 | </table> |
---|
244 | <a class="anchor" name="8e1a6ab0a1f8f0d82024a880d8fdb6ae"></a><!-- doxytag: member="FCDENode::~FCDENode" ref="8e1a6ab0a1f8f0d82024a880d8fdb6ae" args="()" --><p> |
---|
245 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
246 | <tr> |
---|
247 | <td class="mdRow"> |
---|
248 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
249 | <tr> |
---|
250 | <td class="md" nowrap valign="top">virtual FCDENode::~FCDENode </td> |
---|
251 | <td class="md" valign="top">( </td> |
---|
252 | <td class="mdname1" valign="top" nowrap> </td> |
---|
253 | <td class="md" valign="top"> ) </td> |
---|
254 | <td class="md" nowrap><code> [virtual]</code></td> |
---|
255 | </tr> |
---|
256 | </table> |
---|
257 | </td> |
---|
258 | </tr> |
---|
259 | </table> |
---|
260 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
261 | <tr> |
---|
262 | <td> |
---|
263 | |
---|
264 | </td> |
---|
265 | <td> |
---|
266 | |
---|
267 | <p> |
---|
268 | Destructor: do not use directly. |
---|
269 | <p> |
---|
270 | Instead, for hierarchical nodes: call the Release function or the parent's ReleaseChildNode function and for techniques: call the <a class="el" href="class_f_c_d_extra.html#6d27ff69f7e2e1adb2c7e5f18251df88">FCDExtra::ReleaseTechnique</a> function. </td> |
---|
271 | </tr> |
---|
272 | </table> |
---|
273 | <hr><h2>Member Function Documentation</h2> |
---|
274 | <a class="anchor" name="63ed2ec257e5b146fc5835e3b6ba2063"></a><!-- doxytag: member="FCDENode::AddAttribute" ref="63ed2ec257e5b146fc5835e3b6ba2063" args="(const char *_name, const fchar *_value)" --><p> |
---|
275 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
276 | <tr> |
---|
277 | <td class="mdRow"> |
---|
278 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
279 | <tr> |
---|
280 | <td class="md" nowrap valign="top"><a class="el" href="struct_f_c_d_e_attribute.html">FCDEAttribute</a>* FCDENode::AddAttribute </td> |
---|
281 | <td class="md" valign="top">( </td> |
---|
282 | <td class="md" nowrap valign="top">const char * </td> |
---|
283 | <td class="mdname" nowrap> <em>_name</em>, </td> |
---|
284 | </tr> |
---|
285 | <tr> |
---|
286 | <td class="md" nowrap align="right"></td> |
---|
287 | <td class="md"></td> |
---|
288 | <td class="md" nowrap>const fchar * </td> |
---|
289 | <td class="mdname" nowrap> <em>_value</em></td> |
---|
290 | </tr> |
---|
291 | <tr> |
---|
292 | <td class="md"></td> |
---|
293 | <td class="md">) </td> |
---|
294 | <td class="md" colspan="2"></td> |
---|
295 | </tr> |
---|
296 | </table> |
---|
297 | </td> |
---|
298 | </tr> |
---|
299 | </table> |
---|
300 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
301 | <tr> |
---|
302 | <td> |
---|
303 | |
---|
304 | </td> |
---|
305 | <td> |
---|
306 | |
---|
307 | <p> |
---|
308 | Adds a new attribute to this extra tree node. |
---|
309 | <p> |
---|
310 | If an attribute with the same name already exists, this function simply assigns the new value to the existing attribute and returns the existing attribute. <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
311 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
312 | <tr><td valign="top"></td><td valign="top"><em>_name</em> </td><td>The name of the attribute. </td></tr> |
---|
313 | <tr><td valign="top"></td><td valign="top"><em>_value</em> </td><td>The value of the attribute. </td></tr> |
---|
314 | </table> |
---|
315 | </dl> |
---|
316 | <dl compact><dt><b>Returns:</b></dt><dd>The new attribute. </dd></dl> |
---|
317 | </td> |
---|
318 | </tr> |
---|
319 | </table> |
---|
320 | <a class="anchor" name="d1e81049999caede5d821bce761e4090"></a><!-- doxytag: member="FCDENode::AddChildNode" ref="d1e81049999caede5d821bce761e4090" args="()" --><p> |
---|
321 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
322 | <tr> |
---|
323 | <td class="mdRow"> |
---|
324 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
325 | <tr> |
---|
326 | <td class="md" nowrap valign="top"><a class="el" href="class_f_c_d_e_node.html">FCDENode</a>* FCDENode::AddChildNode </td> |
---|
327 | <td class="md" valign="top">( </td> |
---|
328 | <td class="mdname1" valign="top" nowrap> </td> |
---|
329 | <td class="md" valign="top"> ) </td> |
---|
330 | <td class="md" nowrap></td> |
---|
331 | </tr> |
---|
332 | </table> |
---|
333 | </td> |
---|
334 | </tr> |
---|
335 | </table> |
---|
336 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
337 | <tr> |
---|
338 | <td> |
---|
339 | |
---|
340 | </td> |
---|
341 | <td> |
---|
342 | |
---|
343 | <p> |
---|
344 | Adds a new child extra tree to this extra tree node. |
---|
345 | <p> |
---|
346 | <dl compact><dt><b>Returns:</b></dt><dd>The new child extra tree node. </dd></dl> |
---|
347 | </td> |
---|
348 | </tr> |
---|
349 | </table> |
---|
350 | <a class="anchor" name="6e884f0a82646133db5cc931bca2b4f3"></a><!-- doxytag: member="FCDENode::FindAttribute" ref="6e884f0a82646133db5cc931bca2b4f3" args="(const char *name)" --><p> |
---|
351 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
352 | <tr> |
---|
353 | <td class="mdRow"> |
---|
354 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
355 | <tr> |
---|
356 | <td class="md" nowrap valign="top"><a class="el" href="struct_f_c_d_e_attribute.html">FCDEAttribute</a>* FCDENode::FindAttribute </td> |
---|
357 | <td class="md" valign="top">( </td> |
---|
358 | <td class="md" nowrap valign="top">const char * </td> |
---|
359 | <td class="mdname1" valign="top" nowrap> <em>name</em> </td> |
---|
360 | <td class="md" valign="top"> ) </td> |
---|
361 | <td class="md" nowrap></td> |
---|
362 | </tr> |
---|
363 | </table> |
---|
364 | </td> |
---|
365 | </tr> |
---|
366 | </table> |
---|
367 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
368 | <tr> |
---|
369 | <td> |
---|
370 | |
---|
371 | </td> |
---|
372 | <td> |
---|
373 | |
---|
374 | <p> |
---|
375 | Retrieve the attribute of this extra tree node with the given name. |
---|
376 | <p> |
---|
377 | Attribute names are unique within an extra tree node. <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
378 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
379 | <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>The attribute name. </td></tr> |
---|
380 | </table> |
---|
381 | </dl> |
---|
382 | <dl compact><dt><b>Returns:</b></dt><dd>The attribute that matches the name. This pointer will be NULL if there is no attribute with the given name. </dd></dl> |
---|
383 | </td> |
---|
384 | </tr> |
---|
385 | </table> |
---|
386 | <a class="anchor" name="eb0ce9fab6a7ad45e2de229995886d37"></a><!-- doxytag: member="FCDENode::FindChildNode" ref="eb0ce9fab6a7ad45e2de229995886d37" args="(const char *name)" --><p> |
---|
387 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
388 | <tr> |
---|
389 | <td class="mdRow"> |
---|
390 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
391 | <tr> |
---|
392 | <td class="md" nowrap valign="top"><a class="el" href="class_f_c_d_e_node.html">FCDENode</a>* FCDENode::FindChildNode </td> |
---|
393 | <td class="md" valign="top">( </td> |
---|
394 | <td class="md" nowrap valign="top">const char * </td> |
---|
395 | <td class="mdname1" valign="top" nowrap> <em>name</em> </td> |
---|
396 | <td class="md" valign="top"> ) </td> |
---|
397 | <td class="md" nowrap></td> |
---|
398 | </tr> |
---|
399 | </table> |
---|
400 | </td> |
---|
401 | </tr> |
---|
402 | </table> |
---|
403 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
404 | <tr> |
---|
405 | <td> |
---|
406 | |
---|
407 | </td> |
---|
408 | <td> |
---|
409 | |
---|
410 | <p> |
---|
411 | Retrieves the child extra tree node with the given name. |
---|
412 | <p> |
---|
413 | <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
414 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
415 | <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>A name. </td></tr> |
---|
416 | </table> |
---|
417 | </dl> |
---|
418 | <dl compact><dt><b>Returns:</b></dt><dd>The child extra tree node that matches the given name. This pointer will be NULL if no child extra tree node matches the given name. </dd></dl> |
---|
419 | </td> |
---|
420 | </tr> |
---|
421 | </table> |
---|
422 | <a class="anchor" name="4d8ca649fdd9403c360fe9b868fd37d9"></a><!-- doxytag: member="FCDENode::FindParameter" ref="4d8ca649fdd9403c360fe9b868fd37d9" args="(const char *name)" --><p> |
---|
423 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
424 | <tr> |
---|
425 | <td class="mdRow"> |
---|
426 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
427 | <tr> |
---|
428 | <td class="md" nowrap valign="top"><a class="el" href="class_f_c_d_e_node.html">FCDENode</a>* FCDENode::FindParameter </td> |
---|
429 | <td class="md" valign="top">( </td> |
---|
430 | <td class="md" nowrap valign="top">const char * </td> |
---|
431 | <td class="mdname1" valign="top" nowrap> <em>name</em> </td> |
---|
432 | <td class="md" valign="top"> ) </td> |
---|
433 | <td class="md" nowrap></td> |
---|
434 | </tr> |
---|
435 | </table> |
---|
436 | </td> |
---|
437 | </tr> |
---|
438 | </table> |
---|
439 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
440 | <tr> |
---|
441 | <td> |
---|
442 | |
---|
443 | </td> |
---|
444 | <td> |
---|
445 | |
---|
446 | <p> |
---|
447 | Retrieves the child extra tree node with the given name. |
---|
448 | <p> |
---|
449 | This function is used for COLLADA 1.3 backward compatibility, where all parameters were described as <param name='X'>value</param>. So, if the child extra tree node with the name 'X' as searched for: both the above COLLADA 1.3 parameter and the COLLADA 1.4+ <X>value</X> parameters will be returned. <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
450 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
451 | <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>The parameter name. </td></tr> |
---|
452 | </table> |
---|
453 | </dl> |
---|
454 | <dl compact><dt><b>Returns:</b></dt><dd>The first child extra tree node holding the wanted parameter within the hierarchy. This pointer will be NULL to indicate that no parameter matches the given name. </dd></dl> |
---|
455 | </td> |
---|
456 | </tr> |
---|
457 | </table> |
---|
458 | <a class="anchor" name="3b62649f0e7658c9493a643134bcf11a"></a><!-- doxytag: member="FCDENode::FindParameters" ref="3b62649f0e7658c9493a643134bcf11a" args="(FCDENodeList &nodes, StringList &names)" --><p> |
---|
459 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
460 | <tr> |
---|
461 | <td class="mdRow"> |
---|
462 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
463 | <tr> |
---|
464 | <td class="md" nowrap valign="top">void FCDENode::FindParameters </td> |
---|
465 | <td class="md" valign="top">( </td> |
---|
466 | <td class="md" nowrap valign="top"><a class="el" href="classvector.html">FCDENodeList</a> & </td> |
---|
467 | <td class="mdname" nowrap> <em>nodes</em>, </td> |
---|
468 | </tr> |
---|
469 | <tr> |
---|
470 | <td class="md" nowrap align="right"></td> |
---|
471 | <td class="md"></td> |
---|
472 | <td class="md" nowrap><a class="el" href="classvector.html">StringList</a> & </td> |
---|
473 | <td class="mdname" nowrap> <em>names</em></td> |
---|
474 | </tr> |
---|
475 | <tr> |
---|
476 | <td class="md"></td> |
---|
477 | <td class="md">) </td> |
---|
478 | <td class="md" colspan="2"></td> |
---|
479 | </tr> |
---|
480 | </table> |
---|
481 | </td> |
---|
482 | </tr> |
---|
483 | </table> |
---|
484 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
485 | <tr> |
---|
486 | <td> |
---|
487 | |
---|
488 | </td> |
---|
489 | <td> |
---|
490 | |
---|
491 | <p> |
---|
492 | Retrieves a list of all the parameters contained within the hierarchy. |
---|
493 | <p> |
---|
494 | This function is used for COLLADA 1.3 backward compatibility, where all parameters were described as <param name='X'>value</param>. In COLLADA 1.4+, the same parameter should be described as: <X>value</X>. Using this function, both parameters would be returned with the name 'X'. <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
495 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
496 | <tr><td valign="top"></td><td valign="top"><em>nodes</em> </td><td>The list of parameters to fill in. This list is not emptied by the function. </td></tr> |
---|
497 | <tr><td valign="top"></td><td valign="top"><em>names</em> </td><td>The list of names of the parameters. This list is not emptied by the function. </td></tr> |
---|
498 | </table> |
---|
499 | </dl> |
---|
500 | </td> |
---|
501 | </tr> |
---|
502 | </table> |
---|
503 | <a class="anchor" name="ae36239184d7b2ffd48a521410597388"></a><!-- doxytag: member="FCDENode::GetAnimated" ref="ae36239184d7b2ffd48a521410597388" args="()" --><p> |
---|
504 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
505 | <tr> |
---|
506 | <td class="mdRow"> |
---|
507 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
508 | <tr> |
---|
509 | <td class="md" nowrap valign="top"><a class="el" href="class_f_c_d_animated_custom.html">FCDAnimatedCustom</a>* FCDENode::GetAnimated </td> |
---|
510 | <td class="md" valign="top">( </td> |
---|
511 | <td class="mdname1" valign="top" nowrap> </td> |
---|
512 | <td class="md" valign="top"> ) </td> |
---|
513 | <td class="md" nowrap><code> [inline]</code></td> |
---|
514 | </tr> |
---|
515 | </table> |
---|
516 | </td> |
---|
517 | </tr> |
---|
518 | </table> |
---|
519 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
520 | <tr> |
---|
521 | <td> |
---|
522 | |
---|
523 | </td> |
---|
524 | <td> |
---|
525 | |
---|
526 | <p> |
---|
527 | Retrieves the animated values associated with this extra tree node. |
---|
528 | <p> |
---|
529 | Extra tree node leaves may be animated. If this extra tree node leaf is animated, this animated value will contain the animation curves. <dl compact><dt><b>Returns:</b></dt><dd>The animated value. </dd></dl> |
---|
530 | </td> |
---|
531 | </tr> |
---|
532 | </table> |
---|
533 | <a class="anchor" name="c0ba7eb643eb141adaa789270d33d296"></a><!-- doxytag: member="FCDENode::GetAttribute" ref="c0ba7eb643eb141adaa789270d33d296" args="(size_t index)" --><p> |
---|
534 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
535 | <tr> |
---|
536 | <td class="mdRow"> |
---|
537 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
538 | <tr> |
---|
539 | <td class="md" nowrap valign="top"><a class="el" href="struct_f_c_d_e_attribute.html">FCDEAttribute</a>* FCDENode::GetAttribute </td> |
---|
540 | <td class="md" valign="top">( </td> |
---|
541 | <td class="md" nowrap valign="top">size_t </td> |
---|
542 | <td class="mdname1" valign="top" nowrap> <em>index</em> </td> |
---|
543 | <td class="md" valign="top"> ) </td> |
---|
544 | <td class="md" nowrap><code> [inline]</code></td> |
---|
545 | </tr> |
---|
546 | </table> |
---|
547 | </td> |
---|
548 | </tr> |
---|
549 | </table> |
---|
550 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
551 | <tr> |
---|
552 | <td> |
---|
553 | |
---|
554 | </td> |
---|
555 | <td> |
---|
556 | |
---|
557 | <p> |
---|
558 | Retrieves a specific attribute of this extra tree node. |
---|
559 | <p> |
---|
560 | <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
561 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
562 | <tr><td valign="top"></td><td valign="top"><em>index</em> </td><td>The index. </td></tr> |
---|
563 | </table> |
---|
564 | </dl> |
---|
565 | <dl compact><dt><b>Returns:</b></dt><dd>The attribute at this index. This pointer will be NULL if the index is out-of-bounds. </dd></dl> |
---|
566 | </td> |
---|
567 | </tr> |
---|
568 | </table> |
---|
569 | <a class="anchor" name="7615bf8b5720c9a2d483cf6beba795c2"></a><!-- doxytag: member="FCDENode::GetAttributeCount" ref="7615bf8b5720c9a2d483cf6beba795c2" args="() const " --><p> |
---|
570 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
571 | <tr> |
---|
572 | <td class="mdRow"> |
---|
573 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
574 | <tr> |
---|
575 | <td class="md" nowrap valign="top">size_t FCDENode::GetAttributeCount </td> |
---|
576 | <td class="md" valign="top">( </td> |
---|
577 | <td class="mdname1" valign="top" nowrap> </td> |
---|
578 | <td class="md" valign="top"> ) </td> |
---|
579 | <td class="md" nowrap> const<code> [inline]</code></td> |
---|
580 | </tr> |
---|
581 | </table> |
---|
582 | </td> |
---|
583 | </tr> |
---|
584 | </table> |
---|
585 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
586 | <tr> |
---|
587 | <td> |
---|
588 | |
---|
589 | </td> |
---|
590 | <td> |
---|
591 | |
---|
592 | <p> |
---|
593 | Retrieves the number of attributes for this extra tree node. |
---|
594 | <p> |
---|
595 | <dl compact><dt><b>Returns:</b></dt><dd>The number of attributes. </dd></dl> |
---|
596 | </td> |
---|
597 | </tr> |
---|
598 | </table> |
---|
599 | <a class="anchor" name="2842d4c17b41e03d96baa9d56c33e2b4"></a><!-- doxytag: member="FCDENode::GetAttributes" ref="2842d4c17b41e03d96baa9d56c33e2b4" args="()" --><p> |
---|
600 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
601 | <tr> |
---|
602 | <td class="mdRow"> |
---|
603 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
604 | <tr> |
---|
605 | <td class="md" nowrap valign="top"><a class="el" href="classvector.html">FCDEAttributeList</a>& FCDENode::GetAttributes </td> |
---|
606 | <td class="md" valign="top">( </td> |
---|
607 | <td class="mdname1" valign="top" nowrap> </td> |
---|
608 | <td class="md" valign="top"> ) </td> |
---|
609 | <td class="md" nowrap><code> [inline]</code></td> |
---|
610 | </tr> |
---|
611 | </table> |
---|
612 | </td> |
---|
613 | </tr> |
---|
614 | </table> |
---|
615 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
616 | <tr> |
---|
617 | <td> |
---|
618 | |
---|
619 | </td> |
---|
620 | <td> |
---|
621 | |
---|
622 | <p> |
---|
623 | Retrieves the list of attributes for this extra tree node. |
---|
624 | <p> |
---|
625 | <dl compact><dt><b>Returns:</b></dt><dd>The list of attributes. </dd></dl> |
---|
626 | </td> |
---|
627 | </tr> |
---|
628 | </table> |
---|
629 | <a class="anchor" name="5b6f7e6a52e743bd8280c2a96813e1c2"></a><!-- doxytag: member="FCDENode::GetChildNode" ref="5b6f7e6a52e743bd8280c2a96813e1c2" args="(size_t index)" --><p> |
---|
630 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
631 | <tr> |
---|
632 | <td class="mdRow"> |
---|
633 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
634 | <tr> |
---|
635 | <td class="md" nowrap valign="top"><a class="el" href="class_f_c_d_e_node.html">FCDENode</a>* FCDENode::GetChildNode </td> |
---|
636 | <td class="md" valign="top">( </td> |
---|
637 | <td class="md" nowrap valign="top">size_t </td> |
---|
638 | <td class="mdname1" valign="top" nowrap> <em>index</em> </td> |
---|
639 | <td class="md" valign="top"> ) </td> |
---|
640 | <td class="md" nowrap><code> [inline]</code></td> |
---|
641 | </tr> |
---|
642 | </table> |
---|
643 | </td> |
---|
644 | </tr> |
---|
645 | </table> |
---|
646 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
647 | <tr> |
---|
648 | <td> |
---|
649 | |
---|
650 | </td> |
---|
651 | <td> |
---|
652 | |
---|
653 | <p> |
---|
654 | Retrieves a specific child extra tree node. |
---|
655 | <p> |
---|
656 | <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
657 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
658 | <tr><td valign="top"></td><td valign="top"><em>index</em> </td><td>The index of the child extra tree node. </td></tr> |
---|
659 | </table> |
---|
660 | </dl> |
---|
661 | <dl compact><dt><b>Returns:</b></dt><dd>The child extra tree node. This pointer will be NULL if the index is out-of-bounds. </dd></dl> |
---|
662 | </td> |
---|
663 | </tr> |
---|
664 | </table> |
---|
665 | <a class="anchor" name="75bb1798b9c6f99db77ef6d6559cf4f1"></a><!-- doxytag: member="FCDENode::GetChildNodeCount" ref="75bb1798b9c6f99db77ef6d6559cf4f1" args="() const " --><p> |
---|
666 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
667 | <tr> |
---|
668 | <td class="mdRow"> |
---|
669 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
670 | <tr> |
---|
671 | <td class="md" nowrap valign="top">size_t FCDENode::GetChildNodeCount </td> |
---|
672 | <td class="md" valign="top">( </td> |
---|
673 | <td class="mdname1" valign="top" nowrap> </td> |
---|
674 | <td class="md" valign="top"> ) </td> |
---|
675 | <td class="md" nowrap> const<code> [inline]</code></td> |
---|
676 | </tr> |
---|
677 | </table> |
---|
678 | </td> |
---|
679 | </tr> |
---|
680 | </table> |
---|
681 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
682 | <tr> |
---|
683 | <td> |
---|
684 | |
---|
685 | </td> |
---|
686 | <td> |
---|
687 | |
---|
688 | <p> |
---|
689 | Retrieves the number of children of an extra tree node. |
---|
690 | <p> |
---|
691 | <dl compact><dt><b>Returns:</b></dt><dd>The number of children. </dd></dl> |
---|
692 | </td> |
---|
693 | </tr> |
---|
694 | </table> |
---|
695 | <a class="anchor" name="f478e0808f9f29d463f417a2bbe7e274"></a><!-- doxytag: member="FCDENode::GetChildNodes" ref="f478e0808f9f29d463f417a2bbe7e274" args="()" --><p> |
---|
696 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
697 | <tr> |
---|
698 | <td class="mdRow"> |
---|
699 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
700 | <tr> |
---|
701 | <td class="md" nowrap valign="top"><a class="el" href="classvector.html">FCDENodeList</a>& FCDENode::GetChildNodes </td> |
---|
702 | <td class="md" valign="top">( </td> |
---|
703 | <td class="mdname1" valign="top" nowrap> </td> |
---|
704 | <td class="md" valign="top"> ) </td> |
---|
705 | <td class="md" nowrap><code> [inline]</code></td> |
---|
706 | </tr> |
---|
707 | </table> |
---|
708 | </td> |
---|
709 | </tr> |
---|
710 | </table> |
---|
711 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
712 | <tr> |
---|
713 | <td> |
---|
714 | |
---|
715 | </td> |
---|
716 | <td> |
---|
717 | |
---|
718 | <p> |
---|
719 | Retrieves the children of an extra tree node. |
---|
720 | <p> |
---|
721 | <dl compact><dt><b>Returns:</b></dt><dd>The list of child extra tree nodes. </dd></dl> |
---|
722 | </td> |
---|
723 | </tr> |
---|
724 | </table> |
---|
725 | <a class="anchor" name="b93261cd95ef7895b0823f7ffe23c402"></a><!-- doxytag: member="FCDENode::GetContent" ref="b93261cd95ef7895b0823f7ffe23c402" args="() const " --><p> |
---|
726 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
727 | <tr> |
---|
728 | <td class="mdRow"> |
---|
729 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
730 | <tr> |
---|
731 | <td class="md" nowrap valign="top">const fchar* FCDENode::GetContent </td> |
---|
732 | <td class="md" valign="top">( </td> |
---|
733 | <td class="mdname1" valign="top" nowrap> </td> |
---|
734 | <td class="md" valign="top"> ) </td> |
---|
735 | <td class="md" nowrap> const<code> [inline]</code></td> |
---|
736 | </tr> |
---|
737 | </table> |
---|
738 | </td> |
---|
739 | </tr> |
---|
740 | </table> |
---|
741 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
742 | <tr> |
---|
743 | <td> |
---|
744 | |
---|
745 | </td> |
---|
746 | <td> |
---|
747 | |
---|
748 | <p> |
---|
749 | Retrieves the textual content of the extra tree node. |
---|
750 | <p> |
---|
751 | This value is only valid for extra tree node that have no children, as COLLADA doesn't allow for mixed-content. <dl compact><dt><b>Returns:</b></dt><dd>The textual content of the extra tree node. </dd></dl> |
---|
752 | </td> |
---|
753 | </tr> |
---|
754 | </table> |
---|
755 | <a class="anchor" name="595efe3b26ec3f240192f730fc312989"></a><!-- doxytag: member="FCDENode::GetName" ref="595efe3b26ec3f240192f730fc312989" args="() const " --><p> |
---|
756 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
757 | <tr> |
---|
758 | <td class="mdRow"> |
---|
759 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
760 | <tr> |
---|
761 | <td class="md" nowrap valign="top">const char* FCDENode::GetName </td> |
---|
762 | <td class="md" valign="top">( </td> |
---|
763 | <td class="mdname1" valign="top" nowrap> </td> |
---|
764 | <td class="md" valign="top"> ) </td> |
---|
765 | <td class="md" nowrap> const<code> [inline]</code></td> |
---|
766 | </tr> |
---|
767 | </table> |
---|
768 | </td> |
---|
769 | </tr> |
---|
770 | </table> |
---|
771 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
772 | <tr> |
---|
773 | <td> |
---|
774 | |
---|
775 | </td> |
---|
776 | <td> |
---|
777 | |
---|
778 | <p> |
---|
779 | Retrieves the name of the extra tree node. |
---|
780 | <p> |
---|
781 | The name of the extra tree node is the name of the equivalent XML tree node. <dl compact><dt><b>Returns:</b></dt><dd>The name of the extra tree node. </dd></dl> |
---|
782 | </td> |
---|
783 | </tr> |
---|
784 | </table> |
---|
785 | <a class="anchor" name="072547f941f76cae03fbcb01b345a9f9"></a><!-- doxytag: member="FCDENode::GetParent" ref="072547f941f76cae03fbcb01b345a9f9" args="()" --><p> |
---|
786 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
787 | <tr> |
---|
788 | <td class="mdRow"> |
---|
789 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
790 | <tr> |
---|
791 | <td class="md" nowrap valign="top"><a class="el" href="class_f_c_d_e_node.html">FCDENode</a>* FCDENode::GetParent </td> |
---|
792 | <td class="md" valign="top">( </td> |
---|
793 | <td class="mdname1" valign="top" nowrap> </td> |
---|
794 | <td class="md" valign="top"> ) </td> |
---|
795 | <td class="md" nowrap><code> [inline]</code></td> |
---|
796 | </tr> |
---|
797 | </table> |
---|
798 | </td> |
---|
799 | </tr> |
---|
800 | </table> |
---|
801 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
802 | <tr> |
---|
803 | <td> |
---|
804 | |
---|
805 | </td> |
---|
806 | <td> |
---|
807 | |
---|
808 | <p> |
---|
809 | Retrieves the parent of an extra tree node. |
---|
810 | <p> |
---|
811 | The hierarchy cannot be changed dynamically. If you to move an extra tree node, you will need to clone it manually and release the old extra tree node. <dl compact><dt><b>Returns:</b></dt><dd>The parent extra tree node within the hierarchy. This pointer will be NULL if the extra tree node is a extra tree technique. </dd></dl> |
---|
812 | </td> |
---|
813 | </tr> |
---|
814 | </table> |
---|
815 | <a class="anchor" name="b557706fe76d8f16648300b5e4b76143"></a><!-- doxytag: member="FCDENode::LoadFromXML" ref="b557706fe76d8f16648300b5e4b76143" args="(xmlNode *customNode)" --><p> |
---|
816 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
817 | <tr> |
---|
818 | <td class="mdRow"> |
---|
819 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
820 | <tr> |
---|
821 | <td class="md" nowrap valign="top">virtual <a class="el" href="class_f_u_status.html">FUStatus</a> FCDENode::LoadFromXML </td> |
---|
822 | <td class="md" valign="top">( </td> |
---|
823 | <td class="md" nowrap valign="top">xmlNode * </td> |
---|
824 | <td class="mdname1" valign="top" nowrap> <em>customNode</em> </td> |
---|
825 | <td class="md" valign="top"> ) </td> |
---|
826 | <td class="md" nowrap><code> [virtual]</code></td> |
---|
827 | </tr> |
---|
828 | </table> |
---|
829 | </td> |
---|
830 | </tr> |
---|
831 | </table> |
---|
832 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
833 | <tr> |
---|
834 | <td> |
---|
835 | |
---|
836 | </td> |
---|
837 | <td> |
---|
838 | |
---|
839 | <p> |
---|
840 | [INTERNAL] Reads in the extra tree node from a given COLLADA XML tree node. |
---|
841 | <p> |
---|
842 | <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
843 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
844 | <tr><td valign="top"></td><td valign="top"><em>customNode</em> </td><td>The COLLADA XML tree node. </td></tr> |
---|
845 | </table> |
---|
846 | </dl> |
---|
847 | <dl compact><dt><b>Returns:</b></dt><dd>The status of the import. If the status is not successful, it may be dangerous to extract information from the extra tree node. </dd></dl> |
---|
848 | |
---|
849 | <p> |
---|
850 | Reimplemented in <a class="el" href="class_f_c_d_e_technique.html#1c2ecc107e0660b2324e7ba16a84e1d6">FCDETechnique</a>. </td> |
---|
851 | </tr> |
---|
852 | </table> |
---|
853 | <a class="anchor" name="8021c06f18939103e26289a845da37c7"></a><!-- doxytag: member="FCDENode::ReadChildrenFromXML" ref="8021c06f18939103e26289a845da37c7" args="(xmlNode *customNode)" --><p> |
---|
854 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
855 | <tr> |
---|
856 | <td class="mdRow"> |
---|
857 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
858 | <tr> |
---|
859 | <td class="md" nowrap valign="top"><a class="el" href="class_f_u_status.html">FUStatus</a> FCDENode::ReadChildrenFromXML </td> |
---|
860 | <td class="md" valign="top">( </td> |
---|
861 | <td class="md" nowrap valign="top">xmlNode * </td> |
---|
862 | <td class="mdname1" valign="top" nowrap> <em>customNode</em> </td> |
---|
863 | <td class="md" valign="top"> ) </td> |
---|
864 | <td class="md" nowrap><code> [protected]</code></td> |
---|
865 | </tr> |
---|
866 | </table> |
---|
867 | </td> |
---|
868 | </tr> |
---|
869 | </table> |
---|
870 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
871 | <tr> |
---|
872 | <td> |
---|
873 | |
---|
874 | </td> |
---|
875 | <td> |
---|
876 | |
---|
877 | <p> |
---|
878 | [INTERNAL] Reads in the children nodes of the extra tree node. |
---|
879 | <p> |
---|
880 | Used by the <a class="el" href="class_f_c_d_e_technique.html">FCDETechnique</a> class exclusively. <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
881 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
882 | <tr><td valign="top"></td><td valign="top"><em>customNode</em> </td><td>The COLLADA XML tree node. </td></tr> |
---|
883 | </table> |
---|
884 | </dl> |
---|
885 | <dl compact><dt><b>Returns:</b></dt><dd>The status of the import. If the status is not successful, it may be dangerous to extract information from the extra tree node. </dd></dl> |
---|
886 | </td> |
---|
887 | </tr> |
---|
888 | </table> |
---|
889 | <a class="anchor" name="ec917dc984d3e1df857079fe1704f6f2"></a><!-- doxytag: member="FCDENode::Release" ref="ec917dc984d3e1df857079fe1704f6f2" args="()" --><p> |
---|
890 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
891 | <tr> |
---|
892 | <td class="mdRow"> |
---|
893 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
894 | <tr> |
---|
895 | <td class="md" nowrap valign="top">void FCDENode::Release </td> |
---|
896 | <td class="md" valign="top">( </td> |
---|
897 | <td class="mdname1" valign="top" nowrap> </td> |
---|
898 | <td class="md" valign="top"> ) </td> |
---|
899 | <td class="md" nowrap></td> |
---|
900 | </tr> |
---|
901 | </table> |
---|
902 | </td> |
---|
903 | </tr> |
---|
904 | </table> |
---|
905 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
906 | <tr> |
---|
907 | <td> |
---|
908 | |
---|
909 | </td> |
---|
910 | <td> |
---|
911 | |
---|
912 | <p> |
---|
913 | Releases this extra tree node. |
---|
914 | <p> |
---|
915 | This function is a shortcut to the parent's <a class="el" href="class_f_c_d_e_node.html#9397f4bade26bcebec53e13fe29ef496">FCDENode::ReleaseChildNode</a> function. </td> |
---|
916 | </tr> |
---|
917 | </table> |
---|
918 | <a class="anchor" name="84f34ce7c79eb22191e9a49e69030ff0"></a><!-- doxytag: member="FCDENode::ReleaseAttribute" ref="84f34ce7c79eb22191e9a49e69030ff0" args="(FCDEAttribute *attribute)" --><p> |
---|
919 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
920 | <tr> |
---|
921 | <td class="mdRow"> |
---|
922 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
923 | <tr> |
---|
924 | <td class="md" nowrap valign="top">void FCDENode::ReleaseAttribute </td> |
---|
925 | <td class="md" valign="top">( </td> |
---|
926 | <td class="md" nowrap valign="top"><a class="el" href="struct_f_c_d_e_attribute.html">FCDEAttribute</a> * </td> |
---|
927 | <td class="mdname1" valign="top" nowrap> <em>attribute</em> </td> |
---|
928 | <td class="md" valign="top"> ) </td> |
---|
929 | <td class="md" nowrap></td> |
---|
930 | </tr> |
---|
931 | </table> |
---|
932 | </td> |
---|
933 | </tr> |
---|
934 | </table> |
---|
935 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
936 | <tr> |
---|
937 | <td> |
---|
938 | |
---|
939 | </td> |
---|
940 | <td> |
---|
941 | |
---|
942 | <p> |
---|
943 | Releases an attribute of this extra tree node. |
---|
944 | <p> |
---|
945 | <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
946 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
947 | <tr><td valign="top"></td><td valign="top"><em>attribute</em> </td><td>The attribute to release. </td></tr> |
---|
948 | </table> |
---|
949 | </dl> |
---|
950 | </td> |
---|
951 | </tr> |
---|
952 | </table> |
---|
953 | <a class="anchor" name="9397f4bade26bcebec53e13fe29ef496"></a><!-- doxytag: member="FCDENode::ReleaseChildNode" ref="9397f4bade26bcebec53e13fe29ef496" args="(FCDENode *childNode)" --><p> |
---|
954 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
955 | <tr> |
---|
956 | <td class="mdRow"> |
---|
957 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
958 | <tr> |
---|
959 | <td class="md" nowrap valign="top">void FCDENode::ReleaseChildNode </td> |
---|
960 | <td class="md" valign="top">( </td> |
---|
961 | <td class="md" nowrap valign="top"><a class="el" href="class_f_c_d_e_node.html">FCDENode</a> * </td> |
---|
962 | <td class="mdname1" valign="top" nowrap> <em>childNode</em> </td> |
---|
963 | <td class="md" valign="top"> ) </td> |
---|
964 | <td class="md" nowrap></td> |
---|
965 | </tr> |
---|
966 | </table> |
---|
967 | </td> |
---|
968 | </tr> |
---|
969 | </table> |
---|
970 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
971 | <tr> |
---|
972 | <td> |
---|
973 | |
---|
974 | </td> |
---|
975 | <td> |
---|
976 | |
---|
977 | <p> |
---|
978 | Releases a child extra tree node of this extra tree node. |
---|
979 | <p> |
---|
980 | <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
981 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
982 | <tr><td valign="top"></td><td valign="top"><em>childNode</em> </td><td>The child to release. </td></tr> |
---|
983 | </table> |
---|
984 | </dl> |
---|
985 | </td> |
---|
986 | </tr> |
---|
987 | </table> |
---|
988 | <a class="anchor" name="c356dbe74452d564436e43dea7ac09f9"></a><!-- doxytag: member="FCDENode::SetContent" ref="c356dbe74452d564436e43dea7ac09f9" args="(const fchar *_content)" --><p> |
---|
989 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
990 | <tr> |
---|
991 | <td class="mdRow"> |
---|
992 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
993 | <tr> |
---|
994 | <td class="md" nowrap valign="top">void FCDENode::SetContent </td> |
---|
995 | <td class="md" valign="top">( </td> |
---|
996 | <td class="md" nowrap valign="top">const fchar * </td> |
---|
997 | <td class="mdname1" valign="top" nowrap> <em>_content</em> </td> |
---|
998 | <td class="md" valign="top"> ) </td> |
---|
999 | <td class="md" nowrap></td> |
---|
1000 | </tr> |
---|
1001 | </table> |
---|
1002 | </td> |
---|
1003 | </tr> |
---|
1004 | </table> |
---|
1005 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
1006 | <tr> |
---|
1007 | <td> |
---|
1008 | |
---|
1009 | </td> |
---|
1010 | <td> |
---|
1011 | |
---|
1012 | <p> |
---|
1013 | Sets the textual content of the extra tree node. |
---|
1014 | <p> |
---|
1015 | This function will release all the child node of this extra tree node, as COLLADA doesn't allow for mixed-content. <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
1016 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
1017 | <tr><td valign="top"></td><td valign="top"><em>_content</em> </td><td>The textual content. </td></tr> |
---|
1018 | </table> |
---|
1019 | </dl> |
---|
1020 | </td> |
---|
1021 | </tr> |
---|
1022 | </table> |
---|
1023 | <a class="anchor" name="1fff5ba3cbc90cf7b6e43e5a9fdf94bb"></a><!-- doxytag: member="FCDENode::SetName" ref="1fff5ba3cbc90cf7b6e43e5a9fdf94bb" args="(const char *_name)" --><p> |
---|
1024 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
1025 | <tr> |
---|
1026 | <td class="mdRow"> |
---|
1027 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
1028 | <tr> |
---|
1029 | <td class="md" nowrap valign="top">void FCDENode::SetName </td> |
---|
1030 | <td class="md" valign="top">( </td> |
---|
1031 | <td class="md" nowrap valign="top">const char * </td> |
---|
1032 | <td class="mdname1" valign="top" nowrap> <em>_name</em> </td> |
---|
1033 | <td class="md" valign="top"> ) </td> |
---|
1034 | <td class="md" nowrap><code> [inline]</code></td> |
---|
1035 | </tr> |
---|
1036 | </table> |
---|
1037 | </td> |
---|
1038 | </tr> |
---|
1039 | </table> |
---|
1040 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
1041 | <tr> |
---|
1042 | <td> |
---|
1043 | |
---|
1044 | </td> |
---|
1045 | <td> |
---|
1046 | |
---|
1047 | <p> |
---|
1048 | Sets the name of the extra tree node. |
---|
1049 | <p> |
---|
1050 | The name of the extra tree node is the name of the equivalent XML tree node. <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
1051 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
1052 | <tr><td valign="top"></td><td valign="top"><em>_name</em> </td><td>The name of the extra tree node. </td></tr> |
---|
1053 | </table> |
---|
1054 | </dl> |
---|
1055 | </td> |
---|
1056 | </tr> |
---|
1057 | </table> |
---|
1058 | <a class="anchor" name="951d837721710546641eb4fd3e09a937"></a><!-- doxytag: member="FCDENode::WriteChildrenToXML" ref="951d837721710546641eb4fd3e09a937" args="(xmlNode *customNode) const " --><p> |
---|
1059 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
1060 | <tr> |
---|
1061 | <td class="mdRow"> |
---|
1062 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
1063 | <tr> |
---|
1064 | <td class="md" nowrap valign="top">void FCDENode::WriteChildrenToXML </td> |
---|
1065 | <td class="md" valign="top">( </td> |
---|
1066 | <td class="md" nowrap valign="top">xmlNode * </td> |
---|
1067 | <td class="mdname1" valign="top" nowrap> <em>customNode</em> </td> |
---|
1068 | <td class="md" valign="top"> ) </td> |
---|
1069 | <td class="md" nowrap> const<code> [protected]</code></td> |
---|
1070 | </tr> |
---|
1071 | </table> |
---|
1072 | </td> |
---|
1073 | </tr> |
---|
1074 | </table> |
---|
1075 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
1076 | <tr> |
---|
1077 | <td> |
---|
1078 | |
---|
1079 | </td> |
---|
1080 | <td> |
---|
1081 | |
---|
1082 | <p> |
---|
1083 | [INTERNAL] Writes out the children nodes of extra tree node. |
---|
1084 | <p> |
---|
1085 | Used by the <a class="el" href="class_f_c_d_e_technique.html">FCDETechnique</a> class exclusively. <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
1086 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
1087 | <tr><td valign="top"></td><td valign="top"><em>customNode</em> </td><td>The COLLADA XML node for the extra tree node. </td></tr> |
---|
1088 | </table> |
---|
1089 | </dl> |
---|
1090 | </td> |
---|
1091 | </tr> |
---|
1092 | </table> |
---|
1093 | <a class="anchor" name="c108d9afc91036dfed87ca5088322862"></a><!-- doxytag: member="FCDENode::WriteToXML" ref="c108d9afc91036dfed87ca5088322862" args="(xmlNode *parentNode) const " --><p> |
---|
1094 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
1095 | <tr> |
---|
1096 | <td class="mdRow"> |
---|
1097 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
1098 | <tr> |
---|
1099 | <td class="md" nowrap valign="top">virtual xmlNode* FCDENode::WriteToXML </td> |
---|
1100 | <td class="md" valign="top">( </td> |
---|
1101 | <td class="md" nowrap valign="top">xmlNode * </td> |
---|
1102 | <td class="mdname1" valign="top" nowrap> <em>parentNode</em> </td> |
---|
1103 | <td class="md" valign="top"> ) </td> |
---|
1104 | <td class="md" nowrap> const<code> [virtual]</code></td> |
---|
1105 | </tr> |
---|
1106 | </table> |
---|
1107 | </td> |
---|
1108 | </tr> |
---|
1109 | </table> |
---|
1110 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
1111 | <tr> |
---|
1112 | <td> |
---|
1113 | |
---|
1114 | </td> |
---|
1115 | <td> |
---|
1116 | |
---|
1117 | <p> |
---|
1118 | [INTERNAL] Writes out the extra tree node to the given COLLADA XML tree node. |
---|
1119 | <p> |
---|
1120 | <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
1121 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
1122 | <tr><td valign="top"></td><td valign="top"><em>parentNode</em> </td><td>The COLLADA XML parent node in which to insert the extra tree node. </td></tr> |
---|
1123 | </table> |
---|
1124 | </dl> |
---|
1125 | <dl compact><dt><b>Returns:</b></dt><dd>The created element XML tree node. </dd></dl> |
---|
1126 | |
---|
1127 | <p> |
---|
1128 | Reimplemented in <a class="el" href="class_f_c_d_e_technique.html#547d38a7e34cad2a3961ec57800aba3b">FCDETechnique</a>. </td> |
---|
1129 | </tr> |
---|
1130 | </table> |
---|
1131 | <hr>The documentation for this class was generated from the following file:<ul> |
---|
1132 | <li>FCDocument/<a class="el" href="_f_c_d_extra_8h-source.html">FCDExtra.h</a></ul> |
---|
1133 | <hr size="1"><address style="align: right;"><small>Generated on Fri May 12 16:44:42 2006 for FCollada by |
---|
1134 | <a href="http://www.doxygen.org/index.html"> |
---|
1135 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6-NO </small></address> |
---|
1136 | </body> |
---|
1137 | </html> |
---|