#include <vtkDSPFilterDefinition.h>
Inheritance diagram for vtkDSPFilterDefinition:
Definition at line 30 of file vtkDSPFilterDefinition.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 | Copy (vtkDSPFilterDefinition *other) |
void | Clear () |
bool | IsThisInputVariableInstanceNeeded (int a_timestep, int a_outputTimestep) |
void | PushBackNumeratorWeight (double a_value) |
void | PushBackDenominatorWeight (double a_value) |
void | PushBackForwardNumeratorWeight (double a_value) |
void | SetInputVariableName (char *a_value) |
void | SetOutputVariableName (char *a_value) |
const char * | GetInputVariableName () |
const char * | GetOutputVariableName () |
int | GetNumNumeratorWeights () |
int | GetNumDenominatorWeights () |
int | GetNumForwardNumeratorWeights () |
double | GetNumeratorWeight (int a_which) |
double | GetDenominatorWeight (int a_which) |
double | GetForwardNumeratorWeight (int a_which) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkDSPFilterDefinition * | SafeDownCast (vtkObject *o) |
static vtkDSPFilterDefinition * | New () |
Public Attributes | |
vtkDSPFilterDefinitionVectorDoubleSTLCloak * | NumeratorWeights |
vtkDSPFilterDefinitionVectorDoubleSTLCloak * | DenominatorWeights |
vtkDSPFilterDefinitionVectorDoubleSTLCloak * | ForwardNumeratorWeights |
vtkDSPFilterDefinitionStringSTLCloak * | InputVariableName |
vtkDSPFilterDefinitionStringSTLCloak * | OutputVariableName |
Protected Member Functions | |
vtkDSPFilterDefinition () | |
vtkDSPFilterDefinition (vtkDSPFilterDefinition *other) | |
~vtkDSPFilterDefinition () |
|
Reimplemented from vtkObject. Definition at line 33 of file vtkDSPFilterDefinition.h. |
|
|
|
|
|
|
|
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. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 64 of file vtkDSPFilterDefinition.h. |
|
Definition at line 65 of file vtkDSPFilterDefinition.h. |
|
Definition at line 66 of file vtkDSPFilterDefinition.h. |
|
Definition at line 68 of file vtkDSPFilterDefinition.h. |
|
Definition at line 69 of file vtkDSPFilterDefinition.h. |