DATAKIT SDK  V2026.2
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 
17 
18 
19 
20 
21 #endif
22 
Dtk_Reader
Definition: dtk_reader.hpp:15
Dtk_bool
char Dtk_bool
Definition: define.h:717
VdaReader::~VdaReader
virtual ~VdaReader()=0
VdaReader
Definition: dtk_VdaReader.hpp:10
dtk_reader.hpp
VdaReader::Enable
static Dtk_bool Enable()