144#ifndef vtkPLYReader_h
145#define vtkPLYReader_h
148#include "vtkIOPLYModule.h"
151VTK_ABI_NAMESPACE_BEGIN
176 vtkGetMacro(FaceTextureTolerance,
float);
177 vtkSetMacro(FaceTextureTolerance,
float);
188 vtkSetMacro(ReadFromInputString,
bool);
189 vtkGetMacro(ReadFromInputString,
bool);
190 vtkBooleanMacro(ReadFromInputString,
bool);
199 vtkSetMacro(ReadFromInputStream,
bool);
200 vtkGetMacro(ReadFromInputStream,
bool);
201 vtkBooleanMacro(ReadFromInputStream,
bool);
210 vtkGetMacro(DuplicatePointsForFaceTexture,
bool);
211 vtkSetMacro(DuplicatePointsForFaceTexture,
bool);
224 bool ReadFromInputStream =
false;
232 float FaceTextureTolerance;
233 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