ParaView
|
Class for specifying nodal fields over grids. More...
#include <vtkCPNodalFieldBuilder.h>
Public Types | |
typedef vtkCPFieldBuilder | Superclass |
![]() | |
typedef vtkCPBaseFieldBuilder | Superclass |
![]() | |
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) |
Return a field on Grid. More... | |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
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... | |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkCPNodalFieldBuilder * | New () |
static int | IsTypeOf (const char *type) |
static vtkCPNodalFieldBuilder * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkCPFieldBuilder * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkCPBaseFieldBuilder * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkCPNodalFieldBuilder () | |
~vtkCPNodalFieldBuilder () | |
![]() | |
vtkCPFieldBuilder () | |
~vtkCPFieldBuilder () | |
![]() | |
vtkCPBaseFieldBuilder () | |
Return the highest order of discretization of the field. More... | |
~vtkCPBaseFieldBuilder () | |
Class for specifying nodal fields over grids.
Class for specifying nodal fields over grids for a test driver.
Definition at line 28 of file vtkCPNodalFieldBuilder.h.
Definition at line 32 of file vtkCPNodalFieldBuilder.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkCPFieldBuilder.
|
static |
|
virtual |
Reimplemented from vtkCPFieldBuilder.
|
static |
void vtkCPNodalFieldBuilder::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Return a field on Grid.
Implements vtkCPFieldBuilder.