42#include "vtkIOPLYModule.h"
45VTK_ABI_NAMESPACE_BEGIN
70 vtkGetMacro(FaceTextureTolerance,
float);
71 vtkSetMacro(FaceTextureTolerance,
float);
104 vtkGetMacro(DuplicatePointsForFaceTexture,
bool);
105 vtkSetMacro(DuplicatePointsForFaceTexture,
bool);
126 float FaceTextureTolerance;
127 bool DuplicatePointsForFaceTexture;
vtkAbstractPolyDataReader()
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkPLYReader * New()
Construct object with merging set to true.
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.
void SetInputString(const std::string &s)
Enable reading from an InputString instead of the default, a file.
a vtkAbstractArray subclass for strings