Version: 8.3.0
vtkDifferenceTimestepsFilter.cxx File Reference
#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>
Include dependency graph for vtkDifferenceTimestepsFilter.cxx:

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)
 

Function Documentation

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  )