class
#include <FAST/Exporters/VTKMeshExporter.hpp>
VTKMeshExporter Export a FAST Mesh to an VTK PolyData object.
Contents
This can be used to connect a FAST pipeline to an VTK pipeline.
Input ports
0: Mesh
Base classes
- class ProcessObject
- Abstract base class for all process objects.
Public static functions
- static auto New() -> VTKMeshExporter*
Constructors, destructors, conversion operators
- vtkTypeMacro(VTKMeshExporter, vtkPolyDataAlgorithm)
Public functions
- auto getNameOfClass() const -> std::string virtual
Private functions
- void execute() virtual