Normalizes that scalar components for each point.
More...
#include <vtkImageNormalize.h>
Inherits vtkThreadedImageAlgorithm.
Normalizes that scalar components for each point.
For each point, vtkImageNormalize normalizes the vector defined by the scalar components. If the magnitude of this vector is zero, the output vector is zero also.
- Tests:
- vtkImageNormalize (Tests)
Definition at line 33 of file vtkImageNormalize.h.
vtkImageNormalize::vtkImageNormalize |
( |
| ) |
|
|
protected |
vtkImageNormalize::~vtkImageNormalize |
( |
| ) |
|
|
inlineprotected |
static int vtkImageNormalize::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageNormalize::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageNormalize::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
virtual int vtkImageNormalize::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
void vtkImageNormalize::ThreadedExecute |
( |
vtkImageData * |
inData, |
|
|
vtkImageData * |
outData, |
|
|
int |
extent[6], |
|
|
int |
id |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: