Go to the source code of this file.
Data Structures | |
class | Objw::WriteOptions |
This class provides several options to tune Obj Writer. It must be provided to Objw::InitWrite method. More... | |
Namespaces | |
Objw | |
Exported APIs for Obj (.obj) Write Library. | |
Functions | |
DtkErrorStatus | Objw::EndWrite () |
Creation of the output file and free the Obj Writer More... | |
DtkErrorStatus | Objw::InitWrite (const Dtk_string &inOutputFile, const Dtk_string &inLogFile, WriteOptions &inOptions) |
Initialize the Obj Writer More... | |
Dtk_ErrorStatus | Objw::WriteEntity (const Dtk_EntityPtr &inEntity, Dtk_transfo inMat=Dtk_transfo()) |
Write the entity provided in parameter in a node. More... | |