|
| | DumpBlockStructureProcess (const std::string &id) |
| |
| | BlockCellDataWriter (const std::string &id) |
| |
| | ~BlockCellDataWriter () override=default |
| |
| void | push (std::ostream &os, const cell_idx_t x, const cell_idx_t y, const cell_idx_t z, const cell_idx_t f) override |
| | For the documentation of this function, please refer to the documentation/general description of this class.
|
| |
| void | push (vtk::Base64Writer &b64, const cell_idx_t x, const cell_idx_t y, const cell_idx_t z, const cell_idx_t f) override |
| | For the documentation of this function, please refer to the documentation/general description of this class.
|
| |
| void | push (std::ostream &os, const cell_idx_t x, const cell_idx_t y, const cell_idx_t z, const cell_idx_t f, const real_t localXCell, const real_t localYCell, const real_t localZCell, const real_t globalX, const real_t globalY, const real_t globalZ, const real_t samplingDx, const real_t samplingDy, const real_t samplingDz) override |
| | For the documentation of this function, please refer to the documentation/general description of this class.
|
| |
| void | push (Base64Writer &b64, const cell_idx_t x, const cell_idx_t y, const cell_idx_t z, const cell_idx_t f, const real_t localXCell, const real_t localYCell, const real_t localZCell, const real_t globalX, const real_t globalY, const real_t globalZ, const real_t samplingDx, const real_t samplingDy, const real_t samplingDz) override |
| | For the documentation of this function, please refer to the documentation/general description of this class.
|
| |
| uint_t | fSize () const override |
| | must return the size of the fourth dimension
|
| |
| std::string | typeString () const override |
| | Every data type is assigned a specific string in VTK.
|
| |
| | BlockCellDataWriter (const std::string &id) |
| |
| void | configure (const IBlock &block, const StructuredBlockStorage &sbs) |
| |
| uint_t | xSize () const |
| |
| uint_t | ySize () const |
| |
| uint_t | zSize () const |
| |
| const std::string & | identifier () const |
| |
|
| void | configure () override |
| | Every time "configure( const IBlock& block, const StructuredBlockStorage& sbs )" is called, the block and its corresponding structured block storage assigned to the BlockCellDataWriter may change.
|
| |
| int | evaluate (const cell_idx_t, const cell_idx_t, const cell_idx_t, const cell_idx_t) override |
| |
| virtual int | evaluate (const cell_idx_t x, const cell_idx_t y, const cell_idx_t z, const cell_idx_t f, const real_t localXCell, const real_t localYCell, const real_t localZCell, const real_t globalX, const real_t globalY, const real_t globalZ, const real_t samplingDx, const real_t samplingDy, const real_t samplingDz) |
| |
| void | setIdentifier (const std::string &id) |
| |