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

extract point or cell data over time (parallel) More...

#include <vtkPVExtractArraysOverTime.h>

Inherits vtkPExtractArraysOverTime.

Public Types

typedef vtkPExtractArraysOverTime Superclass
 

Public Member Functions

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

Static Public Member Functions

static vtkPVExtractArraysOverTimeNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVExtractArraysOverTimeSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVExtractArraysOverTime ()
 
 ~vtkPVExtractArraysOverTime ()
 

Detailed Description

extract point or cell data over time (parallel)

vtkPVExtractArraysOverTime is a subclass of vtkPExtractArraysOverTime that overrides the default SelectionExtractor with a vtkPVExtractSelection instance. This enables query selections to be extracted at each time step.

See also
vtkExtractArraysOverTime vtkPExtractArraysOverTime

Definition at line 34 of file vtkPVExtractArraysOverTime.h.

Member Typedef Documentation

§ Superclass

typedef vtkPExtractArraysOverTime vtkPVExtractArraysOverTime::Superclass

Definition at line 38 of file vtkPVExtractArraysOverTime.h.

Constructor & Destructor Documentation

§ vtkPVExtractArraysOverTime()

vtkPVExtractArraysOverTime::vtkPVExtractArraysOverTime ( )
protected

§ ~vtkPVExtractArraysOverTime()

vtkPVExtractArraysOverTime::~vtkPVExtractArraysOverTime ( )
protected

Member Function Documentation

§ New()

static vtkPVExtractArraysOverTime* vtkPVExtractArraysOverTime::New ( )
static

§ GetClassName()

virtual const char* vtkPVExtractArraysOverTime::GetClassName ( )
virtual

§ IsTypeOf()

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

§ IsA()

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

§ SafeDownCast()

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

§ PrintSelf()

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

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