#include <vtkIntegrateFlowThroughSurface.h>
Public Member Functions | |
vtkTypeRevisionMacro (vtkIntegrateFlowThroughSurface, vtkUnstructuredGridAlgorithm) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
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, vtkInformationVector **inputVector) |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|