47 #ifndef vtkUnstructuredReader_H
48 #define vtkUnstructuredReader_H
193 void warnUnhandledType
213 const word& arrayName,
224 const label wantedSize
247 const string header()
const
253 const string&
title()
const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Registry of regIOobjects.
Reader for vtk unstructured_grid legacy files. Supports single CELLS, POINTS etc. entry only.
void operator=(const vtkUnstructuredReader &)=delete
Disallow default bitwise assignment.
const labelList & cellMap() const
vtkUnstructuredReader(const objectRegistry &obr, ISstream &)
Construct from Istream, read all.
vtkDataSetType
Enumeration defining the vtk dataset types.
const labelListList & lines() const
1D cells (=open lines)
static const NamedEnum< vtkDataSetType, 3 > vtkDataSetTypeNames
const objectRegistry & cellData() const
Cell based fields.
const string & dataType() const
DataType.
parseMode
Enumeration defining the parse mode - what type of data is being.
vtkDataType
Enumeration defining the vtk data types.
void printFieldStats(const objectRegistry &) const
Debug: print contents of objectRegistry.
vtkTypes
Enumeration defining the cell types.
const faceList & faces() const
2D cells (=faces)
const objectRegistry & pointData() const
Point based fields.
const labelList & lineMap() const
const string header() const
Header.
const objectRegistry & otherData() const
Other fields.
static const NamedEnum< parseMode, 5 > parseModeNames
const string & title() const
Title.
const labelList & faceMap() const
static const NamedEnum< vtkDataType, 8 > vtkDataTypeNames
ClassName("vtkUnstructuredReader")
Runtime type information.
const cellShapeList & cells() const
3D cells.
const pointField & points() const
Points.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.