DATAKIT SDK  V2026.3
dtk_VdaReader.hpp
Go to the documentation of this file.
1 /**********************************************************
2  STR_VR.H
3 ***********************************************************/
4 #ifndef _DTK_VDA_READER_H_
5 #define _DTK_VDA_READER_H_
6 
7 #include "util/dtk_reader.hpp"
8 
9 class VdaReader: public Dtk_Reader
10 {
11 public:
12  virtual ~VdaReader() = 0;
13 
14  static Dtk_bool Enable();
15 
16  //! [Options]
17  //! \brief Set Preference on reading boundaries if both restrictions exist (UV and 3D)
18  //! \param [in] inPreference : File to read : 2 means Use UV first (default) 3 means Use 3D first
19  static void SetBoundaryPreference( Dtk_Int32 inPreference );
20  //! [Options]
21 };
22 
23 
24 
25 
26 
27 #endif
28 
Dtk_Reader
Definition: dtk_reader.hpp:15
Dtk_bool
char Dtk_bool
Definition: define.h:724
VdaReader::~VdaReader
virtual ~VdaReader()=0
VdaReader
Definition: dtk_VdaReader.hpp:10
Dtk_Int32
int32_t Dtk_Int32
Definition: define.h:686
VdaReader::SetBoundaryPreference
static void SetBoundaryPreference(Dtk_Int32 inPreference)
Set Preference on reading boundaries if both restrictions exist (UV and 3D)
dtk_reader.hpp
VdaReader::Enable
static Dtk_bool Enable()