ParaView
|
Abstract class for specifying tensor fields at points. More...
#include <vtkCPTensorFieldFunction.h>
Public Types | |
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 ()=0 |
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... | |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkCPTensorFieldFunction * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkCPTensorFieldFunction () | |
~vtkCPTensorFieldFunction () | |
Abstract class for specifying tensor fields at points.
Abstract class for specifying tensor fields at specified points.
Definition at line 28 of file vtkCPTensorFieldFunction.h.
typedef vtkObject vtkCPTensorFieldFunction::Superclass |
Definition at line 31 of file vtkCPTensorFieldFunction.h.
|
protected |
|
protected |
|
virtual |
Reimplemented in vtkCPLinearScalarFieldFunction, vtkCPConstantScalarFieldFunction, vtkCPScalarFieldFunction, and vtkCPVector3FieldFunction.
|
static |
|
virtual |
Reimplemented in vtkCPLinearScalarFieldFunction, vtkCPConstantScalarFieldFunction, vtkCPScalarFieldFunction, and vtkCPVector3FieldFunction.
|
static |
void vtkCPTensorFieldFunction::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
pure virtual |
Get the NumberOfComponents.
This is abstract to make sure that the value for the NumberOfComponents cannot be changed.
Implemented in vtkCPScalarFieldFunction, and vtkCPVector3FieldFunction.
|
pure virtual |
Compute the field value at Point.
Implemented in vtkCPScalarFieldFunction, vtkCPVector3FieldFunction, and vtkCPLinearScalarFieldFunction.