VTK
|
generate scalars from Euclidean norm of vectors More...
#include <vtkVectorNorm.h>
Inherits vtkDataSetAlgorithm.
Public Types | |
typedef vtkDataSetAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkVectorNorm * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetNormalize (int) |
virtual int | GetNormalize () |
virtual void | NormalizeOn () |
virtual void | NormalizeOff () |
virtual void | SetAttributeMode (int) |
virtual int | GetAttributeMode () |
void | SetAttributeModeToDefault () |
void | SetAttributeModeToUsePointData () |
void | SetAttributeModeToUseCellData () |
const char * | GetAttributeModeAsString () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkVectorNorm * | SafeDownCast (vtkObjectBase *o) |
static vtkVectorNorm * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkVectorNorm () | |
~vtkVectorNorm () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
int | Normalize |
int | AttributeMode |
generate scalars from Euclidean norm of vectors
vtkVectorNorm is a filter that generates scalar values by computing Euclidean norm of vector triplets. Scalars can be normalized 0<=s<=1 if desired.
Note that this filter operates on point or cell attribute data, or both. By default, the filter operates on both point and cell data if vector point and cell data, respectively, are available from the input. Alternatively, you can choose to generate scalar norm values for just cell or point data.
Definition at line 42 of file vtkVectorNorm.h.
typedef vtkDataSetAlgorithm vtkVectorNorm::Superclass |
Definition at line 45 of file vtkVectorNorm.h.
|
protected |
|
inlineprotected |
Definition at line 78 of file vtkVectorNorm.h.
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkVectorNorm* vtkVectorNorm::NewInstance | ( | ) | const |
void vtkVectorNorm::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
static |
Construct with normalize flag off.
|
virtual |
Specify whether to normalize scalar values.
|
virtual |
Specify whether to normalize scalar values.
|
virtual |
Specify whether to normalize scalar values.
|
virtual |
Specify whether to normalize scalar values.
|
virtual |
Control how the filter works to generate scalar data from the input vector data. By default, (AttributeModeToDefault) the filter will generate the scalar norm for point and cell data (if vector data present in the input). Alternatively, you can explicitly set the filter to generate point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData).
|
virtual |
Control how the filter works to generate scalar data from the input vector data. By default, (AttributeModeToDefault) the filter will generate the scalar norm for point and cell data (if vector data present in the input). Alternatively, you can explicitly set the filter to generate point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData).
|
inline |
Control how the filter works to generate scalar data from the input vector data. By default, (AttributeModeToDefault) the filter will generate the scalar norm for point and cell data (if vector data present in the input). Alternatively, you can explicitly set the filter to generate point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData).
Definition at line 67 of file vtkVectorNorm.h.
|
inline |
Control how the filter works to generate scalar data from the input vector data. By default, (AttributeModeToDefault) the filter will generate the scalar norm for point and cell data (if vector data present in the input). Alternatively, you can explicitly set the filter to generate point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData).
Definition at line 69 of file vtkVectorNorm.h.
|
inline |
Control how the filter works to generate scalar data from the input vector data. By default, (AttributeModeToDefault) the filter will generate the scalar norm for point and cell data (if vector data present in the input). Alternatively, you can explicitly set the filter to generate point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData).
Definition at line 71 of file vtkVectorNorm.h.
const char* vtkVectorNorm::GetAttributeModeAsString | ( | ) |
Control how the filter works to generate scalar data from the input vector data. By default, (AttributeModeToDefault) the filter will generate the scalar norm for point and cell data (if vector data present in the input). Alternatively, you can explicitly set the filter to generate point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData).
|
protected |
|
protected |
Definition at line 82 of file vtkVectorNorm.h.
|
protected |
Definition at line 83 of file vtkVectorNorm.h.