Go to the documentation of this file.
15 #ifndef vtkLSDynaPart_h
16 #define vtkLSDynaPart_h
19 #include "vtkIOLSDynaModule.h"
53 const int& sizeOfWord);
101 const bool& isIdTypeProperty,
const bool &isProperty,
102 const bool& isGeometryPoints);
110 const vtkIdType& currentGlobalPointIndex);
115 const vtkIdType& currentGlobalPointIndex);
149 const bool &isIdTypeArray,
const bool& isProperty,
const bool& isGeometry);
155 const vtkIdType& currentGlobalPointIndex);
181 class InternalCellProperties;
184 class InternalPointsUsed;
185 class DensePointsUsed;
186 class SparsePointsUsed;
190 class InternalCurrentPointInfo;
199 #endif // VTKLSDYNAPART
represent and manipulate 3D points
InternalCurrentPointInfo * CurrentPointPropInfo
void ReadPointBasedProperty(float *data, const vtkIdType &numTuples, const vtkIdType &numComps, const vtkIdType ¤tGlobalPointIndex)
bool IsTopologyBuilt() const
vtkUnstructuredGrid * GenerateGrid()
void InitPart(vtkStdString name, const vtkIdType &partId, const vtkIdType &userMaterialId, const vtkIdType &numGlobalPoints, const int &sizeOfWord)
InternalPointsUsed * GlobalPointsUsed
vtkIdType NumberOfGlobalPoints
void AddCellProperty(const char *name, const int &offset, const int &numComps)
abstract base class for most VTK objects
void SetPartType(int type)
void GetPropertyData(const char *name, const vtkIdType &numComps, const bool &isIdTypeArray, const bool &isProperty, const bool &isGeometry)
vtkIdType GetUserMaterialId() const
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkUnstructuredGrid * RemoveDeletedCells()
static vtkLSDynaPart * New()
InternalCellProperties * CellProperties
vtkIdType GetPartId() const
LSDynaMetaData::LSDYNA_TYPES PartType() const
void AddPointInformation(T *buffer, T *pointData, const vtkIdType &numTuples, const vtkIdType &numComps, const vtkIdType ¤tGlobalPointIndex)
vtkIdType GetMinGlobalPointId() const
a simple class to control print indentation
vtkIdType GetMaxGlobalPointId() const
void ReadPointBasedProperty(double *data, const vtkIdType &numTuples, const vtkIdType &numComps, const vtkIdType ¤tGlobalPointIndex)
LSDynaMetaData::LSDYNA_TYPES Type
void AllocateCellMemory(const vtkIdType &numCells, const vtkIdType &cellLen)
void AddCell(const int &cellType, const vtkIdType &npts, vtkIdType conn[8])
void SetCellsDeadState(unsigned char *dead, const vtkIdType &size)
~vtkLSDynaPart() override
bool hasValidType() const
bool DeadCellsAsGhostArray
void AddPointProperty(const char *name, const vtkIdType &numComps, const bool &isIdTypeProperty, const bool &isProperty, const bool &isGeometryPoints)
void SetNextCellUserIds(const vtkIdType &value)
void ReadCellProperties(float *cellProperties, const vtkIdType &numCells, const vtkIdType &numPropertiesInCell)
vtkUnstructuredGrid * Grid
dataset represents arbitrary combinations of all possible cell types
vtkUnstructuredGrid * ThresholdGrid
Wrapper around std::string to keep symbols short.
void ReadCellProperties(double *cellsProperties, const vtkIdType &numCells, const vtkIdType &numPropertiesInCell)
void EnableDeadCells(const int &deadCellsAsGhostArray)