Pyrogenesis
13997
|
Wrapper for code shared between the PMD and PSA converters. More...
#include <CommonConvert.h>
Public Member Functions | |
CommonConvert (const char *text, std::string &xmlErrors) | |
~CommonConvert () | |
const FColladaDocument & | GetDocument () const |
FCDSceneNode & | GetRoot () |
FCDEntityInstance & | GetInstance () |
const FMMatrix44 & | GetEntityTransform () const |
bool | IsYUp () const |
bool | IsXSI () const |
Private Attributes | |
FColladaErrorHandler | m_Err |
FColladaDocument | m_Doc |
FCDEntityInstance * | m_Instance |
FMMatrix44 | m_EntityTransform |
bool | m_YUp |
bool | m_IsXSI |
Wrapper for code shared between the PMD and PSA converters.
Loads the document and provides access to the relevant objects and values.
Definition at line 97 of file CommonConvert.h.
CommonConvert::CommonConvert | ( | const char * | text, |
std::string & | xmlErrors | ||
) |
Definition at line 138 of file CommonConvert.cpp.
CommonConvert::~CommonConvert | ( | ) |
Definition at line 165 of file CommonConvert.cpp.
|
inline |
Definition at line 102 of file CommonConvert.h.
|
inline |
Definition at line 105 of file CommonConvert.h.
|
inline |
Definition at line 104 of file CommonConvert.h.
|
inline |
Definition at line 103 of file CommonConvert.h.
|
inline |
Definition at line 107 of file CommonConvert.h.
|
inline |
Definition at line 106 of file CommonConvert.h.
|
private |
Definition at line 111 of file CommonConvert.h.
|
private |
Definition at line 113 of file CommonConvert.h.
|
private |
Definition at line 110 of file CommonConvert.h.
|
private |
Definition at line 112 of file CommonConvert.h.
|
private |
Definition at line 115 of file CommonConvert.h.
|
private |
Definition at line 114 of file CommonConvert.h.