ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkIntegrateFlowThroughSurface Class Reference

Integrates vector dot normal. More...

#include <vtkIntegrateFlowThroughSurface.h>

Inherits vtkUnstructuredGridAlgorithm.

Public Types

typedef vtkUnstructuredGridAlgorithm Superclass
 

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 vtkIntegrateFlowThroughSurfaceSafeDownCast (vtkObject *o)
 
static vtkIntegrateFlowThroughSurfaceNew ()
 

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 vtkExecutive * CreateDefaultExecutive ()
 
vtkDataSet * GenerateSurfaceVectors (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 34 of file vtkIntegrateFlowThroughSurface.h.

Member Typedef Documentation

◆ Superclass

typedef vtkUnstructuredGridAlgorithm vtkIntegrateFlowThroughSurface::Superclass

Definition at line 38 of file vtkIntegrateFlowThroughSurface.h.

Constructor & Destructor Documentation

◆ vtkIntegrateFlowThroughSurface()

vtkIntegrateFlowThroughSurface::vtkIntegrateFlowThroughSurface ( )
protected

◆ ~vtkIntegrateFlowThroughSurface()

vtkIntegrateFlowThroughSurface::~vtkIntegrateFlowThroughSurface ( )
protected

Member Function Documentation

◆ GetClassName()

virtual const char* vtkIntegrateFlowThroughSurface::GetClassName ( )
virtual

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ PrintSelf()

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

◆ New()

static vtkIntegrateFlowThroughSurface* vtkIntegrateFlowThroughSurface::New ( )
static

◆ RequestData()

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

◆ RequestUpdateExtent()

virtual int vtkIntegrateFlowThroughSurface::RequestUpdateExtent ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

◆ FillInputPortInformation()

virtual int vtkIntegrateFlowThroughSurface::FillInputPortInformation ( int  port,
vtkInformation *  info 
)
protectedvirtual

◆ CreateDefaultExecutive()

virtual vtkExecutive* vtkIntegrateFlowThroughSurface::CreateDefaultExecutive ( )
protectedvirtual

◆ GenerateSurfaceVectors()

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

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