Go to the documentation of this file.
40 #ifndef vtkSTLReader_h
41 #define vtkSTLReader_h
represent and manipulate 3D points
void SetLocator(vtkIncrementalPointLocator *locator)
#define vtkGetObjectMacro(name, type)
dynamic, self-adjusting array of float
read ASCII or binary stereo lithography files
bool ReadASCIISTL(FILE *fp, vtkPoints *, vtkCellArray *, vtkFloatArray *scalars=0)
#define vtkTypeMacro(thisClass, superclass)
static vtkSTLReader * New()
#define VTKIOGEOMETRY_EXPORT
Superclass for algorithms that read models from a file.
void PrintSelf(ostream &os, vtkIndent indent)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int GetSTLFileType(const char *filename)
a simple class to control print indentation
object to represent cell connectivity
Abstract class in support of both point location and point insertion.
#define vtkGetMacro(name, type)
vtkIncrementalPointLocator * NewDefaultLocator()
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
bool ReadBinarySTL(FILE *fp, vtkPoints *, vtkCellArray *)
vtkIncrementalPointLocator * Locator