|
ParaView
|
Integrates vector dot normal. More...
#include <vtkIntegrateFlowThroughSurface.h>


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 vtkExecutive * | CreateDefaultExecutive () |
| vtkDataSet * | GenerateSurfaceVectors (vtkDataSet *input) |
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.
| vtkIntegrateFlowThroughSurface::vtkIntegrateFlowThroughSurface | ( | ) | [protected] |
| vtkIntegrateFlowThroughSurface::~vtkIntegrateFlowThroughSurface | ( | ) | [protected] |
| 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] |
1.7.5.1