DATAKIT API  V2025.1
dtk_Catiav6Reader.hpp
Go to the documentation of this file.
1 #ifndef __DTK_CATIAV6_READER_HPP__
2 #define __DTK_CATIAV6_READER_HPP__
3 
5 #include "util/dtk_reader.hpp"
6 
7 class CatiaV6Reader: public Dtk_Reader
8 {
9 public:
11  static Dtk_bool Enable();
12 
13  static void SetCfgReadWithAuthoring(const Dtk_bool& inVal);
14  static void SetCfgChooseV6Name(const Dtk_Int32& inVal);
15 };
16 
17 #endif
Dtk_Reader
Definition: dtk_reader.hpp:15
CatiaV6Reader
Definition: dtk_Catiav6Reader.hpp:8
CatiaV6Reader::~CatiaV6Reader
~CatiaV6Reader()
Dtk_bool
char Dtk_bool
Definition: define.h:725
dtk_3dXmlReader.hpp
Dtk_Int32
int32_t Dtk_Int32
Definition: define.h:687
CatiaV6Reader::Enable
static Dtk_bool Enable()
CatiaV6Reader::SetCfgReadWithAuthoring
static void SetCfgReadWithAuthoring(const Dtk_bool &inVal)
dtk_reader.hpp
CatiaV6Reader::SetCfgChooseV6Name
static void SetCfgChooseV6Name(const Dtk_Int32 &inVal)