29 #ifndef vtkSTLWriter_h 30 #define vtkSTLWriter_h 32 #include "vtkIOGeometryModule.h" 58 vtkSetStringMacro(FileName);
66 vtkSetStringMacro(Header);
75 vtkGetMacro(FileType,
int);
84 delete[] this->FileName;
85 delete[] this->Header;
103 void operator=(const
vtkSTLWriter&) VTK_DELETE_FUNCTION;
concrete dataset represents vertices, lines, polygons, and triangle strips
void SetFileTypeToASCII()
Specify file type (ASCII or BINARY) for vtk data file.
abstract class to write data to file(s)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetFileTypeToBinary()
Specify file type (ASCII or BINARY) for vtk data file.
a simple class to control print indentation
vtkDataObject * GetInput()
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
object to represent cell connectivity
write stereo lithography files
static vtkAlgorithm * New()
virtual void WriteData()=0
represent and manipulate 3D points