147#ifndef vtkPLYReader_h
148#define vtkPLYReader_h
151#include "vtkIOPLYModule.h"
154VTK_ABI_NAMESPACE_BEGIN
179 vtkGetMacro(FaceTextureTolerance,
float);
180 vtkSetMacro(FaceTextureTolerance,
float);
191 vtkSetMacro(ReadFromInputString,
bool);
192 vtkGetMacro(ReadFromInputString,
bool);
193 vtkBooleanMacro(ReadFromInputString,
bool);
202 vtkSetMacro(ReadFromInputStream,
bool);
203 vtkGetMacro(ReadFromInputStream,
bool);
204 vtkBooleanMacro(ReadFromInputStream,
bool);
213 vtkGetMacro(DuplicatePointsForFaceTexture,
bool);
214 vtkSetMacro(DuplicatePointsForFaceTexture,
bool);
227 bool ReadFromInputStream =
false;
235 float FaceTextureTolerance;
236 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.
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