#include <vtkVectorNorm.h>
Inheritance diagram for vtkVectorNorm:
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 57 of file vtkVectorNorm.h.
Public Types | |
typedef vtkDataSetToDataSetFilter | Superclass |
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
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 Methods | |
int | IsTypeOf (const char *type) |
vtkVectorNorm * | SafeDownCast (vtkObject *o) |
vtkVectorNorm * | New () |
Protected Methods | |
vtkVectorNorm () | |
~vtkVectorNorm () | |
void | Execute () |
Protected Attributes | |
int | Normalize |
int | AttributeMode |
|
Reimplemented from vtkDataSetToDataSetFilter. Definition at line 60 of file vtkVectorNorm.h. |
|
|
|
Definition at line 93 of file vtkVectorNorm.h. |
|
Reimplemented from vtkDataSetToDataSetFilter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkDataSetToDataSetFilter. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkDataSetToDataSetFilter. |
|
Reimplemented from vtkDataSetToDataSetFilter. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkDataSetToDataSetFilter. |
|
Construct with normalize flag off. Reimplemented from vtkObject. |
|
Specify whether to normalize scalar values. |
|
Specify whether to normalize scalar values. |
|
Specify whether to normalize scalar values. |
|
Specify whether to normalize scalar values. |
|
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). |
|
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). |
|
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 82 of file vtkVectorNorm.h. References VTK_ATTRIBUTE_MODE_DEFAULT. |
|
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 84 of file vtkVectorNorm.h. References VTK_ATTRIBUTE_MODE_USE_POINT_DATA. |
|
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 86 of file vtkVectorNorm.h. References VTK_ATTRIBUTE_MODE_USE_CELL_DATA. |
|
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). |
|
This method is the old style execute method Reimplemented from vtkSource. |
|
Definition at line 97 of file vtkVectorNorm.h. |
|
Definition at line 98 of file vtkVectorNorm.h. |