135#ifndef vtkSTLReader_h
136#define vtkSTLReader_h
139#include "vtkIOGeometryModule.h"
141VTK_ABI_NAMESPACE_BEGIN
171 vtkSetMacro(RelaxedConformance,
bool);
172 vtkGetMacro(RelaxedConformance,
bool);
173 vtkBooleanMacro(RelaxedConformance,
bool);
248 bool RelaxedConformance =
true;
vtkAbstractPolyDataReader()
object to represent cell connectivity
dynamic, self-adjusting array of float
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
represent and manipulate 3D points
Helper class to perform formatted input from vtkResourceStream.
Abstract class used for custom streams.
void SetLocator(vtkIncrementalPointLocator *locator)
Specify a spatial locator for merging points.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIncrementalPointLocator * Locator
vtkIncrementalPointLocator * NewDefaultLocator()
Create default locator.
vtkMTimeType GetMTime() override
Overload standard modified time function.
vtkUnsignedCharArray * BinaryHeader
static vtkSTLReader * New()
Construct object with default options.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
virtual void SetBinaryHeader(vtkUnsignedCharArray *binaryHeader)
dynamic, self-adjusting array of unsigned char
vtkTypeUInt32 vtkMTimeType