Divergence of a vector field.
More...
#include <vtkImageDivergence.h>
Inherits vtkThreadedImageAlgorithm.
Divergence of a vector field.
vtkImageDivergence takes a 3D vector field and creates a scalar field which which represents the rate of change of the vector field. The definition of Divergence: Given V = P(x,y,z), Q(x,y,z), R(x,y,z), Divergence = dP/dx + dQ/dy + dR/dz.
- Tests:
- vtkImageDivergence (Tests)
Definition at line 35 of file vtkImageDivergence.h.
vtkImageDivergence::vtkImageDivergence |
( |
| ) |
|
|
protected |
vtkImageDivergence::~vtkImageDivergence |
( |
| ) |
|
|
inlineprotected |
static int vtkImageDivergence::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageDivergence::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageDivergence::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
virtual int vtkImageDivergence::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkImageDivergence::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
void vtkImageDivergence::ThreadedExecute |
( |
vtkImageData * |
inData, |
|
|
vtkImageData * |
outData, |
|
|
int |
ext[6], |
|
|
int |
id |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: