Exported APIs for Obj (.obj) Write Library. More...
Data Structures | |
class | WriteOptions |
This class provides several options to tune Obj Writer. It must be provided to Objw::InitWrite method. More... | |
Functions | |
DtkErrorStatus | EndWrite () |
Creation of the output file and free the Obj Writer More... | |
DtkErrorStatus | InitWrite (const Dtk_string &inOutputFile, const Dtk_string &inLogFile, WriteOptions &inOptions) |
Initialize the Obj Writer More... | |
Dtk_ErrorStatus | WriteEntity (const Dtk_EntityPtr &inEntity, Dtk_transfo inMat=Dtk_transfo()) |
Write the entity provided in parameter in a node. More... | |
Exported APIs for Obj (.obj) Write Library.
DtkErrorStatus Objw::EndWrite | ( | ) |
Creation of the output file and free the Obj Writer
DtkErrorStatus Objw::InitWrite | ( | const Dtk_string & | inOutputFile, |
const Dtk_string & | inLogFile, | ||
WriteOptions & | inOptions | ||
) |
Initialize the Obj Writer
[in] | inOutputFile | : Output file name |
[in] | inLogFile | : Log file |
[in] | inOptions | : Options |
Dtk_ErrorStatus Objw::WriteEntity | ( | const Dtk_EntityPtr & | inEntity, |
Dtk_transfo | inMat = Dtk_transfo() |
||
) |
Write the entity provided in parameter in a node.
[in] | inEntity | : The Entity to be written |
[in] | inMat | : The matrice that needs to be applied before the writing |