VMTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkvmtkMeshVelocityStatistics Class Reference

calculates average and RMS velocity statistics More...

#include <vtkvmtkMeshVelocityStatistics.h>

Inheritance diagram for vtkvmtkMeshVelocityStatistics:
[legend]
Collaboration diagram for vtkvmtkMeshVelocityStatistics:
[legend]

Public Types

typedef vtkUnstructuredGridAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkMeshVelocityStatisticsNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
virtual void SetVelocityArrayIds (vtkIdList *)
 
virtual vtkIdList * GetVelocityArrayIds ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkvmtkMeshVelocityStatisticsSafeDownCast (vtkObjectBase *o)
 
static vtkvmtkMeshVelocityStatisticsNew ()
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkvmtkMeshVelocityStatistics ()
 
 ~vtkvmtkMeshVelocityStatistics ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE
 

Protected Attributes

vtkIdList * VelocityArrayIds
 

Detailed Description

calculates average and RMS velocity statistics

Date
2006/07/27 08:28:36
Revision
1.1

Definition at line 37 of file vtkvmtkMeshVelocityStatistics.h.

Member Typedef Documentation

◆ Superclass

typedef vtkUnstructuredGridAlgorithm vtkvmtkMeshVelocityStatistics::Superclass

Definition at line 40 of file vtkvmtkMeshVelocityStatistics.h.

Constructor & Destructor Documentation

◆ vtkvmtkMeshVelocityStatistics()

vtkvmtkMeshVelocityStatistics::vtkvmtkMeshVelocityStatistics ( )
protected

◆ ~vtkvmtkMeshVelocityStatistics()

vtkvmtkMeshVelocityStatistics::~vtkvmtkMeshVelocityStatistics ( )
protected

Member Function Documentation

◆ IsTypeOf()

static int vtkvmtkMeshVelocityStatistics::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkvmtkMeshVelocityStatistics::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkvmtkMeshVelocityStatistics* vtkvmtkMeshVelocityStatistics::SafeDownCast ( vtkObjectBase *  o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkMeshVelocityStatistics::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkMeshVelocityStatistics* vtkvmtkMeshVelocityStatistics::NewInstance ( ) const

◆ PrintSelf()

void vtkvmtkMeshVelocityStatistics::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ New()

static vtkvmtkMeshVelocityStatistics* vtkvmtkMeshVelocityStatistics::New ( )
static

◆ SetVelocityArrayIds()

virtual void vtkvmtkMeshVelocityStatistics::SetVelocityArrayIds ( vtkIdList *  )
virtual

◆ GetVelocityArrayIds()

virtual vtkIdList* vtkvmtkMeshVelocityStatistics::GetVelocityArrayIds ( )
virtual

◆ RequestData()

virtual int vtkvmtkMeshVelocityStatistics::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

Member Data Documentation

◆ VelocityArrayIds

vtkIdList* vtkvmtkMeshVelocityStatistics::VelocityArrayIds
protected

Definition at line 54 of file vtkvmtkMeshVelocityStatistics.h.


The documentation for this class was generated from the following file: