Ghost Cells Generator that add support for vtkHyperTreeGrid. More...
#include <vtkPVGhostCellsGenerator.h>
Inherits vtkGhostCellsGenerator.
Public Types | |
| typedef vtkGhostCellsGenerator | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
Static Public Member Functions | |
| static vtkPVGhostCellsGenerator * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVGhostCellsGenerator * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVGhostCellsGenerator ()=default | |
| ~vtkPVGhostCellsGenerator () override=default | |
| int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override |
| int | FillInputPortInformation (int, vtkInformation *) override |
| int | GhostCellsGeneratorUsingSuperclassInstance (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| int | GhostCellsGeneratorUsingSuperclassInstance (vtkDataObject *inputDO, vtkDataObject *outputDO) |
| Execute classic GCG on the input dataset. More... | |
Ghost Cells Generator that add support for vtkHyperTreeGrid.
This is a subclass of vtkGhostCellsGenerator that can process HyperTreeGrids and their composite derivates. In the case of a composite dataset containing HTG, the output will always be a vtkPartitionedDataSetCollection. Ghost Cells are computed separately for each individual partition/block of the composite structure.
Definition at line 24 of file vtkPVGhostCellsGenerator.h.
| typedef vtkGhostCellsGenerator vtkPVGhostCellsGenerator::Superclass |
Definition at line 29 of file vtkPVGhostCellsGenerator.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
static |
|
virtual |
|
static |
|
override |
|
overrideprotected |
|
overrideprotected |
|
protected |
|
protected |
Execute classic GCG on the input dataset.
1.8.13 on Sun Dec 14 2025