|
ParaView
|
Abstract class for specifying vectors at points. More...
#include <vtkCPVector3FieldFunction.h>


Public Types | |
| typedef vtkCPTensorFieldFunction | Superclass |
Public Types inherited from vtkCPTensorFieldFunction | |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual unsigned int | GetNumberOfComponents () |
| Get the NumberOfComponents. More... | |
| virtual double | ComputeComponenentAtPoint (unsigned int component, double point[3], unsigned long timeStep, double time)=0 |
| Compute the field value at Point. More... | |
Public Member Functions inherited from vtkCPTensorFieldFunction | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkCPVector3FieldFunction * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkCPTensorFieldFunction | |
| static int | IsTypeOf (const char *type) |
| static vtkCPTensorFieldFunction * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkCPVector3FieldFunction () | |
| ~vtkCPVector3FieldFunction () | |
Protected Member Functions inherited from vtkCPTensorFieldFunction | |
| vtkCPTensorFieldFunction () | |
| ~vtkCPTensorFieldFunction () | |
Abstract class for specifying vectors at points.
Abstract class for specifying vector values at specified points.
Definition at line 28 of file vtkCPVector3FieldFunction.h.
Definition at line 31 of file vtkCPVector3FieldFunction.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkCPTensorFieldFunction.
|
static |
|
virtual |
Reimplemented from vtkCPTensorFieldFunction.
|
static |
| void vtkCPVector3FieldFunction::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
inlinevirtual |
Get the NumberOfComponents.
Implements vtkCPTensorFieldFunction.
Definition at line 37 of file vtkCPVector3FieldFunction.h.
|
pure virtual |
Compute the field value at Point.
Implements vtkCPTensorFieldFunction.
1.8.12