Cumulia Illustrator Rendering Engine v2.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 ()
 
 DataModel (const std::shared_ptr< DataObject > &dataObject)
 
const bool loaded () const
 

Public Attributes

double time
 
int pointSize
 
int cellSize
 
unsigned long memorySize
 
DataScalarMap dataScalars
 
DataVectorMap dataVectors
 
std::shared_ptr< BoundingBoxboundingBox
 

Friends

class DataSolution
 

Constructor & Destructor Documentation

◆ DataModel() [1/2]

cil::DataModel::DataModel ( )

◆ DataModel() [2/2]

cil::DataModel::DataModel ( const std::shared_ptr< DataObject > & dataObject)

Member Function Documentation

◆ loaded()

const bool cil::DataModel::loaded ( ) const

Friends And Related Symbol Documentation

◆ DataSolution

friend class DataSolution
friend

Member Data Documentation

◆ boundingBox

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

◆ cellSize

int cil::DataModel::cellSize

◆ dataScalars

DataScalarMap cil::DataModel::dataScalars

◆ dataVectors

DataVectorMap cil::DataModel::dataVectors

◆ memorySize

unsigned long cil::DataModel::memorySize

◆ pointSize

int cil::DataModel::pointSize

◆ time

double cil::DataModel::time