Cumulia Illustrator Rendering Engine v1.1.0
A Rendering engine for industrial CAD/CAE model and optimized for greatest performance
 
Loading...
Searching...
No Matches
cil::DataPart Class Reference

#include <datapart.h>

Public Member Functions

 DataPart ()
 

Public Attributes

std::string name
 
int id
 
int type
 
int pointSize
 
int cellSize
 
DataScalarMap dataScalars
 
DataVectorMap dataVectors
 
std::shared_ptr< BoundingBoxboundingBox
 
std::shared_ptr< DataSetdataSet
 

Constructor & Destructor Documentation

◆ DataPart()

cil::DataPart::DataPart ( )

Member Data Documentation

◆ boundingBox

std::shared_ptr<BoundingBox> cil::DataPart::boundingBox

◆ cellSize

int cil::DataPart::cellSize

◆ dataScalars

DataScalarMap cil::DataPart::dataScalars

◆ dataSet

std::shared_ptr<DataSet> cil::DataPart::dataSet

◆ dataVectors

DataVectorMap cil::DataPart::dataVectors

◆ id

int cil::DataPart::id

◆ name

std::string cil::DataPart::name

◆ pointSize

int cil::DataPart::pointSize

◆ type

int cil::DataPart::type