#include <vtkVectorDot.h>
Inheritance diagram for vtkVectorDot:
vtkVectorDot is a filter to generate scalar values from a dataset. The scalar value at a point is created by computing the dot product between the normal and vector at that point. Combined with the appropriate color map, this can show nodal lines/mode shapes of vibration, or a displacement plot.
Definition at line 33 of file vtkVectorDot.h.
virtual void | SetScalarRange (double, double) |
void | SetScalarRange (double[2]) |
static vtkVectorDot * | New () |
Public Types | |
typedef vtkDataSetAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual double * | GetScalarRange () |
virtual void | GetScalarRange (double data[2]) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkVectorDot * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkVectorDot () | |
~vtkVectorDot () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
double | ScalarRange [2] |
|
Reimplemented from vtkDataSetAlgorithm. Definition at line 36 of file vtkVectorDot.h. |
|
|
|
Definition at line 54 of file vtkVectorDot.h. |
|
Reimplemented from vtkDataSetAlgorithm. |
|
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 vtkDataSetAlgorithm. |
|
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 vtkDataSetAlgorithm. |
|
Reimplemented from vtkDataSetAlgorithm. |
|
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 vtkDataSetAlgorithm. |
|
Construct object with scalar range is (-1,1). Reimplemented from vtkDataSetAlgorithm. |
|
Specify range to map scalars into. |
|
Specify range to map scalars into. |
|
Get the range that scalars map into. |
|
Get the range that scalars map into. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkDataSetAlgorithm. |
|
Definition at line 57 of file vtkVectorDot.h. |