ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkIntegrateFlowThroughSurface Class Reference

Integrates vector dot normal. More...

#include <vtkIntegrateFlowThroughSurface.h>

Inheritance diagram for vtkIntegrateFlowThroughSurface:
Inheritance graph
[legend]
Collaboration diagram for vtkIntegrateFlowThroughSurface:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static int IsTypeOf (const char *type)
static
vtkIntegrateFlowThroughSurface
SafeDownCast (vtkObject *o)
static
vtkIntegrateFlowThroughSurface
New ()

Protected Member Functions

 vtkIntegrateFlowThroughSurface ()
 ~vtkIntegrateFlowThroughSurface ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillInputPortInformation (int port, vtkInformation *info)
virtual vtkExecutiveCreateDefaultExecutive ()
vtkDataSetGenerateSurfaceVectors (vtkDataSet *input)

Detailed Description

Integrates vector dot normal.

First this filter finds point normals for a surface. It Takes a point vector field from the input and computes the dot product with the normal. It then integrates this dot value to get net flow through the surface.

Definition at line 32 of file vtkIntegrateFlowThroughSurface.h.


Constructor & Destructor Documentation

vtkIntegrateFlowThroughSurface::vtkIntegrateFlowThroughSurface ( ) [protected]
vtkIntegrateFlowThroughSurface::~vtkIntegrateFlowThroughSurface ( ) [protected]

Member Function Documentation

virtual const char* vtkIntegrateFlowThroughSurface::GetClassName ( ) [virtual]

Reimplemented from vtkUnstructuredGridAlgorithm.

static int vtkIntegrateFlowThroughSurface::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkUnstructuredGridAlgorithm.

virtual int vtkIntegrateFlowThroughSurface::IsA ( const char *  type) [virtual]

Reimplemented from vtkUnstructuredGridAlgorithm.

static vtkIntegrateFlowThroughSurface* vtkIntegrateFlowThroughSurface::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkUnstructuredGridAlgorithm.

void vtkIntegrateFlowThroughSurface::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkUnstructuredGridAlgorithm.

static vtkIntegrateFlowThroughSurface* vtkIntegrateFlowThroughSurface::New ( ) [static]

Reimplemented from vtkUnstructuredGridAlgorithm.

virtual int vtkIntegrateFlowThroughSurface::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

Reimplemented from vtkUnstructuredGridAlgorithm.

virtual int vtkIntegrateFlowThroughSurface::RequestUpdateExtent ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

Reimplemented from vtkUnstructuredGridAlgorithm.

virtual int vtkIntegrateFlowThroughSurface::FillInputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Reimplemented from vtkUnstructuredGridAlgorithm.

virtual vtkExecutive* vtkIntegrateFlowThroughSurface::CreateDefaultExecutive ( ) [protected, virtual]

Reimplemented from vtkAlgorithm.

vtkDataSet* vtkIntegrateFlowThroughSurface::GenerateSurfaceVectors ( vtkDataSet input) [protected]

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