Loading...
Searching...
No Matches
bitpit::VTKUnstructuredGrid::HomogeneousInfoStreamer Class Reference
Inheritance diagram for bitpit::VTKUnstructuredGrid::HomogeneousInfoStreamer:

Collaboration diagram for bitpit::VTKUnstructuredGrid::HomogeneousInfoStreamer:

Public Member Functions | |
| void | setCellCount (uint64_t) |
| void | setConnectivityField (const VTKField *connectivity) |
| void | setElementType (VTKElementType) |
Public Member Functions inherited from bitpit::VTKBaseStreamer | |
| virtual void | absorbData (std::fstream &, const std::string &, VTKFormat, uint64_t, uint8_t, VTKDataType) |
| template<typename T> | |
| void | flushValue (std::fstream &, VTKFormat, const T &value) const |
| template<typename T> | |
| void | flushValue (std::fstream &, VTKFormat, const T *values, int nValues) const |
Detailed Description
Member Function Documentation
◆ setCellCount()
| void bitpit::VTKUnstructuredGrid::HomogeneousInfoStreamer::setCellCount | ( | uint64_t | n | ) |
Sets the numer of elements to be written
- Parameters
-
[in] n number of cells in grid
Definition at line 51 of file VTKUnstructured.cpp.
◆ setConnectivityField()
| void bitpit::VTKUnstructuredGrid::HomogeneousInfoStreamer::setConnectivityField | ( | const VTKField * | connectivity | ) |
Sets the connectivity field associated with the offsets
- Parameters
-
[in] connectivity connectivity field associated with the offsets
Definition at line 61 of file VTKUnstructured.cpp.
◆ setElementType()
| void bitpit::VTKUnstructuredGrid::HomogeneousInfoStreamer::setElementType | ( | VTKElementType | type | ) |
Sets the type of elements to be written
- Parameters
-
[in] type Type of elements
Definition at line 41 of file VTKUnstructured.cpp.
The documentation for this class was generated from the following files:
- src/IO/VTK.hpp
- src/IO/VTKUnstructured.cpp
1.13.2
Public Member Functions inherited from