39#include "vtkIOPLYModule.h"
42VTK_ABI_NAMESPACE_BEGIN
67 vtkGetMacro(FaceTextureTolerance,
float);
68 vtkSetMacro(FaceTextureTolerance,
float);
79 vtkSetMacro(ReadFromInputString,
bool);
80 vtkGetMacro(ReadFromInputString,
bool);
81 vtkBooleanMacro(ReadFromInputString,
bool);
90 vtkSetMacro(ReadFromInputStream,
bool);
91 vtkGetMacro(ReadFromInputStream,
bool);
92 vtkBooleanMacro(ReadFromInputStream,
bool);
101 vtkGetMacro(DuplicatePointsForFaceTexture,
bool);
102 vtkSetMacro(DuplicatePointsForFaceTexture,
bool);
115 bool ReadFromInputStream =
false;
123 float FaceTextureTolerance;
124 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 vtkPLYReader * New()
Construct object with merging set to true.
vtkStringArray * Comments
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetInputString(const std::string &s)
Enable reading from an InputString instead of the default, a file.
static int CanReadFile(VTK_FILEPATH const char *filename)
A simple, non-exhaustive check to see if a file is a valid ply file.
a vtkAbstractArray subclass for strings