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