fast::VTKMeshFileExporter class

Write Mesh to file using the VTK polydata format.

Input ports

Base classes

class FileExporter
Abstract class for file exporters.

Public functions

auto create(std::string filename, bool writeNormals, bool writeColors) -> std::shared_ptr<VTKMeshFileExporter>
void setWriteColors(bool writeColors)

Private functions

void execute() virtual