Reader for vtk unstructured_grid legacy files. Supports single CELLS, POINTS etc. entry only. More...

Public Types | |
| enum | vtkDataType { VTK_INT , VTK_UINT , VTK_LONG , VTK_ULONG , VTK_FLOAT , VTK_DOUBLE , VTK_STRING , VTK_ID } |
| Enumeration defining the vtk data types. More... | |
| enum | vtkDataSetType { VTK_FIELD , VTK_SCALARS , VTK_VECTORS } |
| Enumeration defining the vtk dataset types. More... | |
| enum | parseMode { NOMODE , UNSTRUCTURED_GRID , POLYDATA , CELL_DATA , POINT_DATA } |
| Enumeration defining the parse mode - what type of data is being. More... | |
| enum | vtkTypes { VTK_EMPTY_CELL = 0 , VTK_VERTEX = 1 , VTK_POLY_VERTEX = 2 , VTK_LINE = 3 , VTK_POLY_LINE = 4 , VTK_TRIANGLE = 5 , VTK_TRIANGLE_STRIP = 6 , VTK_POLYGON = 7 , VTK_PIXEL = 8 , VTK_QUAD = 9 , VTK_TETRA = 10 , VTK_VOXEL = 11 , VTK_HEXAHEDRON = 12 , VTK_WEDGE = 13 , VTK_PYRAMID = 14 , VTK_PENTAGONAL_PRISM = 15 , VTK_HEXAGONAL_PRISM = 16 } |
| Enumeration defining the cell types. More... | |
Public Member Functions | |
| ClassName ("vtkUnstructuredReader") | |
| Runtime type information. More... | |
| vtkUnstructuredReader (const objectRegistry &obr, ISstream &) | |
| Construct from Istream, read all. More... | |
| const string | header () const |
| Header. More... | |
| const string & | title () const |
| Title. More... | |
| const string & | dataType () const |
| DataType. More... | |
| const pointField & | points () const |
| Points. More... | |
| pointField & | points () |
| const cellShapeList & | cells () const |
| 3D cells. More... | |
| cellShapeList & | cells () |
| const labelList & | cellMap () const |
| const faceList & | faces () const |
| 2D cells (=faces) More... | |
| faceList & | faces () |
| const labelList & | faceMap () const |
| const labelListList & | lines () const |
| 1D cells (=open lines) More... | |
| labelListList & | lines () |
| const labelList & | lineMap () const |
| const objectRegistry & | cellData () const |
| Cell based fields. More... | |
| objectRegistry & | cellData () |
| const objectRegistry & | pointData () const |
| Point based fields. More... | |
| objectRegistry & | pointData () |
| const objectRegistry & | otherData () const |
| Other fields. More... | |
| objectRegistry & | otherData () |
| template<class Type > | |
| void | printFieldStats (const objectRegistry &) const |
| Debug: print contents of objectRegistry. More... | |
| void | operator= (const vtkUnstructuredReader &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Attributes | |
| static const NamedEnum< vtkDataType, 8 > | vtkDataTypeNames |
| static const NamedEnum< vtkDataSetType, 3 > | vtkDataSetTypeNames |
| static const NamedEnum< parseMode, 5 > | parseModeNames |
Reader for vtk unstructured_grid legacy files. Supports single CELLS, POINTS etc. entry only.
Definition at line 63 of file vtkUnstructuredReader.H.
| enum vtkDataType |
Enumeration defining the vtk data types.
| Enumerator | |
|---|---|
| VTK_INT | |
| VTK_UINT | |
| VTK_LONG | |
| VTK_ULONG | |
| VTK_FLOAT | |
| VTK_DOUBLE | |
| VTK_STRING | |
| VTK_ID | |
Definition at line 70 of file vtkUnstructuredReader.H.
| enum vtkDataSetType |
Enumeration defining the vtk dataset types.
| Enumerator | |
|---|---|
| VTK_FIELD | |
| VTK_SCALARS | |
| VTK_VECTORS | |
Definition at line 86 of file vtkUnstructuredReader.H.
| enum parseMode |
Enumeration defining the parse mode - what type of data is being.
read
| Enumerator | |
|---|---|
| NOMODE | |
| UNSTRUCTURED_GRID | |
| POLYDATA | |
| CELL_DATA | |
| POINT_DATA | |
Definition at line 98 of file vtkUnstructuredReader.H.
| enum vtkTypes |
Enumeration defining the cell types.
Definition at line 111 of file vtkUnstructuredReader.H.
| vtkUnstructuredReader | ( | const objectRegistry & | obr, |
| ISstream & | inFile | ||
| ) |
Construct from Istream, read all.
Definition at line 524 of file vtkUnstructuredReader.C.
| ClassName | ( | "vtkUnstructuredReader" | ) |
Runtime type information.
|
inline |
Header.
Definition at line 246 of file vtkUnstructuredReader.H.
|
inline |
Title.
Definition at line 252 of file vtkUnstructuredReader.H.
|
inline |
DataType.
Definition at line 258 of file vtkUnstructuredReader.H.
|
inline |
Points.
Definition at line 264 of file vtkUnstructuredReader.H.
Referenced by VTKedgeFormat::read(), and VTKsurfaceFormat< Face >::read().

|
inline |
Definition at line 269 of file vtkUnstructuredReader.H.
|
inline |
3D cells.
Definition at line 275 of file vtkUnstructuredReader.H.
|
inline |
Definition at line 280 of file vtkUnstructuredReader.H.
|
inline |
Definition at line 285 of file vtkUnstructuredReader.H.
|
inline |
2D cells (=faces)
Definition at line 291 of file vtkUnstructuredReader.H.
Referenced by VTKsurfaceFormat< Face >::read().

|
inline |
Definition at line 296 of file vtkUnstructuredReader.H.
|
inline |
Definition at line 301 of file vtkUnstructuredReader.H.
|
inline |
1D cells (=open lines)
Definition at line 307 of file vtkUnstructuredReader.H.
Referenced by VTKedgeFormat::read().

|
inline |
Definition at line 312 of file vtkUnstructuredReader.H.
|
inline |
Definition at line 317 of file vtkUnstructuredReader.H.
|
inline |
Cell based fields.
Definition at line 323 of file vtkUnstructuredReader.H.
Referenced by VTKsurfaceFormat< Face >::read().

|
inline |
Definition at line 328 of file vtkUnstructuredReader.H.
|
inline |
Point based fields.
Definition at line 334 of file vtkUnstructuredReader.H.
|
inline |
Definition at line 339 of file vtkUnstructuredReader.H.
|
inline |
Other fields.
Definition at line 345 of file vtkUnstructuredReader.H.
|
inline |
Definition at line 350 of file vtkUnstructuredReader.H.
| void printFieldStats | ( | const objectRegistry & | obj | ) | const |
Debug: print contents of objectRegistry.
Definition at line 52 of file vtkUnstructuredReaderTemplates.C.
References Foam::endl(), fieldNames, forAll, Foam::Info, objectRegistry::lookupObject(), Foam::nl, List< T >::size(), and objectRegistry::toc().

|
delete |
Disallow default bitwise assignment.
|
static |
Definition at line 82 of file vtkUnstructuredReader.H.
|
static |
Definition at line 93 of file vtkUnstructuredReader.H.
|
static |
Definition at line 107 of file vtkUnstructuredReader.H.