|
#include <BoundaryVTKWriter.h>
Public Member Functions | |
BoundaryVTKWriter (BoundaryHandler &boundaryHandler) | |
Non-default constructor; sets the handler and fileCounter. More... | |
BoundaryVTKWriter (const BoundaryVTKWriter &)=default | |
Default copy constructor. More... | |
void | writeVTK () const override |
writes a vtk file More... | |
std::string | getName () const |
the name of the class in the restart file More... | |
Public Member Functions inherited from BaseVTKWriter< BoundaryHandler > | |
BaseVTKWriter (BoundaryHandler &handler) | |
BaseVTKWriter (const BaseVTKWriter &other) | |
unsigned | getFileCounter () const |
void | setFileCounter (unsigned fileCounter) |
Protected Member Functions | |
void | writeVTKPoints (std::fstream &file) const |
writes the point data to the vtu file (i.e. the vertices of the mesh displayed in paraview) More... | |
void | writeVTKPointData (std::fstream &file) const |
writes the point data to the vtu file (i.e. options how to color the boundarys displayed in paraview) More... | |
Protected Member Functions inherited from BaseVTKWriter< BoundaryHandler > | |
std::fstream | makeVTKFileWithHeader () const |
void | writeVTKFooterAndClose (std::fstream &file) const |
Additional Inherited Members | |
Protected Attributes inherited from BaseVTKWriter< BoundaryHandler > | |
BoundaryHandler & | handler_ |
particle handler from which the particles should be written More... | |
unsigned int | fileCounter |
|
inlineexplicit |
Non-default constructor; sets the handler and fileCounter.
|
default |
Default copy constructor.
|
inline |
|
overridevirtual |
writes a vtk file
Implements BaseVTKWriter< BoundaryHandler >.
References BaseVTKWriter< BoundaryHandler >::handler_, BaseVTKWriter< BoundaryHandler >::makeVTKFileWithHeader(), and BaseVTKWriter< BoundaryHandler >::writeVTKFooterAndClose().
Referenced by DPMBase::writeVTKFiles().
|
protected |
writes the point data to the vtu file (i.e. options how to color the boundarys displayed in paraview)
|
protected |
writes the point data to the vtu file (i.e. the vertices of the mesh displayed in paraview)