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 RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
int FillInputPortInformation (int, vtkInformation *) override
 
int GhostCellsGeneratorUsingSuperclassInstance (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Detailed Description

Ghost Cells Generator that add support for vtkHyperTreeGrid.

This is a subclass of vtkGhostCellsGenerator that allows selection of input vtkHyperTreeGrid

Definition at line 17 of file vtkPVGhostCellsGenerator.h.

Member Typedef Documentation

◆ Superclass

typedef vtkGhostCellsGenerator vtkPVGhostCellsGenerator::Superclass

Definition at line 22 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

◆ RequestData()

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

◆ FillInputPortInformation()

int vtkPVGhostCellsGenerator::FillInputPortInformation ( int  ,
vtkInformation  
)
overrideprotected

◆ GhostCellsGeneratorUsingSuperclassInstance()

int vtkPVGhostCellsGenerator::GhostCellsGeneratorUsingSuperclassInstance ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
protected

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