used by the Exodus readers
More...
#include <vtkDSPFilterGroup.h>
Inherits vtkObject.
|
virtual int | IsA (const char *type) |
|
vtkDSPFilterGroup * | NewInstance () const |
|
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) |
|
used by the Exodus readers
vtkDSPFilterGroup is used by vtkExodusReader, vtkExodusIIReader and vtkPExodusReader to do temporal smoothing of data
- See Also
- vtkDSPFilterDefinition vtkExodusReader vtkExodusIIReader vtkPExodusReader
Definition at line 43 of file vtkDSPFilterGroup.h.
vtkDSPFilterGroup::vtkDSPFilterGroup |
( |
| ) |
|
|
protected |
vtkDSPFilterGroup::~vtkDSPFilterGroup |
( |
| ) |
|
|
protected |
static int vtkDSPFilterGroup::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkDSPFilterGroup::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkDSPFilterGroup::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkDSPFilterGroup::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkDSPFilterGroup::RemoveFilter |
( |
char * |
a_outputVariableName | ) |
|
bool vtkDSPFilterGroup::IsThisInputVariableInstanceNeeded |
( |
const char * |
a_name, |
|
|
int |
a_timestep, |
|
|
int |
a_outputTimestep |
|
) |
| |
bool vtkDSPFilterGroup::IsThisInputVariableInstanceCached |
( |
const char * |
a_name, |
|
|
int |
a_timestep |
|
) |
| |
void vtkDSPFilterGroup::AddInputVariableInstance |
( |
const char * |
a_name, |
|
|
int |
a_timestep, |
|
|
vtkFloatArray * |
a_data |
|
) |
| |
vtkFloatArray* vtkDSPFilterGroup::GetOutput |
( |
int |
a_whichFilter, |
|
|
int |
a_whichTimestep, |
|
|
int & |
a_instancesCalculated |
|
) |
| |
vtkFloatArray* vtkDSPFilterGroup::GetCachedInput |
( |
int |
a_whichFilter, |
|
|
int |
a_whichTimestep |
|
) |
| |
vtkFloatArray* vtkDSPFilterGroup::GetCachedOutput |
( |
int |
a_whichFilter, |
|
|
int |
a_whichTimestep |
|
) |
| |
const char* vtkDSPFilterGroup::GetInputVariableName |
( |
int |
a_whichFilter | ) |
|
int vtkDSPFilterGroup::GetNumFilters |
( |
| ) |
|
vtkDSPFilterGroupVectorDefinitionSTLCloak* vtkDSPFilterGroup::FilterDefinitions |
vtkDSPFilterGroupVectorArraySTLCloak* vtkDSPFilterGroup::CachedInputs |
|
protected |
vtkDSPFilterGroupVectorStringSTLCloak* vtkDSPFilterGroup::CachedInputNames |
|
protected |
vtkDSPFilterGroupVectorIntSTLCloak* vtkDSPFilterGroup::CachedInputTimesteps |
|
protected |
vtkDSPFilterGroupVectorVectorArraySTLCloak* vtkDSPFilterGroup::CachedOutputs |
|
protected |
vtkDSPFilterGroupVectorVectorIntSTLCloak* vtkDSPFilterGroup::CachedOutputTimesteps |
|
protected |
The documentation for this class was generated from the following file: