Go to the documentation of this file.
41 #ifndef vtkSTLReader_h
42 #define vtkSTLReader_h
44 #include "vtkIOGeometryModule.h"
105 vtkGetStringMacro(Header);
127 vtkSetStringMacro(Header);
represent and manipulate 3D points
void SetLocator(vtkIncrementalPointLocator *locator)
Specify a spatial locator for merging points.
dynamic, self-adjusting array of float
read ASCII or binary stereo lithography files
dynamic, self-adjusting array of unsigned char
static vtkSTLReader * New()
Construct object with merging set to true.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Superclass for algorithms that read models from a file.
vtkUnsignedCharArray * BinaryHeader
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.
vtkIncrementalPointLocator * NewDefaultLocator()
Create default locator.
virtual void SetBinaryHeader(vtkUnsignedCharArray *binaryHeader)
bool ReadBinarySTL(FILE *fp, vtkPoints *, vtkCellArray *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMTimeType GetMTime() override
Overload standard modified time function.
bool ReadASCIISTL(FILE *fp, vtkPoints *, vtkCellArray *, vtkFloatArray *scalars=nullptr)
vtkTypeUInt32 vtkMTimeType
vtkIncrementalPointLocator * Locator