#include <FCDExtra.h>
Inheritance diagram for FCDETechnique:
Public Member Functions | |
FCDETechnique (FCDocument *document, const char *profile) | |
Constructor: do not use directly. | |
virtual | ~FCDETechnique () |
Destructor: do not use directly. | |
const char * | GetProfile () const |
Retrieves the name of the application-specific profile of the technique. | |
virtual FUStatus | LoadFromXML (xmlNode *techniqueNode) |
[INTERNAL] Reads in the extra tree technique from a given COLLADA XML tree node. | |
virtual xmlNode * | WriteToXML (xmlNode *parentNode) const |
[INTERNAL] Writes out the extra tree technique to the given COLLADA XML tree node. |
For convenience, this extra tree technique is based on top of the FCDENode class. An extra tree technique is the root of the extra tree specific to the profile of an application.
|
Constructor: do not use directly. Instead, use the FCDExtra::AddTechnique function.
|
|
Destructor: do not use directly. Instead, release a technique using the FCDExtra::ReleaseTechnique function. |
|
Retrieves the name of the application-specific profile of the technique.
|
|
[INTERNAL] Reads in the extra tree technique from a given COLLADA XML tree node.
Reimplemented from FCDENode. |
|
[INTERNAL] Writes out the extra tree technique to the given COLLADA XML tree node.
Reimplemented from FCDENode. |