125#ifndef vtkOBJReader_h
126#define vtkOBJReader_h
129#include "vtkIOGeometryModule.h"
132VTK_ABI_NAMESPACE_BEGIN
144 vtkGetStringMacro(Comment);
165 vtkSetStringMacro(Comment);
Superclass for algorithms that read models from a file.
a simple class to control print indentation
read Wavefront .obj files
vtkSmartPointer< vtkResourceStream > Stream
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkOBJReader * New()
Abstract class used for custom streams.
Hold a reference to a vtkObjectBase instance.