28 #ifndef vtkDSPFilterDefinition_h
29 #define vtkDSPFilterDefinition_h
36 class vtkDSPFilterDefinitionVectorDoubleSTLCloak;
37 class vtkDSPFilterDefinitionStringSTLCloak;
54 bool IsThisInputVariableInstanceNeeded(
int a_timestep,
int a_outputTimestep );
56 void PushBackNumeratorWeight(
double a_value);
57 void PushBackDenominatorWeight(
double a_value);
58 void PushBackForwardNumeratorWeight(
double a_value);
59 void SetInputVariableName(
char *a_value);
60 void SetOutputVariableName(
char *a_value);
61 const char *GetInputVariableName();
62 const char *GetOutputVariableName();
64 int GetNumNumeratorWeights();
65 int GetNumDenominatorWeights();
66 int GetNumForwardNumeratorWeights();
68 double GetNumeratorWeight(
int a_which);
69 double GetDenominatorWeight(
int a_which);
70 double GetForwardNumeratorWeight(
int a_which);
vtkDSPFilterDefinitionVectorDoubleSTLCloak * NumeratorWeights
abstract base class for most VTK objects
vtkDSPFilterDefinitionVectorDoubleSTLCloak * DenominatorWeights
vtkDSPFilterDefinitionStringSTLCloak * OutputVariableName
vtkDSPFilterDefinitionVectorDoubleSTLCloak * ForwardNumeratorWeights
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
#define VTKFILTERSHYBRID_EXPORT
used by the Exodus readers
vtkDSPFilterDefinitionStringSTLCloak * InputVariableName