35#include "vtkIOGeometryModule.h"
61 vtkSetStringMacro(FileName);
69 vtkSetStringMacro(Header);
78 vtkGetMacro(FileType,
int);
87 delete[] this->FileName;
88 delete[] this->Header;
106 void operator=(
const vtkSTLWriter&) VTK_DELETE_FUNCTION;
object to represent cell connectivity
a simple class to control print indentation
represent and manipulate 3D points
concrete dataset represents vertices, lines, polygons, and triangle strips
write stereo lithography files
vtkPolyData * GetInput(int port)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void WriteAsciiSTL(vtkPoints *pts, vtkCellArray *polys, vtkCellArray *strips)
void SetFileTypeToASCII()
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
static vtkSTLWriter * New()
vtkPolyData * GetInput()
Get the input to this writer.
void SetFileTypeToBinary()
void WriteBinarySTL(vtkPoints *pts, vtkCellArray *polys, vtkCellArray *strips)
abstract class to write data to file(s)
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.