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::DataModel Class Reference

#include <datamodel.h>

Inheritance diagram for cil::DataModel:

Public Member Functions

 DataModel ()
 

Public Attributes

double time
 
int pointSize
 
int cellSize
 
DataScalarMap dataScalars
 
DataVectorMap dataVectors
 
std::shared_ptr< BoundingBoxboundingBox
 
std::shared_ptr< DataObjectdataObject
 

Constructor & Destructor Documentation

◆ DataModel()

cil::DataModel::DataModel ( )

Member Data Documentation

◆ boundingBox

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

◆ cellSize

int cil::DataModel::cellSize

◆ dataObject

std::shared_ptr<DataObject> cil::DataModel::dataObject

◆ dataScalars

DataScalarMap cil::DataModel::dataScalars

◆ dataVectors

DataVectorMap cil::DataModel::dataVectors

◆ pointSize

int cil::DataModel::pointSize

◆ time

double cil::DataModel::time