#include <vtkDSPFilterGroup.h>
Inheritance diagram for vtkDSPFilterGroup:
Definition at line 34 of file vtkDSPFilterGroup.h.
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 |
|
Reimplemented from vtkObject. Definition at line 38 of file vtkDSPFilterGroup.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkObject. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
Reimplemented from vtkObject. |
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 62 of file vtkDSPFilterGroup.h. |
|
Definition at line 69 of file vtkDSPFilterGroup.h. |
|
Definition at line 70 of file vtkDSPFilterGroup.h. |
|
Definition at line 71 of file vtkDSPFilterGroup.h. |
|
Definition at line 73 of file vtkDSPFilterGroup.h. |
|
Definition at line 74 of file vtkDSPFilterGroup.h. |