41 #ifndef vtkPLYReader_h 42 #define vtkPLYReader_h 45 #include "vtkIOPLYModule.h" 63 static int CanReadFile(
const char* filename);
71 vtkGetMacro(FaceTextureTolerance,
float);
72 vtkSetMacro(FaceTextureTolerance,
float);
83 vtkSetMacro(ReadFromInputString,
bool);
84 vtkGetMacro(ReadFromInputString,
bool);
85 vtkBooleanMacro(ReadFromInputString,
bool);
95 vtkGetMacro(DuplicatePointsForFaceTexture,
bool);
96 vtkSetMacro(DuplicatePointsForFaceTexture,
bool);
115 float FaceTextureTolerance;
116 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.