ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkFEMLoadBC.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LoadBC | Self |
typedef Load | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
int | GetDegreeOfFreedom () const |
virtual const char * | GetNameOfClass () const |
vnl_vector< Element::Float > | GetValue () const |
LoadBC () | |
void | SetDegreeOfFreedom (int dof) |
void | SetValue (const vnl_vector< Element::Float > val) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Attributes | |
unsigned int | m_DegreeOfFreedom |
vnl_vector< Element::Float > | m_Value |
Generic essential (Dirichlet) boundary conditions.
Objects of this class specify, which DOFs in a system are fixed.
Definition at line 34 of file itkFEMLoadBC.h.
typedef SmartPointer<const Self> itk::fem::LoadBC::ConstPointer |
Reimplemented from itk::fem::Load.
Definition at line 42 of file itkFEMLoadBC.h.
typedef SmartPointer<Self> itk::fem::LoadBC::Pointer |
Reimplemented from itk::fem::Load.
Definition at line 41 of file itkFEMLoadBC.h.
typedef LoadBC itk::fem::LoadBC::Self |
Standard class typedefs.
Reimplemented from itk::fem::Load.
Definition at line 39 of file itkFEMLoadBC.h.
typedef Load itk::fem::LoadBC::Superclass |
Reimplemented from itk::fem::Load.
Definition at line 40 of file itkFEMLoadBC.h.
itk::fem::LoadBC::LoadBC | ( | ) | [inline] |
Default constructor
Definition at line 55 of file itkFEMLoadBC.h.
virtual::itk::LightObject::Pointer itk::fem::LoadBC::CreateAnother | ( | void | ) | const [virtual] |
CreateAnother method will clone the existing instance of this type, including its internal member variables.
Reimplemented from itk::LightObject.
int itk::fem::LoadBC::GetDegreeOfFreedom | ( | ) | const |
Get the number of degrees of freedom
virtual const char* itk::fem::LoadBC::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::fem::Load.
vnl_vector<Element::Float> itk::fem::LoadBC::GetValue | ( | ) | const |
Get the boundary condition as vector representation
static Pointer itk::fem::LoadBC::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::LightObject.
virtual void itk::fem::LoadBC::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::fem::Load.
void itk::fem::LoadBC::SetDegreeOfFreedom | ( | int | dof | ) |
Set the number of degrees of freedom
void itk::fem::LoadBC::SetValue | ( | const vnl_vector< Element::Float > | val | ) |
Set the boundary condition using vector representation
unsigned int itk::fem::LoadBC::m_DegreeOfFreedom [protected] |
Local DOF number within the Element object.
Definition at line 77 of file itkFEMLoadBC.h.
vnl_vector<Element::Float> itk::fem::LoadBC::m_Value [protected] |
Value which the DOF is being fixed.
Definition at line 87 of file itkFEMLoadBC.h.