ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPVExtractComponent Class Reference

Extract a component of an attribute. More...

#include <vtkPVExtractComponent.h>

Inherits vtkDataSetAlgorithm.

Public Types

typedef vtkDataSetAlgorithm Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetInputArrayComponent (int)
 
virtual int GetInputArrayComponent ()
 
virtual void SetOutputArrayName (const char *)
 
virtual char * GetOutputArrayName ()
 

Static Public Member Functions

static vtkPVExtractComponentNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVExtractComponentSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVExtractComponent ()
 
 ~vtkPVExtractComponent ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 

Protected Attributes

int InputArrayComponent
 
char * OutputArrayName
 

Detailed Description

Extract a component of an attribute.

vtkPVExtractComponent Extract a component of an attribute.

Definition at line 30 of file vtkPVExtractComponent.h.

Member Typedef Documentation

◆ Superclass

typedef vtkDataSetAlgorithm vtkPVExtractComponent::Superclass

Definition at line 34 of file vtkPVExtractComponent.h.

Constructor & Destructor Documentation

◆ vtkPVExtractComponent()

vtkPVExtractComponent::vtkPVExtractComponent ( )
protected

◆ ~vtkPVExtractComponent()

vtkPVExtractComponent::~vtkPVExtractComponent ( )
protected

Member Function Documentation

◆ New()

static vtkPVExtractComponent* vtkPVExtractComponent::New ( )
static

◆ GetClassName()

virtual const char* vtkPVExtractComponent::GetClassName ( )
virtual

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ PrintSelf()

void vtkPVExtractComponent::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ SetInputArrayComponent()

virtual void vtkPVExtractComponent::SetInputArrayComponent ( int  )
virtual

◆ GetInputArrayComponent()

virtual int vtkPVExtractComponent::GetInputArrayComponent ( )
virtual

◆ SetOutputArrayName()

virtual void vtkPVExtractComponent::SetOutputArrayName ( const char *  )
virtual

◆ GetOutputArrayName()

virtual char* vtkPVExtractComponent::GetOutputArrayName ( )
virtual

◆ RequestData()

virtual int vtkPVExtractComponent::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

◆ FillInputPortInformation()

virtual int vtkPVExtractComponent::FillInputPortInformation ( int  port,
vtkInformation *  info 
)
protectedvirtual

Member Data Documentation

◆ InputArrayComponent

int vtkPVExtractComponent::InputArrayComponent
protected

Definition at line 51 of file vtkPVExtractComponent.h.

◆ OutputArrayName

char* vtkPVExtractComponent::OutputArrayName
protected

Definition at line 52 of file vtkPVExtractComponent.h.


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