32 #ifndef vtkPLYReader_h
33 #define vtkPLYReader_h
36 #include "vtkIOPLYModule.h"
39 VTK_ABI_NAMESPACE_BEGIN
56 static int CanReadFile(
VTK_FILEPATH const char* filename);
64 vtkGetMacro(FaceTextureTolerance,
float);
65 vtkSetMacro(FaceTextureTolerance,
float);
76 vtkSetMacro(ReadFromInputString,
bool);
77 vtkGetMacro(ReadFromInputString,
bool);
78 vtkBooleanMacro(ReadFromInputString,
bool);
95 vtkSetMacro(ReadFromInputStream,
bool);
96 vtkGetMacro(ReadFromInputStream,
bool);
97 vtkBooleanMacro(ReadFromInputStream,
bool);
106 vtkGetMacro(DuplicatePointsForFaceTexture,
bool);
107 vtkSetMacro(DuplicatePointsForFaceTexture,
bool);
120 bool ReadFromInputStream =
false;
129 float FaceTextureTolerance;
130 bool DuplicatePointsForFaceTexture;
133 VTK_ABI_NAMESPACE_END
Abstract class used for custom streams.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkStringArray * Comments
a vtkAbstractArray subclass for strings
void SetInputString(const std::string &s)
Enable reading from an InputString instead of the default, a file.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that read models from a file.
a simple class to control print indentation
read Stanford University PLY polygonal file format
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSmartPointer< vtkResourceStream > Stream