29#include "vtkIOGeometryModule.h"
32VTK_ABI_NAMESPACE_BEGIN
Superclass for algorithms that read models from a file.
static vtkOFFReader * New()
vtkSetSmartPointerMacro(Stream, vtkResourceStream)
Set the resource stream to use when reading.
vtkGetSmartPointerMacro(Stream, vtkResourceStream)
Get the resource stream to use when reading.
~vtkOFFReader() override=default
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Abstract class used for custom streams.
Hold a reference to a vtkObjectBase instance.