used by the Exodus readers
More...
#include <vtkDSPFilterDefinition.h>
List of all members.
Detailed Description
Member Typedef Documentation
Constructor & Destructor Documentation
vtkDSPFilterDefinition::vtkDSPFilterDefinition |
( |
| ) |
[protected] |
vtkDSPFilterDefinition::~vtkDSPFilterDefinition |
( |
| ) |
[protected] |
Member Function Documentation
virtual const char* vtkDSPFilterDefinition::GetClassName |
( |
| ) |
[virtual] |
static int vtkDSPFilterDefinition::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 vtkDSPFilterDefinition::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 vtkDSPFilterDefinition::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.
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
void vtkDSPFilterDefinition::Clear |
( |
| ) |
|
bool vtkDSPFilterDefinition::IsThisInputVariableInstanceNeeded |
( |
int |
a_timestep, |
|
|
int |
a_outputTimestep |
|
) |
| |
void vtkDSPFilterDefinition::PushBackNumeratorWeight |
( |
double |
a_value | ) |
|
void vtkDSPFilterDefinition::PushBackDenominatorWeight |
( |
double |
a_value | ) |
|
void vtkDSPFilterDefinition::PushBackForwardNumeratorWeight |
( |
double |
a_value | ) |
|
void vtkDSPFilterDefinition::SetInputVariableName |
( |
char * |
a_value | ) |
|
void vtkDSPFilterDefinition::SetOutputVariableName |
( |
char * |
a_value | ) |
|
const char* vtkDSPFilterDefinition::GetInputVariableName |
( |
| ) |
|
const char* vtkDSPFilterDefinition::GetOutputVariableName |
( |
| ) |
|
int vtkDSPFilterDefinition::GetNumNumeratorWeights |
( |
| ) |
|
int vtkDSPFilterDefinition::GetNumDenominatorWeights |
( |
| ) |
|
int vtkDSPFilterDefinition::GetNumForwardNumeratorWeights |
( |
| ) |
|
double vtkDSPFilterDefinition::GetNumeratorWeight |
( |
int |
a_which | ) |
|
double vtkDSPFilterDefinition::GetDenominatorWeight |
( |
int |
a_which | ) |
|
double vtkDSPFilterDefinition::GetForwardNumeratorWeight |
( |
int |
a_which | ) |
|
Member Data Documentation
The documentation for this class was generated from the following file: