DATAKIT API  V2025.1
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 
5 
6 class NavisReader : public Dtk_Reader
7 {
8 protected:
9 public :
10  virtual ~NavisReader() = 0;
11  static Dtk_bool Enable();
12 
13 
14 };
15 
16 
17 #endif
18 
NavisReader::Enable
static Dtk_bool Enable()
NavisReader
Definition: dtk_NavisReader.hpp:7
Dtk_Reader
Definition: dtk_reader.hpp:15
Dtk_bool
char Dtk_bool
Definition: define.h:725
NavisReader::~NavisReader
virtual ~NavisReader()=0