Go to the documentation of this file.
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;
represent and manipulate 3D points
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual void WriteData()=0
vtkDataObject * GetInput()
void SetFileTypeToASCII()
a simple class to control print indentation
object to represent cell connectivity
abstract class to write data to file(s)
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
void SetFileTypeToBinary()
write stereo lithography files
static vtkAlgorithm * New()
concrete dataset represents vertices, lines, polygons, and triangle strips
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.