fast::VTKMeshExporter class

Export a FAST Mesh to an VTK PolyData object.

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