32 #ifndef vtkSTLWriter_h
33 #define vtkSTLWriter_h
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;
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 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.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
object to represent cell connectivity
write stereo lithography files
static vtkAlgorithm * New()
virtual void WriteData()=0
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
represent and manipulate 3D points