44 #ifndef vtkPLYReader_h
45 #define vtkPLYReader_h
48 #include "vtkIOPLYModule.h"
66 static int CanReadFile(
VTK_FILEPATH const char* filename);
74 vtkGetMacro(FaceTextureTolerance,
float);
75 vtkSetMacro(FaceTextureTolerance,
float);
86 vtkSetMacro(ReadFromInputString,
bool);
87 vtkGetMacro(ReadFromInputString,
bool);
88 vtkBooleanMacro(ReadFromInputString,
bool);
98 vtkGetMacro(DuplicatePointsForFaceTexture,
bool);
99 vtkSetMacro(DuplicatePointsForFaceTexture,
bool);
118 float FaceTextureTolerance;
119 bool DuplicatePointsForFaceTexture;
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.