135#ifndef vtkSTLReader_h
136#define vtkSTLReader_h
139#include "vtkIOGeometryModule.h"
141VTK_ABI_NAMESPACE_BEGIN
184 vtkSetMacro(RelaxedConformance,
bool);
185 vtkGetMacro(RelaxedConformance,
bool);
186 vtkBooleanMacro(RelaxedConformance,
bool);
261 bool RelaxedConformance =
true;
271 static bool ReadBinaryTrisField(
vtkResourceStream* stream, uint32_t& numTrisField);
272 static bool ReadBinaryTrisFile(
vtkResourceStream* stream, vtkTypeInt64& numTrisFile);
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.
static bool CanReadFile(vtkResourceStream *stream)
Return true if, after a quick check of file header, it looks like the provided file or stream can be ...
vtkIncrementalPointLocator * Locator
vtkIncrementalPointLocator * NewDefaultLocator()
Create default locator.
vtkMTimeType GetMTime() override
Overload standard modified time function.
vtkUnsignedCharArray * BinaryHeader
static bool CanReadFile(const char *filename)
Return true if, after a quick check of file header, it looks like the provided file or stream can be ...
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