DATAKIT API
V2025.3
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
#include "
util/dtk_reader.hpp
"
5
#include "
def/define.h
"
6
7
class
CgrReader
:
public
Dtk_Reader
8
{
9
public
:
10
virtual
~CgrReader
();
11
static
Dtk_bool
Enable
();
12
21
static
void
SetCfgCgrReduceTree
(
Dtk_Int32
inVal );
29
static
void
SetCfgCgrReadMeshOnly
(
Dtk_bool
inVal );
30
31
};
32
33
#endif
34
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
define.h
dtk_reader.hpp
CgrReader::SetCfgCgrReduceTree
static void SetCfgCgrReduceTree(Dtk_Int32 inVal)
cgr component tree 0
CgrReader
Definition:
dtk_cgrrReader.hpp:8
ClientsCMake
Lib_Include
dtk_readers
dtk_cgrrReader.hpp