#include <PolylineDataSource.h>
|
virtual | ~PolylineDataSource ()=default |
|
virtual std::vector< Attributes > | getAttributes () const =0 |
|
virtual void | configure ()=0 |
|
virtual std::vector< Polyline > | getPolyLines ()=0 |
|
virtual void | push (std::ostream &os, const uint_t data, const uint_t polylineIdx, const uint_t polylinePointIdx, const uint_t component)=0 |
| For the documentation of this function, please refer to the documentation/general description of this class. More...
|
|
virtual void | push (Base64Writer &b64, const uint_t data, const uint_t polylineIdx, const uint_t polylinePointIdx, const uint_t component)=0 |
| For the documentation of this function, please refer to the documentation/general description of this class. More...
|
|
◆ Polyline
◆ ~PolylineDataSource()
virtual walberla::vtk::PolylineDataSource::~PolylineDataSource |
( |
| ) |
|
|
virtualdefault |
◆ configure()
virtual void walberla::vtk::PolylineDataSource::configure |
( |
| ) |
|
|
pure virtual |
◆ getAttributes()
virtual std::vector< Attributes > walberla::vtk::PolylineDataSource::getAttributes |
( |
| ) |
const |
|
pure virtual |
◆ getPolyLines()
virtual std::vector< Polyline > walberla::vtk::PolylineDataSource::getPolyLines |
( |
| ) |
|
|
pure virtual |
◆ push() [1/2]
For the documentation of this function, please refer to the documentation/general description of this class.
◆ push() [2/2]
virtual void walberla::vtk::PolylineDataSource::push |
( |
std::ostream & |
os, |
|
|
const uint_t |
data, |
|
|
const uint_t |
polylineIdx, |
|
|
const uint_t |
polylinePointIdx, |
|
|
const uint_t |
component |
|
) |
| |
|
pure virtual |
For the documentation of this function, please refer to the documentation/general description of this class.
The documentation for this class was generated from the following file: