Public Attributes | List of all members
SurgSim::Physics::FemPlyReaderDelegate::ElementData Struct Reference

Internal data to receive the fem element. More...

#include <SurgSim/Physics/FemPlyReaderDelegate.h>

Public Attributes

unsigned int type
 
int64_t overrun1
 Used to check for buffer overruns. More...
 
unsigned int * indices
 
unsigned int vertexCount
 
int64_t overrun2
 Used to check for buffer overruns. More...
 
double massDensity
 
double poissonRatio
 
double youngModulus
 

Detailed Description

Internal data to receive the fem element.

Member Data Documentation

◆ indices

unsigned int* SurgSim::Physics::FemPlyReaderDelegate::ElementData::indices

◆ massDensity

double SurgSim::Physics::FemPlyReaderDelegate::ElementData::massDensity

◆ overrun1

int64_t SurgSim::Physics::FemPlyReaderDelegate::ElementData::overrun1

Used to check for buffer overruns.

◆ overrun2

int64_t SurgSim::Physics::FemPlyReaderDelegate::ElementData::overrun2

Used to check for buffer overruns.

◆ poissonRatio

double SurgSim::Physics::FemPlyReaderDelegate::ElementData::poissonRatio

◆ type

unsigned int SurgSim::Physics::FemPlyReaderDelegate::ElementData::type

◆ vertexCount

unsigned int SurgSim::Physics::FemPlyReaderDelegate::ElementData::vertexCount

◆ youngModulus

double SurgSim::Physics::FemPlyReaderDelegate::ElementData::youngModulus

The documentation for this struct was generated from the following file: