#include <colladaformat.h>
Static Public Member Functions | |
| template<typename MESHMODELTYPE > | |
| static XMLDocument * | createColladaDocument (const MESHMODELTYPE &m, const int mask) |
| static void | destroyColladaDocument (XMLDocument *doc) |
Static Private Member Functions | |
| static void | connectHierarchyNode (XMLInteriorNode *node0, XMLInteriorNode *node1, XMLLeafNode *leaf) |
| static void | connectHierarchyNode (XMLInteriorNode *node0, XMLInteriorNode *node1, XMLInteriorNode *node2, XMLInteriorNode *node3, XMLNode *node4) |
| static void | connectHierarchyNode (XMLInteriorNode *node0, XMLInteriorNode *node1, XMLInteriorNode *node2, XMLInteriorNode *node3) |
| static void | connectHierarchyNode (XMLInteriorNode *node0, XMLInteriorNode *node1, XMLInteriorNode *node2) |
| template<typename MESHMODELTYPE > | |
| static void | splitMeshInTexturedPatches (const MESHMODELTYPE &m, QVector< QVector< int > > &patches) |
Definition at line 815 of file colladaformat.h.
| static void Collada::DocumentManager::connectHierarchyNode | ( | XMLInteriorNode * | node0, |
| XMLInteriorNode * | node1, | ||
| XMLLeafNode * | leaf | ||
| ) | [inline, static, private] |
Definition at line 818 of file colladaformat.h.
| static void Collada::DocumentManager::connectHierarchyNode | ( | XMLInteriorNode * | node0, |
| XMLInteriorNode * | node1, | ||
| XMLInteriorNode * | node2, | ||
| XMLInteriorNode * | node3, | ||
| XMLNode * | node4 | ||
| ) | [inline, static, private] |
Definition at line 824 of file colladaformat.h.
| static void Collada::DocumentManager::connectHierarchyNode | ( | XMLInteriorNode * | node0, |
| XMLInteriorNode * | node1, | ||
| XMLInteriorNode * | node2, | ||
| XMLInteriorNode * | node3 | ||
| ) | [inline, static, private] |
Definition at line 832 of file colladaformat.h.
| static void Collada::DocumentManager::connectHierarchyNode | ( | XMLInteriorNode * | node0, |
| XMLInteriorNode * | node1, | ||
| XMLInteriorNode * | node2 | ||
| ) | [inline, static, private] |
Definition at line 839 of file colladaformat.h.
| static XMLDocument* Collada::DocumentManager::createColladaDocument | ( | const MESHMODELTYPE & | m, |
| const int | mask | ||
| ) | [inline, static] |
Definition at line 861 of file colladaformat.h.
| static void Collada::DocumentManager::destroyColladaDocument | ( | XMLDocument * | doc | ) | [inline, static] |
Definition at line 1184 of file colladaformat.h.
| static void Collada::DocumentManager::splitMeshInTexturedPatches | ( | const MESHMODELTYPE & | m, |
| QVector< QVector< int > > & | patches | ||
| ) | [inline, static, private] |
Definition at line 846 of file colladaformat.h.