|
void | setCellCount (uint64_t) |
|
void | setConnectivityField (const VTKField *connectivity) |
|
void | setElementType (VTKElementType) |
|
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 |
|
Definition at line 436 of file VTK.hpp.
◆ 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 | ) |
|
The documentation for this class was generated from the following files:
---
layout: doxygen_footer
---