VTK
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes
vtkDSPFilterGroup Class Reference

used by the Exodus readers More...

#include <vtkDSPFilterGroup.h>

Inheritance diagram for vtkDSPFilterGroup:
Inheritance graph
[legend]
Collaboration diagram for vtkDSPFilterGroup:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkObject Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkDSPFilterGroupNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void AddFilter (vtkDSPFilterDefinition *filter)
void RemoveFilter (char *a_outputVariableName)
bool IsThisInputVariableInstanceNeeded (const char *a_name, int a_timestep, int a_outputTimestep)
bool IsThisInputVariableInstanceCached (const char *a_name, int a_timestep)
void AddInputVariableInstance (const char *a_name, int a_timestep, vtkFloatArray *a_data)
vtkFloatArrayGetOutput (int a_whichFilter, int a_whichTimestep, int &a_instancesCalculated)
vtkFloatArrayGetCachedInput (int a_whichFilter, int a_whichTimestep)
vtkFloatArrayGetCachedOutput (int a_whichFilter, int a_whichTimestep)
const char * GetInputVariableName (int a_whichFilter)
int GetNumFilters ()
void Copy (vtkDSPFilterGroup *other)
vtkDSPFilterDefinitionGetFilter (int a_whichFilter)

Static Public Member Functions

static vtkDSPFilterGroupNew ()
static int IsTypeOf (const char *type)
static vtkDSPFilterGroupSafeDownCast (vtkObjectBase *o)

Public Attributes

vtkDSPFilterGroupVectorDefinitionSTLCloak * FilterDefinitions

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkDSPFilterGroup ()
 ~vtkDSPFilterGroup ()

Protected Attributes

vtkDSPFilterGroupVectorArraySTLCloak * CachedInputs
vtkDSPFilterGroupVectorStringSTLCloak * CachedInputNames
vtkDSPFilterGroupVectorIntSTLCloak * CachedInputTimesteps
vtkDSPFilterGroupVectorVectorArraySTLCloak * CachedOutputs
vtkDSPFilterGroupVectorVectorIntSTLCloak * CachedOutputTimesteps

Detailed Description

used by the Exodus readers

vtkDSPFilterGroup is used by vtkExodusReader, vtkExodusIIReader and vtkPExodusReader to do temporal smoothing of data

See also:
vtkDSPFilterDefinition vtkExodusReader vtkExodusIIReader vtkPExodusReader

Definition at line 43 of file vtkDSPFilterGroup.h.


Member Typedef Documentation

Reimplemented from vtkObject.

Definition at line 47 of file vtkDSPFilterGroup.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkObject.

static int vtkDSPFilterGroup::IsTypeOf ( const char *  name) [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

virtual int vtkDSPFilterGroup::IsA ( const char *  name) [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

Reimplemented from vtkObject.

virtual vtkObjectBase* vtkDSPFilterGroup::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkObject.

Reimplemented from vtkObject.

void vtkDSPFilterGroup::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkObject.

void vtkDSPFilterGroup::RemoveFilter ( char *  a_outputVariableName)
bool vtkDSPFilterGroup::IsThisInputVariableInstanceNeeded ( const char *  a_name,
int  a_timestep,
int  a_outputTimestep 
)
bool vtkDSPFilterGroup::IsThisInputVariableInstanceCached ( const char *  a_name,
int  a_timestep 
)
void vtkDSPFilterGroup::AddInputVariableInstance ( const char *  a_name,
int  a_timestep,
vtkFloatArray a_data 
)
vtkFloatArray* vtkDSPFilterGroup::GetOutput ( int  a_whichFilter,
int  a_whichTimestep,
int a_instancesCalculated 
)
vtkFloatArray* vtkDSPFilterGroup::GetCachedInput ( int  a_whichFilter,
int  a_whichTimestep 
)
vtkFloatArray* vtkDSPFilterGroup::GetCachedOutput ( int  a_whichFilter,
int  a_whichTimestep 
)
const char* vtkDSPFilterGroup::GetInputVariableName ( int  a_whichFilter)

Member Data Documentation

vtkDSPFilterGroupVectorDefinitionSTLCloak* vtkDSPFilterGroup::FilterDefinitions

Definition at line 71 of file vtkDSPFilterGroup.h.

vtkDSPFilterGroupVectorArraySTLCloak* vtkDSPFilterGroup::CachedInputs [protected]

Definition at line 78 of file vtkDSPFilterGroup.h.

vtkDSPFilterGroupVectorStringSTLCloak* vtkDSPFilterGroup::CachedInputNames [protected]

Definition at line 79 of file vtkDSPFilterGroup.h.

vtkDSPFilterGroupVectorIntSTLCloak* vtkDSPFilterGroup::CachedInputTimesteps [protected]

Definition at line 80 of file vtkDSPFilterGroup.h.

vtkDSPFilterGroupVectorVectorArraySTLCloak* vtkDSPFilterGroup::CachedOutputs [protected]

Definition at line 82 of file vtkDSPFilterGroup.h.

vtkDSPFilterGroupVectorVectorIntSTLCloak* vtkDSPFilterGroup::CachedOutputTimesteps [protected]

Definition at line 83 of file vtkDSPFilterGroup.h.


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