41 #ifndef vtkPLYReader_h
42 #define vtkPLYReader_h
45 #include "vtkIOPLYModule.h"
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;
Superclass for algorithms that read models from a file.
a simple class to control print indentation
read Stanford University PLY polygonal file format
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static int CanReadFile(const char *filename)
A simple, non-exhaustive check to see if a file is a valid ply file.
vtkStringArray * Comments
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkPLYReader * New()
Construct object with merging set to true.
void SetInputString(const std::string &s)
a vtkAbstractArray subclass for strings