#include <vtkVectorDot.h>
Inheritance diagram for vtkVectorDot:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetScalarRange (float, float) |
void | SetScalarRange (float[2]) |
virtual float * | GetScalarRange () |
virtual void | GetScalarRange (float data[2]) |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkVectorDot * | SafeDownCast (vtkObject *o) |
vtkVectorDot * | New () |
Protected Methods | |
vtkVectorDot () | |
~vtkVectorDot () | |
vtkVectorDot (const vtkVectorDot &) | |
void | operator= (const vtkVectorDot &) |
void | Execute () |
Protected Attributes | |
float | ScalarRange [2] |
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 61 of file vtkVectorDot.h.
|
|
|
Definition at line 78 of file vtkVectorDot.h. |
|
Definition at line 79 of file vtkVectorDot.h. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkDataSetToDataSetFilter. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. 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 vtkSource. |
|
Construct object with scalar range is (-1,1). Reimplemented from vtkDataSetSource. |
|
Specify range to map scalars into. |
|
|
|
Get the range that scalars map into. |
|
|
|
Definition at line 80 of file vtkVectorDot.h. |
|
Reimplemented from vtkSource. |
|
Definition at line 83 of file vtkVectorDot.h. |