27 #ifndef INTERACTION_VTKWRITER_H
28 #define INTERACTION_VTKWRITER_H
59 return "InteractionVTKWriter";
Definition: BaseVTKWriter.h:40
Container to store Interaction objects.
Definition: InteractionHandler.h:45
Definition: InteractionVTKWriter.h:34
InteractionVTKWriter(InteractionHandler &interactionHandler)
Non-default constructor; sets the handler and fileCounter.
Definition: InteractionVTKWriter.h:41
void writeVTKPointData(std::fstream &file) const
writes the point data to the vtu file (i.e. options how to color the interactions displayed in paravi...
Definition: InteractionVTKWriter.cc:52
void writeVTKPoints(std::fstream &file) const
writes the point data to the vtu file (i.e. the vertices of the mesh displayed in paraview)
Definition: InteractionVTKWriter.cc:42
std::string getName() const
the name of the class in the restart file
Definition: InteractionVTKWriter.h:57
void writeVTK() const override
writes a vtk file
Definition: InteractionVTKWriter.cc:29
InteractionVTKWriter(const InteractionVTKWriter &)=default
Default copy constructor.