30#include "vtkIOGeometryModule.h"
32VTK_ABI_NAMESPACE_BEGIN
75 vtkSetMacro(RelaxedConformance,
bool);
76 vtkGetMacro(RelaxedConformance,
bool);
77 vtkBooleanMacro(RelaxedConformance,
bool);
152 bool RelaxedConformance =
true;
162 static bool ReadBinaryTrisField(
vtkResourceStream* stream, uint32_t& numTrisField);
163 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