Description of class: Class allows to compute difference between two time steps of one data array (field).
#include <vtkDifferenceTimestepsFilter.h>
|
| vtkDifferenceTimestepsFilter () |
| Constructor & destructor. More...
|
|
virtual | ~vtkDifferenceTimestepsFilter () |
|
virtual int | FillInputPortInformation (int, vtkInformation *) |
| The methods which is called on filtering data. More...
|
|
virtual int | FillOutputPortInformation (int, vtkInformation *) |
|
virtual int | RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
vtkDataObject * | DifferenceDataObject (vtkDataObject *theInput1, vtkDataObject *theInput2) |
|
virtual vtkDataSet * | DifferenceDataSet (vtkDataSet *theInput1, vtkDataSet *theInput2) |
|
virtual vtkDataArray * | DifferenceDataArray (vtkDataArray **theArrays, vtkIdType theN) |
|
vtkDifferenceTimestepsFilter::vtkDifferenceTimestepsFilter |
( |
| ) |
|
|
protected |
vtkDifferenceTimestepsFilter::~vtkDifferenceTimestepsFilter |
( |
| ) |
|
|
protectedvirtual |
void vtkDifferenceTimestepsFilter::PrintSelf |
( |
ostream & |
theOS, |
|
|
vtkIndent |
theIndent |
|
) |
| |
|
virtual |
int vtkDifferenceTimestepsFilter::FillInputPortInformation |
( |
int |
thePort, |
|
|
vtkInformation * |
theInfo |
|
) |
| |
|
protectedvirtual |
int vtkDifferenceTimestepsFilter::FillOutputPortInformation |
( |
int |
, |
|
|
vtkInformation * |
|
|
) |
| |
|
protectedvirtual |
int vtkDifferenceTimestepsFilter::RequestDataObject |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
int vtkDifferenceTimestepsFilter::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
int vtkDifferenceTimestepsFilter::RequestUpdateExtent |
( |
vtkInformation * |
theRequest, |
|
|
vtkInformationVector ** |
theInputVector, |
|
|
vtkInformationVector * |
theOutputVector |
|
) |
| |
|
protectedvirtual |
int vtkDifferenceTimestepsFilter::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
vtkDataObject * vtkDifferenceTimestepsFilter::DifferenceDataObject |
( |
vtkDataObject * |
theInput1, |
|
|
vtkDataObject * |
theInput2 |
|
) |
| |
|
protected |
vtkDataSet * vtkDifferenceTimestepsFilter::DifferenceDataSet |
( |
vtkDataSet * |
theInput1, |
|
|
vtkDataSet * |
theInput2 |
|
) |
| |
|
protectedvirtual |
vtkDataArray * vtkDifferenceTimestepsFilter::DifferenceDataArray |
( |
vtkDataArray ** |
theArrays, |
|
|
vtkIdType |
theN |
|
) |
| |
|
protectedvirtual |
int vtkDifferenceTimestepsFilter::GetInputFieldAssociation |
( |
| ) |
|
|
private |
bool vtkDifferenceTimestepsFilter::VerifyArrays |
( |
vtkDataArray ** |
theArrays, |
|
|
int |
theNumArrays |
|
) |
| |
|
private |
int vtkDifferenceTimestepsFilter::RangeIndicesTimeSteps[2] |
|
protected |
int vtkDifferenceTimestepsFilter::FirstTimeStepIndex |
|
protected |
int vtkDifferenceTimestepsFilter::SecondTimeStepIndex |
|
protected |
int vtkDifferenceTimestepsFilter::NumberTimeSteps |
|
protected |
std::vector<double> vtkDifferenceTimestepsFilter::TimeStepValues |
|
protected |
char* vtkDifferenceTimestepsFilter::ArrayNamePrefix |
|
protected |