DATAKIT API  V2025.1
dtk_PsReader.hpp
Go to the documentation of this file.
1 /**********************************************************
2  DTK_PSR.H
3 ***********************************************************/
4 #ifndef _DTK_PS_READER_H_
5 #define _DTK_PS_READER_H_
6 #include "util/dtk_reader.hpp"
7 #include "def/define.h"
8 
9 class PsReader: public Dtk_Reader
10 {
11 public :
13  virtual ~PsReader();
14  static Dtk_bool Enable();
15 
16 };
17 
18 #define DTK_PARASOLID_VERSION 370
19 
20 #endif
21 
Dtk_Reader
Definition: dtk_reader.hpp:15
Dtk_bool
char Dtk_bool
Definition: define.h:725
PsReader::~PsReader
virtual ~PsReader()
PsReader
Definition: dtk_PsReader.hpp:10
PsReader::Enable
static Dtk_bool Enable()
define.h
dtk_reader.hpp
PsReader::PsReader
PsReader()