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

#include <vtkPVExtractCellsByType.h>

Inherits vtkExtractCellsByType.

Public Types

typedef vtkExtractCellsByType Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
 vtkGetNewMacro (CellTypeSelection, vtkDataArraySelection)
 Get the current selection of cell types for extraction. More...
 

Static Public Member Functions

static vtkPVExtractCellsByTypeNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVExtractCellsByTypeSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVExtractCellsByType ()
 
 ~vtkPVExtractCellsByType () override=default
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 

Detailed Description

Definition at line 13 of file vtkPVExtractCellsByType.h.

Member Typedef Documentation

◆ Superclass

typedef vtkExtractCellsByType vtkPVExtractCellsByType::Superclass

Definition at line 17 of file vtkPVExtractCellsByType.h.

Constructor & Destructor Documentation

◆ vtkPVExtractCellsByType()

vtkPVExtractCellsByType::vtkPVExtractCellsByType ( )
protected

◆ ~vtkPVExtractCellsByType()

vtkPVExtractCellsByType::~vtkPVExtractCellsByType ( )
overrideprotecteddefault

Member Function Documentation

◆ New()

static vtkPVExtractCellsByType* vtkPVExtractCellsByType::New ( )
static

◆ GetClassName()

virtual const char* vtkPVExtractCellsByType::GetClassName ( )
virtual

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ vtkGetNewMacro()

vtkPVExtractCellsByType::vtkGetNewMacro ( CellTypeSelection  ,
vtkDataArraySelection   
)

Get the current selection of cell types for extraction.

◆ RequestData()

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

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