Base class to store nodes, value, and linear system composing a boundary condition.
More...
#include <vtkvmtkBoundaryConditions.h>
Base class to store nodes, value, and linear system composing a boundary condition.
- Date
- 2006/04/06 16:46:43
- Revision
- 1.3
..
Definition at line 38 of file vtkvmtkBoundaryConditions.h.
◆ Superclass
◆ vtkvmtkBoundaryConditions()
| vtkvmtkBoundaryConditions::vtkvmtkBoundaryConditions |
( |
| ) |
|
|
protected |
◆ ~vtkvmtkBoundaryConditions()
| vtkvmtkBoundaryConditions::~vtkvmtkBoundaryConditions |
( |
| ) |
|
|
protected |
◆ IsTypeOf()
| static int vtkvmtkBoundaryConditions::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
| virtual int vtkvmtkBoundaryConditions::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ NewInstanceInternal()
| virtual vtkObjectBase* vtkvmtkBoundaryConditions::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
◆ NewInstance()
◆ SetLinearSystem()
◆ GetLinearSystem()
◆ SetBoundaryNodes()
| virtual void vtkvmtkBoundaryConditions::SetBoundaryNodes |
( |
vtkIdList * |
| ) |
|
|
virtual |
◆ GetBoundaryNodes()
| virtual vtkIdList* vtkvmtkBoundaryConditions::GetBoundaryNodes |
( |
| ) |
|
|
virtual |
◆ SetBoundaryValues()
| virtual void vtkvmtkBoundaryConditions::SetBoundaryValues |
( |
vtkDoubleArray * |
| ) |
|
|
virtual |
◆ GetBoundaryValues()
| virtual vtkDoubleArray* vtkvmtkBoundaryConditions::GetBoundaryValues |
( |
| ) |
|
|
virtual |
◆ Apply()
| virtual void vtkvmtkBoundaryConditions::Apply |
( |
| ) |
|
|
virtual |
◆ LinearSystem
◆ BoundaryNodes
| vtkIdList* vtkvmtkBoundaryConditions::BoundaryNodes |
|
protected |
◆ BoundaryValues
| vtkDoubleArray* vtkvmtkBoundaryConditions::BoundaryValues |
|
protected |
The documentation for this class was generated from the following file: