#include "vtkDifferenceTimestepsFilter.h"#include <vtkCellData.h>#include <vtkDataArray.h>#include <vtkDataObjectTreeIterator.h>#include <vtkDataSet.h>#include <vtkDoubleArray.h>#include <vtkInformation.h>#include <vtkInformationVector.h>#include <vtkMultiBlockDataSet.h>#include <vtkObjectFactory.h>#include <vtkPointData.h>#include <vtkStreamingDemandDrivenPipeline.h>#include <vtkStringArray.h>#include <vtkUnstructuredGrid.h>
Functions | |
| vtkDataArray * | DataTempDiffArray (vtkDataArray *theDataArray, vtkIdType theNumComp, vtkIdType theNumTuple, const char *thePrefix) |
| template<class T > | |
| void | vtkTemporalDataDifference (vtkDifferenceTimestepsFilter *theDTF, vtkDataArray *theOutput, vtkDataArray **theArrays, vtkIdType theNumComp, T *) |
| vtkStandardNewMacro (vtkDifferenceTimestepsFilter) | |
| vtkDataArray* DataTempDiffArray | ( | vtkDataArray * | theDataArray, |
| vtkIdType | theNumComp, | ||
| vtkIdType | theNumTuple, | ||
| const char * | thePrefix | ||
| ) |
| void vtkTemporalDataDifference | ( | vtkDifferenceTimestepsFilter * | theDTF, |
| vtkDataArray * | theOutput, | ||
| vtkDataArray ** | theArrays, | ||
| vtkIdType | theNumComp, | ||
| T * | |||
| ) |
| vtkStandardNewMacro | ( | vtkDifferenceTimestepsFilter | ) |