DATAKIT API  V2025.3
dtk_NavisReader.hpp
Go to the documentation of this file.
1 #pragma once
2 #ifndef _UTIL_NAVIS_READER_HPP_
3 #define _UTIL_NAVIS_READER_HPP_
4 #include "util/dtk_reader.hpp"
5 #include "def/define.h"
6 
7 
8 class NavisReader : public Dtk_Reader
9 {
10 protected:
11 public :
12  virtual ~NavisReader() = 0;
13  static Dtk_bool Enable();
14 
15 
16 };
17 
18 
19 #endif
20 
NavisReader::Enable
static Dtk_bool Enable()
NavisReader
Definition: dtk_NavisReader.hpp:9
Dtk_Reader
Definition: dtk_reader.hpp:15
Dtk_bool
char Dtk_bool
Definition: define.h:725
define.h
NavisReader::~NavisReader
virtual ~NavisReader()=0
dtk_reader.hpp