41 #ifndef vtkSTLReader_h
42 #define vtkSTLReader_h
44 #include "vtkIOGeometryModule.h"
74 vtkGetMacro(Merging,
int);
83 vtkGetMacro(ScalarTags,
int);
113 int GetSTLFileType(
const char *filename);
116 void operator=(const
vtkSTLReader&) VTK_DELETE_FUNCTION;
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
read ASCII or binary stereo lithography files
Abstract class in support of both point location and point insertion.
dynamic, self-adjusting array of float
vtkTypeUInt64 vtkMTimeType
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that read models from a file.
a simple class to control print indentation
vtkIncrementalPointLocator * Locator
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.
represent and manipulate 3D points