24#include "vtkIOGeometryModule.h"  
   27VTK_ABI_NAMESPACE_BEGIN
 
   61  vtkSetStringMacro(Header);
 
   62  vtkGetStringMacro(Header);
 
   81  vtkGetMacro(FileType, 
int);
 
object to represent cell connectivity
 
a simple class to control print indentation
 
represent and manipulate 3D points
 
concrete dataset represents vertices, lines, polygons, and triangle strips
 
write stereo lithography files
 
virtual void SetBinaryHeader(vtkUnsignedCharArray *binaryHeader)
Set binary header for the file.
 
vtkPolyData * GetInput(int port)
Get the input to this writer.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
void WriteAsciiSTL(vtkPoints *pts, vtkCellArray *polys, vtkCellArray *strips)
 
void SetFileTypeToASCII()
Specify file type (ASCII or BINARY) for vtk data file.
 
static vtkSTLWriter * New()
 
vtkSetFilePathMacro(FileName)
Specify file name of vtk polygon data file to write.
 
vtkPolyData * GetInput()
Get the input to this writer.
 
void SetFileTypeToBinary()
Specify file type (ASCII or BINARY) for vtk data file.
 
vtkUnsignedCharArray * BinaryHeader
 
vtkGetFilePathMacro(FileName)
Specify file name of vtk polygon data file to write.
 
void WriteData() override
 
void WriteBinarySTL(vtkPoints *pts, vtkCellArray *polys, vtkCellArray *strips)
 
dynamic, self-adjusting array of unsigned char
 
abstract class to write data to file(s)