DATAKIT API  V2025.4
dtk_JtReader.hpp
Go to the documentation of this file.
1 /**********************************************************
2  Dtk_JtrReader.hpp
3 ***********************************************************/
4 #ifndef _DTK_JT_READER_H_
5 #define _DTK_JT_READER_H_
6 #include "util/dtk_reader.hpp"
7 #include "def/define.h"
8 
9 class JtReader: public Dtk_Reader
10 {
11 public:
13  virtual ~JtReader();
14  static bool Enable();
15  static Dtk_ErrorStatus ActivateSemanticPMI( int activate = 1 );
17 };
18 
19 #endif // _DTK_JT_READER_H_
20 
JtReader::Enable
static bool Enable()
Dtk_Reader
Definition: dtk_reader.hpp:15
JtReader::JtReader
JtReader()
JtReader::ActivateSemanticPMI
static Dtk_ErrorStatus ActivateSemanticPMI(int activate=1)
JtReader::GetSubReader
Dtk_Reader *& GetSubReader(int)
JtReader::~JtReader
virtual ~JtReader()
JtReader
Definition: dtk_JtReader.hpp:10
Dtk_ErrorStatus
Dtk_ErrorStatus
Definition: error_dtk.hpp:6
define.h
dtk_reader.hpp