Go to the documentation of this file.
42 #ifndef vtkFacetReader_h
43 #define vtkFacetReader_h
45 #include "vtkFiltersHybridModule.h"
59 vtkSetStringMacro(FileName);
60 vtkGetStringMacro(FileName);
static int CanReadFile(const char *filename)
~vtkFacetReader() override
reads a dataset in Facet format
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkFacetReader * New()
Superclass for algorithms that produce only polydata as output.