ParaView
|
Abstract class for creating grids. More...
#include <vtkCPGridBuilder.h>
Public Types | |
typedef vtkCPBaseGridBuilder | Superclass |
![]() | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkDataObject * | GetGrid (unsigned long timeStep, double time, int &builtNewGrid)=0 |
Return a grid. More... | |
void | SetFieldBuilder (vtkCPBaseFieldBuilder *fieldBuilder) |
Set/get the FieldBuilder. More... | |
vtkCPBaseFieldBuilder * | GetFieldBuilder () |
Set/get the FieldBuilder. More... | |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkCPGridBuilder * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkCPBaseGridBuilder * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkCPGridBuilder () | |
~vtkCPGridBuilder () | |
![]() | |
vtkCPBaseGridBuilder () | |
~vtkCPBaseGridBuilder () | |
Abstract class for creating grids.
Abstract class for creating grids for a test driver.
Definition at line 31 of file vtkCPGridBuilder.h.
Definition at line 34 of file vtkCPGridBuilder.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkCPBaseGridBuilder.
Reimplemented in vtkCustomUnstructuredGridBuilder, vtkCPUnstructuredGridBuilder, vtkCPUniformGridBuilder, and vtkCPFileGridBuilder.
|
static |
|
virtual |
Reimplemented from vtkCPBaseGridBuilder.
Reimplemented in vtkCustomUnstructuredGridBuilder, vtkCPUnstructuredGridBuilder, vtkCPUniformGridBuilder, and vtkCPFileGridBuilder.
|
static |
void vtkCPGridBuilder::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
pure virtual |
Return a grid.
BuiltNewGrid is set to 0 if the grids that were returned were already built before. vtkCPGridBuilder will also delete the grid.
Implements vtkCPBaseGridBuilder.
Implemented in vtkCustomUnstructuredGridBuilder, vtkCPUnstructuredGridBuilder, vtkCPUniformGridBuilder, and vtkCPFileGridBuilder.
void vtkCPGridBuilder::SetFieldBuilder | ( | vtkCPBaseFieldBuilder * | fieldBuilder | ) |
Set/get the FieldBuilder.
vtkCPBaseFieldBuilder* vtkCPGridBuilder::GetFieldBuilder | ( | ) |
Set/get the FieldBuilder.