|
DATAKIT API
V2025.1
|
|
This is the Transformation dedicated class.
Definition: dtk_transfo.hpp:19
Dtk_ErrorStatus WriteEntity(const Dtk_EntityPtr &inEntity, Dtk_transfo inMat=Dtk_transfo())
Write the entity provided in parameter in a node.
FileEncoding
Definition: objw.hpp:24
This is a high level string class.
Definition: dtk_string.hpp:58
bool m_UseRender
Use of Dtk_RGB or Dtk_RenderInfos.
Definition: objw.hpp:29
Exported APIs for Obj (.obj) Write Library.
Definition: objw.hpp:5
This class provides several options to tune Obj Writer. It must be provided to Objw::InitWrite method...
Definition: objw.hpp:18
~WriteOptions()
Destructor.
Definition: objw.hpp:36
WriteOptions()
Base constructor.
Definition: objw.hpp:33
DtkErrorStatus InitWrite(const Dtk_string &inOutputFile, const Dtk_string &inLogFile, WriteOptions &inOptions)
Initialize the Obj Writer
Dtk_ErrorStatus
Definition: error_dtk.hpp:6
DtkErrorStatus EndWrite()
Creation of the output file and free the Obj Writer
@ UTF8BOM
Definition: objw.hpp:26
@ UTF8
Definition: objw.hpp:25
FileEncoding m_FileEncoding
Use of FileEncoding.
Definition: objw.hpp:31