|
ParaView
|
Abstract class for specifying fields over grids. More...
#include <vtkCPFieldBuilder.h>


Public Types | |
| typedef vtkCPBaseFieldBuilder | Superclass |
Public Types inherited from vtkCPBaseFieldBuilder | |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | BuildField (unsigned long TimeStep, double Time, vtkDataSet *Grid)=0 |
| Return a field on Grid. More... | |
| virtual void | SetArrayName (const char *) |
| Return the highest order of discretization of the field. More... | |
| virtual char * | GetArrayName () |
| Return the highest order of discretization of the field. More... | |
| void | SetTensorFieldFunction (vtkCPTensorFieldFunction *TFF) |
| Set/get TensorFieldFunction. More... | |
| vtkCPTensorFieldFunction * | GetTensorFieldFunction () |
| Set/get TensorFieldFunction. More... | |
Public Member Functions inherited from vtkCPBaseFieldBuilder | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkCPFieldBuilder * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkCPBaseFieldBuilder | |
| static int | IsTypeOf (const char *type) |
| static vtkCPBaseFieldBuilder * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkCPFieldBuilder () | |
| ~vtkCPFieldBuilder () | |
Protected Member Functions inherited from vtkCPBaseFieldBuilder | |
| vtkCPBaseFieldBuilder () | |
| Return the highest order of discretization of the field. More... | |
| ~vtkCPBaseFieldBuilder () | |
Abstract class for specifying fields over grids.
Abstract class for specifying fields over grids for a test driver.
Definition at line 30 of file vtkCPFieldBuilder.h.
Definition at line 33 of file vtkCPFieldBuilder.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkCPBaseFieldBuilder.
Reimplemented in vtkCPCellFieldBuilder, and vtkCPNodalFieldBuilder.
|
static |
|
virtual |
Reimplemented from vtkCPBaseFieldBuilder.
Reimplemented in vtkCPCellFieldBuilder, and vtkCPNodalFieldBuilder.
|
static |
| void vtkCPFieldBuilder::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
pure virtual |
Return a field on Grid.
Implements vtkCPBaseFieldBuilder.
Implemented in vtkCPCellFieldBuilder, and vtkCPNodalFieldBuilder.
|
virtual |
Return the highest order of discretization of the field.
virtual unsigned int GetHighestFieldOrder() = 0; Set/get the name of the field array.
|
virtual |
Return the highest order of discretization of the field.
virtual unsigned int GetHighestFieldOrder() = 0; Set/get the name of the field array.
| void vtkCPFieldBuilder::SetTensorFieldFunction | ( | vtkCPTensorFieldFunction * | TFF | ) |
Set/get TensorFieldFunction.
| vtkCPTensorFieldFunction* vtkCPFieldBuilder::GetTensorFieldFunction | ( | ) |
Set/get TensorFieldFunction.
1.8.12