used by the Exodus readers
More...
#include <vtkDSPFilterGroup.h>
List of all members.
Public Types |
typedef vtkObject | Superclass |
Public Member Functions |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
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) |
vtkFloatArray * | GetOutput (int a_whichFilter, int a_whichTimestep, int &a_instancesCalculated) |
vtkFloatArray * | GetCachedInput (int a_whichFilter, int a_whichTimestep) |
vtkFloatArray * | GetCachedOutput (int a_whichFilter, int a_whichTimestep) |
const char * | GetInputVariableName (int a_whichFilter) |
int | GetNumFilters () |
void | Copy (vtkDSPFilterGroup *other) |
vtkDSPFilterDefinition * | GetFilter (int a_whichFilter) |
Static Public Member Functions |
static vtkDSPFilterGroup * | New () |
static int | IsTypeOf (const char *type) |
static vtkDSPFilterGroup * | SafeDownCast (vtkObject *o) |
Public Attributes |
vtkDSPFilterGroupVectorDefinitionSTLCloak * | FilterDefinitions |
Protected Member Functions |
| vtkDSPFilterGroup () |
| ~vtkDSPFilterGroup () |
Protected Attributes |
vtkDSPFilterGroupVectorArraySTLCloak * | CachedInputs |
vtkDSPFilterGroupVectorStringSTLCloak * | CachedInputNames |
vtkDSPFilterGroupVectorIntSTLCloak * | CachedInputTimesteps |
vtkDSPFilterGroupVectorVectorArraySTLCloak * | CachedOutputs |
vtkDSPFilterGroupVectorVectorIntSTLCloak * | CachedOutputTimesteps |
Detailed Description
Member Typedef Documentation
Constructor & Destructor Documentation
vtkDSPFilterGroup::vtkDSPFilterGroup |
( |
| ) |
[protected] |
vtkDSPFilterGroup::~vtkDSPFilterGroup |
( |
| ) |
[protected] |
Member Function Documentation
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
virtual const char* vtkDSPFilterGroup::GetClassName |
( |
| ) |
[virtual] |
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.
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 |
|
) |
| |
const char* vtkDSPFilterGroup::GetInputVariableName |
( |
int |
a_whichFilter | ) |
|
int vtkDSPFilterGroup::GetNumFilters |
( |
| ) |
|
Member Data Documentation
The documentation for this class was generated from the following file: