DATAKIT API  V2025.1
dtk_CerecReader.hpp
Go to the documentation of this file.
1 #ifndef _DTK_CEREC_READER_H_
2 #define _DTK_CEREC_READER_H_
3 
4 class CerecReader: public Dtk_Reader
5 {
6  public:
9 
10  static Dtk_bool Enable();
11  Dtk_ErrorStatus CreateDocument( const Dtk_string &inInputFile, Dtk_MainDocPtr& outDocument );
12  Dtk_ErrorStatus GetFileVersion(const Dtk_string &inInputFile, Dtk_string& outVersion);
13  Dtk_ErrorStatus PopulateComponentsTree( const Dtk_string &inInputFile, Dtk_MainDocPtr &inoutDocument, Dtk_ComponentPtr &outRootComponent );
14  Dtk_ErrorStatus PopulateComponentsTree(const Dtk_tab< Dtk_StreamPtr >& inArrayStream, Dtk_MainDocPtr& inoutDocument, Dtk_ComponentPtr& outRootComponent );
16  Dtk_ErrorStatus ReadComponent( const Dtk_ComponentPtr &inComponent, Dtk_NodePtr& outRootNode );
23  void Inventory();
24 
25 
26  private:
27  struct Dtk_Handle;
28  Dtk_Handle *m_Private;
29 };
30 
31 #endif
32 
CerecReader::ReadAdditionalInfos
Dtk_ErrorStatus ReadAdditionalInfos(Dtk_Node &inNode, Dtk_ObjectPtr &outEntity)
CerecReader::CerecReader
CerecReader()
CerecReader::PopulateComponentsTree
Dtk_ErrorStatus PopulateComponentsTree(const Dtk_string &inInputFile, Dtk_MainDocPtr &inoutDocument, Dtk_ComponentPtr &outRootComponent)
Dtk_Reader
Definition: dtk_reader.hpp:15
CerecReader::EndPopulateComponentsTree
Dtk_ErrorStatus EndPopulateComponentsTree()
Dtk_string
This is a high level string class.
Definition: dtk_string.hpp:58
CerecReader::GetFileVersion
Dtk_ErrorStatus GetFileVersion(const Dtk_string &inInputFile, Dtk_string &outVersion)
CerecReader::EndComponent
Dtk_ErrorStatus EndComponent(Dtk_ComponentPtr &inComponent)
Dtk_bool
char Dtk_bool
Definition: define.h:725
CerecReader::Inventory
void Inventory()
CerecReader
Definition: dtk_CerecReader.hpp:5
CerecReader::ReadEntity
Dtk_ErrorStatus ReadEntity(Dtk_Node &inNode, Dtk_EntityPtr &outEntity)
Dtk_Node
This is the Node Class The Dtk_Node object is used to retrieve informations in a Dtk_ComponentPtr obj...
Definition: dtk_maindoc.hpp:230
Dtk_Int32
int32_t Dtk_Int32
Definition: define.h:687
CerecReader::ActivateReader
Dtk_ErrorStatus ActivateReader()
Dtk_ErrorStatus
Dtk_ErrorStatus
Definition: error_dtk.hpp:6
Dtk_SmartPtr
Definition: util_ptr_dtk.hpp:37
CerecReader::ReadComponent
Dtk_ErrorStatus ReadComponent(const Dtk_ComponentPtr &inComponent, Dtk_NodePtr &outRootNode)
CerecReader::GetVersion
Dtk_Int32 GetVersion()
CerecReader::DesactivateReader
Dtk_ErrorStatus DesactivateReader()
CerecReader::PopulateComponentsTree
Dtk_ErrorStatus PopulateComponentsTree(const Dtk_tab< Dtk_StreamPtr > &inArrayStream, Dtk_MainDocPtr &inoutDocument, Dtk_ComponentPtr &outRootComponent)
CerecReader::Enable
static Dtk_bool Enable()
Dtk_tab
This is a high level array class.
Definition: util_stl_dtk.hpp:85
CerecReader::~CerecReader
~CerecReader()
CerecReader::CreateDocument
Dtk_ErrorStatus CreateDocument(const Dtk_string &inInputFile, Dtk_MainDocPtr &outDocument)