generate scalars from dot product of vectors and normals (e.g., show displacement plot)
More...
#include <vtkVectorDot.h>
Inherits vtkDataSetAlgorithm.
generate scalars from dot product of vectors and normals (e.g., show displacement plot)
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.
- Tests:
- vtkVectorDot (Tests)
Definition at line 34 of file vtkVectorDot.h.
vtkVectorDot::vtkVectorDot |
( |
| ) |
|
|
protected |
vtkVectorDot::~vtkVectorDot |
( |
| ) |
|
|
inlineprotected |
static int vtkVectorDot::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkVectorDot::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkVectorDot* vtkVectorDot::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkVectorDot::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkVectorDot::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
Construct object with scalar range is (-1,1).
virtual void vtkVectorDot::SetScalarRange |
( |
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
Specify range to map scalars into.
void vtkVectorDot::SetScalarRange |
( |
double |
[2] | ) |
|
Specify range to map scalars into.
virtual double* vtkVectorDot::GetScalarRange |
( |
| ) |
|
|
virtual |
Get the range that scalars map into.
virtual void vtkVectorDot::GetScalarRange |
( |
double |
data[2] | ) |
|
|
virtual |
Get the range that scalars map into.
int vtkVectorDot::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
double vtkVectorDot::ScalarRange[2] |
|
protected |
The documentation for this class was generated from the following file: