147#ifndef vtkPLYReader_h
148#define vtkPLYReader_h
151#include "vtkIOPLYModule.h"
154VTK_ABI_NAMESPACE_BEGIN
184 vtkGetMacro(FaceTextureTolerance,
float);
185 vtkSetMacro(FaceTextureTolerance,
float);
218 vtkGetMacro(DuplicatePointsForFaceTexture,
bool);
219 vtkSetMacro(DuplicatePointsForFaceTexture,
bool);
240 float FaceTextureTolerance;
241 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 bool CanReadFile(vtkResourceStream *stream)
Return true if, after a quick check of file header, it looks like the provided file or stream can be ...
vtkStringArray * Comments
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTypeBool CanReadFile(const char *filename)
Return true if, after a quick check of file header, it looks like the provided file or stream can be ...
void SetInputString(const std::string &s)
Enable reading from an InputString instead of the default, a file.
Abstract class used for custom streams.
a vtkAbstractArray subclass for strings