DATAKIT API
V2025.2
Main Page
API Reference
WriteComponent.hpp
Go to the documentation of this file.
1
//write assm prototypes
2
Dtk_ErrorStatus
WriteDocument
(
Dtk_MainDocPtr
inDocument);
3
void
WritePrototype
(
Dtk_ComponentPtr
inComponent,
const
Dtk_transfo
&inMatrix);
4
Dtk_ErrorStatus
WriteInstance
(
Dtk_ComponentPtr
inComponent);
5
Dtk_ErrorStatus
WriteComponent
(
Dtk_ComponentPtr
inComponent,
const
Dtk_transfo
&inMatrix =
Dtk_transfo
());
6
Dtk_transfo
This is the Transformation dedicated class.
Definition:
dtk_transfo.hpp:19
WritePrototype
void WritePrototype(Dtk_ComponentPtr inComponent, const Dtk_transfo &inMatrix)
Definition:
WritePrototype.cpp:14
WriteComponent
Dtk_ErrorStatus WriteComponent(Dtk_ComponentPtr inComponent, const Dtk_transfo &inMatrix=Dtk_transfo())
Definition:
WriteComponent.cpp:9
WriteInstance
Dtk_ErrorStatus WriteInstance(Dtk_ComponentPtr inComponent)
Definition:
WriteInstance.cpp:14
Dtk_ErrorStatus
Dtk_ErrorStatus
Definition:
error_dtk.hpp:6
Dtk_SmartPtr
Definition:
util_ptr_dtk.hpp:37
WriteDocument
Dtk_ErrorStatus WriteDocument(Dtk_MainDocPtr inDocument)
Definition:
WriteDocument.cpp:12
ClientsCMake
SampleSources
LibReadersSample
RunThroughAPI
ThroughAssemblies
WriteComponent.hpp