Go to the documentation of this file.
28 #ifndef vtkDSPFilterGroup_h
29 #define vtkDSPFilterGroup_h
34 class vtkDSPFilterGroupVectorIntSTLCloak;
35 class vtkDSPFilterGroupVectorVectorIntSTLCloak;
36 class vtkDSPFilterGroupVectorArraySTLCloak;
37 class vtkDSPFilterGroupVectorVectorArraySTLCloak;
38 class vtkDSPFilterGroupVectorStringSTLCloak;
39 class vtkDSPFilterGroupVectorDefinitionSTLCloak;
void AddFilter(vtkDSPFilterDefinition *filter)
dynamic, self-adjusting array of float
void Copy(vtkDSPFilterGroup *other)
#define vtkTypeMacro(thisClass, superclass)
vtkDSPFilterGroupVectorIntSTLCloak * CachedInputTimesteps
abstract base class for most VTK objects
used by the Exodus readers
static vtkDSPFilterGroup * New()
vtkFloatArray * GetOutput(int a_whichFilter, int a_whichTimestep, int &a_instancesCalculated)
#define VTKFILTERSHYBRID_EXPORT
bool IsThisInputVariableInstanceNeeded(const char *a_name, int a_timestep, int a_outputTimestep)
vtkDSPFilterGroupVectorVectorArraySTLCloak * CachedOutputs
const char * GetInputVariableName(int a_whichFilter)
void AddInputVariableInstance(const char *a_name, int a_timestep, vtkFloatArray *a_data)
a simple class to control print indentation
GLint GLint GLint GLint GLint GLint GLint GLbitfield GLenum filter
vtkDSPFilterDefinition * GetFilter(int a_whichFilter)
vtkFloatArray * GetCachedInput(int a_whichFilter, int a_whichTimestep)
vtkDSPFilterGroupVectorStringSTLCloak * CachedInputNames
void RemoveFilter(char *a_outputVariableName)
vtkDSPFilterGroupVectorDefinitionSTLCloak * FilterDefinitions
bool IsThisInputVariableInstanceCached(const char *a_name, int a_timestep)
vtkDSPFilterGroupVectorVectorIntSTLCloak * CachedOutputTimesteps
vtkFloatArray * GetCachedOutput(int a_whichFilter, int a_whichTimestep)
vtkDSPFilterGroupVectorArraySTLCloak * CachedInputs
void PrintSelf(ostream &os, vtkIndent indent)
used by the Exodus readers