Class for creating uniform grids.
More...
#include <vtkCPUniformGridBuilder.h>
|
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) |
| Return a grid. More...
|
|
vtkUniformGrid * | GetUniformGrid () |
| Get the UniformGrid. More...
|
|
bool | CreateUniformGrid () |
| Create UniformGrid with the current parameters. More...
|
|
|
virtual void | SetDimensions (int, int, int) |
| Set/get the Dimensions of the uniform grid. More...
|
|
virtual void | SetDimensions (int [3]) |
| Set/get the Dimensions of the uniform grid. More...
|
|
int * | GetDimensions () |
| Set/get the Dimensions of the uniform grid. More...
|
|
|
virtual void | SetSpacing (double, double, double) |
| Set/get the Dimensions of the uniform grid. More...
|
|
virtual void | SetSpacing (double [3]) |
| Set/get the Dimensions of the uniform grid. More...
|
|
double * | GetSpacing () |
| Set/get the Dimensions of the uniform grid. More...
|
|
|
virtual void | SetOrigin (double, double, double) |
| Set/get the Dimensions of the uniform grid. More...
|
|
virtual void | SetOrigin (double [3]) |
| Set/get the Dimensions of the uniform grid. More...
|
|
double * | GetOrigin () |
| Set/get the Dimensions of the uniform grid. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
void | SetFieldBuilder (vtkCPBaseFieldBuilder *fieldBuilder) |
| Set/get the FieldBuilder. More...
|
|
vtkCPBaseFieldBuilder * | GetFieldBuilder () |
| Set/get the FieldBuilder. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
Class for creating uniform grids.
Class for creating vtkUniformGrids for a test driver.
Definition at line 31 of file vtkCPUniformGridBuilder.h.
◆ Superclass
◆ vtkCPUniformGridBuilder()
vtkCPUniformGridBuilder::vtkCPUniformGridBuilder |
( |
| ) |
|
|
protected |
◆ ~vtkCPUniformGridBuilder()
vtkCPUniformGridBuilder::~vtkCPUniformGridBuilder |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkCPUniformGridBuilder::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkCPUniformGridBuilder::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkCPUniformGridBuilder::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkCPUniformGridBuilder::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ GetGrid()
virtual vtkDataObject* vtkCPUniformGridBuilder::GetGrid |
( |
unsigned long |
timeStep, |
|
|
double |
time, |
|
|
int & |
builtNewGrid |
|
) |
| |
|
virtual |
◆ SetDimensions() [1/2]
virtual void vtkCPUniformGridBuilder::SetDimensions |
( |
int |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| |
|
virtual |
Set/get the Dimensions of the uniform grid.
◆ SetDimensions() [2/2]
virtual void vtkCPUniformGridBuilder::SetDimensions |
( |
int |
[3] | ) |
|
|
virtual |
Set/get the Dimensions of the uniform grid.
◆ GetDimensions()
int* vtkCPUniformGridBuilder::GetDimensions |
( |
| ) |
|
Set/get the Dimensions of the uniform grid.
◆ SetSpacing() [1/2]
virtual void vtkCPUniformGridBuilder::SetSpacing |
( |
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
Set/get the Dimensions of the uniform grid.
◆ SetSpacing() [2/2]
virtual void vtkCPUniformGridBuilder::SetSpacing |
( |
double |
[3] | ) |
|
|
virtual |
Set/get the Dimensions of the uniform grid.
◆ GetSpacing()
double* vtkCPUniformGridBuilder::GetSpacing |
( |
| ) |
|
Set/get the Dimensions of the uniform grid.
◆ SetOrigin() [1/2]
virtual void vtkCPUniformGridBuilder::SetOrigin |
( |
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
Set/get the Dimensions of the uniform grid.
◆ SetOrigin() [2/2]
virtual void vtkCPUniformGridBuilder::SetOrigin |
( |
double |
[3] | ) |
|
|
virtual |
Set/get the Dimensions of the uniform grid.
◆ GetOrigin()
double* vtkCPUniformGridBuilder::GetOrigin |
( |
| ) |
|
Set/get the Dimensions of the uniform grid.
◆ GetUniformGrid()
vtkUniformGrid* vtkCPUniformGridBuilder::GetUniformGrid |
( |
| ) |
|
◆ CreateUniformGrid()
bool vtkCPUniformGridBuilder::CreateUniformGrid |
( |
| ) |
|
Create UniformGrid with the current parameters.
Returns true if a new grid was created and false otherwise.
The documentation for this class was generated from the following file: