Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::fem::LoadBCMFC::MFCTerm Class Reference

#include <itkFEMLoadBCMFC.h>

Collaboration diagram for itk::fem::LoadBCMFC::MFCTerm:

Collaboration graph
[legend]
List of all members.

Detailed Description

Class that holds information about one term in MFC constraint equation.

See also:
LoadBCMFC

Definition at line 65 of file itkFEMLoadBCMFC.h.

Public Member Functions

 MFCTerm (Element::ConstPointer element_, int dof_, Element::Float value_)

Public Attributes

unsigned int dof
Element::ConstPointer m_element
Element::Float value


Constructor & Destructor Documentation

itk::fem::LoadBCMFC::MFCTerm::MFCTerm ( Element::ConstPointer  element_,
int  dof_,
Element::Float  value_ 
) [inline]

Constructor for easy object creation.

Definition at line 86 of file itkFEMLoadBCMFC.h.


Member Data Documentation

unsigned int itk::fem::LoadBCMFC::MFCTerm::dof

DOF number within the Element object

Definition at line 76 of file itkFEMLoadBCMFC.h.

Element::ConstPointer itk::fem::LoadBCMFC::MFCTerm::m_element

Pointer to element, which holds the DOF that is affected by MFC

Definition at line 71 of file itkFEMLoadBCMFC.h.

Element::Float itk::fem::LoadBCMFC::MFCTerm::value

Value with which this displacement is multiplied on the lhs of MFC equation

Definition at line 81 of file itkFEMLoadBCMFC.h.


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 14:03:59 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000