Class for specifying constant scalars at points.
More...
#include <vtkCPConstantScalarFieldFunction.h>
Class for specifying constant scalars at points.
Class for specifying a constant scalar field.
Definition at line 28 of file vtkCPConstantScalarFieldFunction.h.
§ Superclass
§ vtkCPConstantScalarFieldFunction()
| vtkCPConstantScalarFieldFunction::vtkCPConstantScalarFieldFunction |
( |
| ) |
|
|
protected |
§ ~vtkCPConstantScalarFieldFunction()
| vtkCPConstantScalarFieldFunction::~vtkCPConstantScalarFieldFunction |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
| virtual const char* vtkCPConstantScalarFieldFunction::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
| static int vtkCPConstantScalarFieldFunction::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
| virtual int vtkCPConstantScalarFieldFunction::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
| void vtkCPConstantScalarFieldFunction::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ ComputeComponenentAtPoint()
| virtual double vtkCPConstantScalarFieldFunction::ComputeComponenentAtPoint |
( |
unsigned int |
component, |
|
|
double * |
point, |
|
|
unsigned long |
timeStep, |
|
|
double |
time |
|
) |
| |
|
virtual |
Compute the field value at Point which is an array of length 3.
§ SetConstant()
| virtual void vtkCPConstantScalarFieldFunction::SetConstant |
( |
double |
| ) |
|
|
virtual |
Set/get the constant value for the field.
§ GetConstant()
| virtual double vtkCPConstantScalarFieldFunction::GetConstant |
( |
| ) |
|
|
virtual |
Set/get the constant value for the field.
The documentation for this class was generated from the following file: