28 #ifndef __vtkvmtkMeshVelocityStatistics_h 29 #define __vtkvmtkMeshVelocityStatistics_h 31 #include "vtkUnstructuredGridAlgorithm.h" 32 #include "vtkUnstructuredGrid.h" 33 #include "vtkvmtkWin32Header.h" 35 #include "vtkIdList.h" 41 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
45 vtkSetObjectMacro(VelocityArrayIds,vtkIdList);
46 vtkGetObjectMacro(VelocityArrayIds,vtkIdList);
52 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
calculates average and RMS velocity statistics
vtkIdList * VelocityArrayIds