16#ifndef vtkTrivialConsumer_h 
   17#define vtkTrivialConsumer_h 
   20#include "vtkCommonExecutionModelModule.h"  
   22VTK_ABI_NAMESPACE_BEGIN
 
Superclass for all sources, filters, and sinks in VTK.
 
a simple class to control print indentation
 
Consumer to consume data off of a pipeline.
 
~vtkTrivialConsumer() override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
 
static vtkTrivialConsumer * New()
 
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.