DATAKIT API
V2025.1
Main Page
API Reference
dtk_cgrrReader.hpp
Go to the documentation of this file.
1
#ifndef _UTIL_GGR_READER_HPP_
2
#define _UTIL_GGR_READER_HPP_
3
4
class
CgrReader
:
public
Dtk_Reader
5
{
6
public
:
7
virtual
~CgrReader
();
8
static
Dtk_bool
Enable
();
9
18
static
void
SetCfgCgrReduceTree
(
Dtk_Int32
inVal );
26
static
void
SetCfgCgrReadMeshOnly
(
Dtk_bool
inVal );
27
28
};
29
30
#endif
31
CgrReader::Enable
static Dtk_bool Enable()
CgrReader::SetCfgCgrReadMeshOnly
static void SetCfgCgrReadMeshOnly(Dtk_bool inVal)
Read the mesh data only.
Dtk_Reader
Definition:
dtk_reader.hpp:15
Dtk_bool
char Dtk_bool
Definition:
define.h:725
CgrReader::~CgrReader
virtual ~CgrReader()
Dtk_Int32
int32_t Dtk_Int32
Definition:
define.h:687
CgrReader::SetCfgCgrReduceTree
static void SetCfgCgrReduceTree(Dtk_Int32 inVal)
cgr component tree 0
CgrReader
Definition:
dtk_cgrrReader.hpp:5
ClientsCMake
Lib_Include
dtk_readers
dtk_cgrrReader.hpp