10#ifndef vtkFiniteElementFieldDistributor_h 
   11#define vtkFiniteElementFieldDistributor_h 
   13#include "vtkFiltersGeneralModule.h"  
   18VTK_ABI_NAMESPACE_BEGIN
 
   39  std::unique_ptr<vtkInternals> Internals;
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
~vtkFiniteElementFieldDistributor() override
 
static vtkFiniteElementFieldDistributor * New()
 
vtkFiniteElementFieldDistributor()
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Methods for subclasses to override to handle different pipeline requests.
 
a simple class to control print indentation
 
Superclass for algorithms that produce vtkPartitionedDataSetCollectionAlgorithm.