Go to the documentation of this file.
50 #ifndef vtkUnstructuredReader_H
51 #define vtkUnstructuredReader_H
169 static void readOffsetsConnectivity
172 const char* entryName,
173 const label nOffsets,
175 const label nConnectivity,
179 static void warnUnhandledType
200 const word& arrayName,
211 const label wantedSize
237 const string&
header() const noexcept
243 const string&
title() const noexcept
249 const string&
dataType() const noexcept
static const Enum< vtkDataSetType > vtkDataSetTypeNames
const cellShapeList & cells() const noexcept
const pointField & points() const noexcept
const faceList & faces() const noexcept
objectRegistry & cellData() noexcept
A class for handling words, derived from Foam::string.
static void printFieldStats(const objectRegistry &)
const labelList & lineMap() const noexcept
objectRegistry & pointData() noexcept
static const Enum< parseMode > parseModeNames
Reader for vtk UNSTRUCTURED_GRID legacy files. Supports single CELLS, POINTS etc. entry only.
const labelList & faceMap() const noexcept
Generic input stream using a standard (STL) stream.
objectRegistry & otherData() noexcept
const labelListList & lines() const noexcept
A HashTable with keys but without contents that is similar to std::unordered_set.
const string & title() const noexcept
Registry of regIOobjects.
const objectRegistry & cellData() const noexcept
Generic templated field type.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
const string & dataType() const noexcept
cellShapeList & cells() noexcept
labelListList & lines() noexcept
ClassName("vtkUnstructuredReader")
const objectRegistry & otherData() const noexcept
const string & header() const noexcept
const labelList & cellTypes
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
fileName::Type type(const fileName &name, const bool followLink=true)
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
const labelList & cellMap() const noexcept
vtkUnstructuredReader(const objectRegistry &obr, ISstream &is)
const objectRegistry & pointData() const noexcept
pointField & points() noexcept
faceList & faces() noexcept
static const Enum< vtkDataType > vtkDataTypeNames