30#ifndef vtkFacetReader_h 
   31#define vtkFacetReader_h 
   33#include "vtkFiltersHybridModule.h"  
   36VTK_ABI_NAMESPACE_BEGIN
 
reads a dataset in Facet format
 
vtkSetFilePathMacro(FileName)
Specify file name of Facet datafile to read.
 
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 vtkFacetReader * New()
 
vtkGetFilePathMacro(FileName)
Specify file name of Facet datafile to read.
 
static int CanReadFile(const char *filename)
 
~vtkFacetReader() override
 
a simple class to control print indentation
 
Superclass for algorithms that produce only polydata as output.