35 #ifndef vtkSTLReader_h
36 #define vtkSTLReader_h
38 #include "vtkIOGeometryModule.h"
68 vtkGetMacro(Merging,
int);
77 vtkGetMacro(ScalarTags,
int);
92 ~vtkSTLReader() VTK_OVERRIDE;
97 vtkIncrementalPointLocator* NewDefaultLocator();
101 vtkIncrementalPointLocator *Locator;
105 bool ReadASCIISTL(FILE *fp, vtkPoints*, vtkCellArray*,
107 int GetSTLFileType(const
char *filename);
109 vtkSTLReader(const vtkSTLReader&) VTK_DELETE_FUNCTION;
110 void operator=(const vtkSTLReader&) VTK_DELETE_FUNCTION;
vtkTypeUInt32 vtkMTimeType
read ASCII or binary stereo lithography files
Abstract class in support of both point location and point insertion.
dynamic, self-adjusting array of float
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that read models from a file.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
object to represent cell connectivity
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
represent and manipulate 3D points