30 #ifndef VTKDATASETGHOSTGENERATOR_H_
31 #define VTKDATASETGHOSTGENERATOR_H_
33 #include "vtkFiltersGeometryModule.h"
38 class vtkInformationVector;
46 void PrintSelf(ostream& os, vtkIndent indent);
50 vtkSetMacro( NumberOfGhostLayers,
int );
51 vtkGetMacro( NumberOfGhostLayers,
int );
59 vtkInformation *rqst, vtkInformationVector **inputVector,
60 vtkInformationVector* outputVector );
68 virtual void GenerateGhostLayers(
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Composite dataset that organizes datasets into blocks.
virtual int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)