DATAKIT API  V2025.1
dtk_F3dReader.hpp
Go to the documentation of this file.
1 #pragma once
2 #ifndef _UTIL_F3D_READER_HPP_
3 #define _UTIL_F3D_READER_HPP_
4 
5 class F3dReader : public Dtk_Reader
6 {
7 protected:
8 public :
9  virtual ~F3dReader() = 0;
10  static Dtk_bool Enable();
11 };
12 
13 #endif
F3dReader
Definition: dtk_F3dReader.hpp:6
Dtk_Reader
Definition: dtk_reader.hpp:15
F3dReader::Enable
static Dtk_bool Enable()
F3dReader::~F3dReader
virtual ~F3dReader()=0
Dtk_bool
char Dtk_bool
Definition: define.h:725