Integrates vector dot normal.
More...
#include <vtkIntegrateFlowThroughSurface.h>
Inherits vtkUnstructuredGridAlgorithm.
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.
§ Superclass
§ vtkIntegrateFlowThroughSurface()
vtkIntegrateFlowThroughSurface::vtkIntegrateFlowThroughSurface |
( |
| ) |
|
|
protected |
§ ~vtkIntegrateFlowThroughSurface()
vtkIntegrateFlowThroughSurface::~vtkIntegrateFlowThroughSurface |
( |
| ) |
|
|
protected |
§ 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()
§ PrintSelf()
void vtkIntegrateFlowThroughSurface::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ New()
§ 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: