Go to the documentation of this file.
31 #ifndef vtkSTLWriter_h
32 #define vtkSTLWriter_h
72 delete[] this->FileName;
73 delete[] this->Header;
represent and manipulate 3D points
void WriteAsciiSTL(vtkPoints *pts, vtkCellArray *polys)
vtkPolyData * GetInput(int port)
#define vtkTypeMacro(thisClass, superclass)
static vtkSTLWriter * New()
#define VTKIOGEOMETRY_EXPORT
void WriteBinarySTL(vtkPoints *pts, vtkCellArray *polys)
#define vtkSetClampMacro(name, type, min, max)
virtual int FillInputPortInformation(int port, vtkInformation *info)
void SetFileTypeToASCII()
a simple class to control print indentation
object to represent cell connectivity
#define vtkSetStringMacro(name)
abstract class to write data to file(s)
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
void SetFileTypeToBinary()
write stereo lithography files
virtual void PrintSelf(ostream &os, vtkIndent indent)
concrete dataset represents vertices, lines, polygons, and triangle strips