Go to the documentation of this file.
33 #ifndef vtkSTLWriter_h
34 #define vtkSTLWriter_h
36 #include "vtkIOGeometryModule.h"
63 vtkSetStringMacro(FileName);
64 vtkGetStringMacro(FileName);
72 vtkSetStringMacro(Header);
73 vtkGetStringMacro(Header);
92 vtkGetMacro(FileType,
int);
represent and manipulate 3D points
vtkUnsignedCharArray * BinaryHeader
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dynamic, self-adjusting array of unsigned char
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)
void SetFileTypeToBinary()
write stereo lithography files
static vtkAlgorithm * New()
concrete dataset represents vertices, lines, polygons, and triangle strips