|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   31 #ifndef vtkDataSetGhostGenerator_h 
   32 #define vtkDataSetGhostGenerator_h 
   34 #include "vtkFiltersGeometryModule.h"  
   52   vtkSetMacro(NumberOfGhostLayers, 
int);
 
   53   vtkGetMacro(NumberOfGhostLayers, 
int);
 
  
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
Composite dataset that organizes datasets into blocks.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
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.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.