Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPVGhostCellsGenerator Class Reference

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 vtkPVGhostCellsGeneratorNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVGhostCellsGeneratorSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVGhostCellsGenerator ()=default
 
 ~vtkPVGhostCellsGenerator () override=default
 
int RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
int FillInputPortInformation (int, vtkInformation *) override
 
 PARAVIEW_DEPRECATED_IN_5_14_0 ("Use int GhostCellsGeneratorUsingSuperclassInstance(vtkDataObject*, vtkDataObject*)") int GhostCellsGeneratorUsingSuperclassInstance(vtkInformation *
 
vtkInformationVector vtkInformationVector *int GhostCellsGeneratorUsingSuperclassInstance (vtkDataObject *inputDO, vtkDataObject *outputDO)
 

Detailed Description

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 22 of file vtkPVGhostCellsGenerator.h.

Member Typedef Documentation

◆ Superclass

typedef vtkGhostCellsGenerator vtkPVGhostCellsGenerator::Superclass

Definition at line 27 of file vtkPVGhostCellsGenerator.h.

Constructor & Destructor Documentation

◆ vtkPVGhostCellsGenerator()

vtkPVGhostCellsGenerator::vtkPVGhostCellsGenerator ( )
protecteddefault

◆ ~vtkPVGhostCellsGenerator()

vtkPVGhostCellsGenerator::~vtkPVGhostCellsGenerator ( )
overrideprotecteddefault

Member Function Documentation

◆ New()

static vtkPVGhostCellsGenerator* vtkPVGhostCellsGenerator::New ( )
static

◆ GetClassName()

virtual const char* vtkPVGhostCellsGenerator::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkPVGhostCellsGenerator::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkPVGhostCellsGenerator::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkPVGhostCellsGenerator* vtkPVGhostCellsGenerator::SafeDownCast ( vtkObject o)
static

◆ PrintSelf()

void vtkPVGhostCellsGenerator::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
override

◆ RequestDataObject()

int vtkPVGhostCellsGenerator::RequestDataObject ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
overrideprotected

◆ RequestData()

int vtkPVGhostCellsGenerator::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
overrideprotected

◆ FillInputPortInformation()

int vtkPVGhostCellsGenerator::FillInputPortInformation ( int  ,
vtkInformation  
)
overrideprotected

◆ PARAVIEW_DEPRECATED_IN_5_14_0()

vtkPVGhostCellsGenerator::PARAVIEW_DEPRECATED_IN_5_14_0 ( "Use int GhostCellsGeneratorUsingSuperclassInstance(vtkDataObject*, vtkDataObject*)"  )
protected

◆ GhostCellsGeneratorUsingSuperclassInstance()

vtkInformationVector vtkInformationVector* int vtkPVGhostCellsGenerator::GhostCellsGeneratorUsingSuperclassInstance ( vtkDataObject inputDO,
vtkDataObject outputDO 
)
protected

The documentation for this class was generated from the following file: