#include <itkFEMLoadBCMFC.h>
Inheritance diagram for itk::fem::LoadBCMFC:


Public Types | |
| typedef FEMPArray< Self > | ArrayType |
| typedef Self | Baseclass |
| typedef const Self * | ConstPointer |
| typedef std::vector< MFCTerm > | LhsType |
| typedef Self * | Pointer |
| typedef LoadBCMFC | Self |
| typedef Load | Superclass |
Public Member Functions | |
| virtual int | ClassID () const |
| virtual Baseclass::Pointer | Clone () const |
| virtual Solution::ConstPointer | GetSolution () |
| LoadBCMFC (Element::ConstPointer element, int dof, vnl_vector< Element::Float > val) | |
| LoadBCMFC () | |
| virtual void | Read (std::istream &f, void *info) |
| *Sets the pointer to solution vector This function is automatically *called by the Solver class on every load object **Some types of external Loads may need access to previous values of *solution vector If a derived class needs that it should implement *this and store the passed pointer accordingly If the result *vector is not the functionn should be left *so that only the dummy implementation in base class is called **param ptr Pointer to the object of Solution class *virtual void | SetSolution (Solution::ConstPointer) |
| virtual void | Write (std::ostream &f) const |
Static Public Member Functions | |
| static FEMLightObject::Pointer | CreateFromStream (std::istream &f, void *info) |
| static Self::Pointer | New () |
| static void | SkipWhiteSpace (std::istream &f) |
Public Attributes | |
| *Sets the pointer to solution vector This function is automatically *called by the Solver class on every load object **Some types of external Loads may need access to previous values of *solution vector If a derived class needs that it should implement *this | function |
| int | GN |
| int | Index |
| LhsType | lhs |
| *Sets the pointer to solution vector This function is automatically *called by the Solver class on every load object **Some types of external Loads may need access to previous values of *solution vector If a derived class needs that it should implement *this and store the passed pointer accordingly If the result *vector is not | required |
| vnl_vector< Element::Float > | rhs |
| *Sets the pointer to solution vector This function is automatically *called by the Solver class on every load object **Some types of external Loads may need access to previous values of *solution vector If a derived class needs that it should implement *this and store the passed pointer accordingly If the result *vector is not the functionn should be left | unimplemented |
Static Public Attributes | |
| static const int | CLID |
| static const std::string | whitespaces |
Friends | |
| class | Solver |
Classes | |
| class | MFCTerm |
|
|
Array class that holds special pointers to the load objects Definition at line 45 of file itkFEMLoadBase.h. |
|
|
Store the base class typedef for easy access from derived classes. FEM_CLASS macro also expects this for the FEMOF... Definition at line 67 of file itkFEMLightObject.h. |
|
|
Const pointer or SmartPointer to an object. Reimplemented from itk::fem::Load. Definition at line 57 of file itkFEMLoadBCMFC.h. |
|
|
Left hand side of the MFC constraint equation Definition at line 93 of file itkFEMLoadBCMFC.h. |
|
|
Pointer or SmartPointer to an object. Reimplemented from itk::fem::Load. Definition at line 57 of file itkFEMLoadBCMFC.h. |
|
|
Standard Self typedef. Reimplemented from itk::fem::Load. Definition at line 57 of file itkFEMLoadBCMFC.h. |
|
|
Standard Superclass typedef. Reimplemented from itk::fem::Load. Definition at line 57 of file itkFEMLoadBCMFC.h. |
|
|
Default constructor Definition at line 105 of file itkFEMLoadBCMFC.h. |
|
||||||||||||||||
|
With this constructor, we can easy fix the global displacement dof given by node to a value val.
|
|
|
Virtual function to access the class ID Implements itk::fem::FEMLightObject. Definition at line 57 of file itkFEMLoadBCMFC.h. |
|
|
Create a new object from the existing one Implements itk::fem::FEMLightObject. |
|
||||||||||||
|
Read object of any derived type from stream. This static function creates an object of a class, which is derived from FEMLightObject. The class of object is first determined from the stream, then the object of that class is constructed using the FEMObjectFactory. Finally the data for this object is read from the stream, by calling the Read() member function. |
|
|
Reimplemented in itk::fem::FiniteDifferenceFunctionLoad< TMoving, TFixed >, itk::fem::ImageMetricLoad< TMoving, TFixed >, itk::fem::LoadLandmark, and itk::fem::FiniteDifferenceFunctionLoad< MovingImageType, FixedImageType >. Definition at line 60 of file itkFEMLoadBase.h. |
|
|
Object creation in an itk compatible way Definition at line 57 of file itkFEMLoadBCMFC.h. |
|
||||||||||||
|
read a LoadBCMFC object from input stream. Reimplemented from itk::fem::FEMLightObject. |
|
|
Reimplemented in itk::fem::FiniteDifferenceFunctionLoad< TMoving, TFixed >, itk::fem::ImageMetricLoad< TMoving, TFixed >, itk::fem::LoadLandmark, and itk::fem::FiniteDifferenceFunctionLoad< MovingImageType, FixedImageType >. Definition at line 59 of file itkFEMLoadBase.h. |
|
|
Helper function that skips all the whitespace and comments in an input stream. |
|
|
write a LoadBCMFC object to the output stream Reimplemented from itk::fem::FEMLightObject. |
|
|
Definition at line 127 of file itkFEMLoadBCMFC.h. |
|
|
Class ID for FEM object factory Definition at line 57 of file itkFEMLoadBCMFC.h. |
|
|
Definition at line 52 of file itkFEMLoadBase.h. |
|
|
Global number of an object (ID of an object) In general the ID's are required to be unique only within a specific type of derived classes (Elements, Nodes, ...) If the GN is not required, it can be ignored. (normally you need the GN when writing or reading objects to/from stream. Definition at line 168 of file itkFEMLightObject.h. Referenced by itk::fem::FEMLightObject::FEMLightObject(). |
|
|
used internally by the Solver class Definition at line 126 of file itkFEMLoadBCMFC.h. |
|
|
Definition at line 94 of file itkFEMLoadBCMFC.h. |
|
|
Definition at line 52 of file itkFEMLoadBase.h. |
|
|
Right hand side of the linear equation that defines the constraints. It is a vector so that implementation of BC on isotropic elements is easy. Which value is applied to the master force vector is defined by optional dim parameter (defaults to 0) in AssembleF function in solver. Definition at line 102 of file itkFEMLoadBCMFC.h. |
|
|
Definition at line 52 of file itkFEMLoadBase.h. |
|
|
Const string of all whitespace characters. This string is used by SkipWhiteSpace function. Definition at line 138 of file itkFEMLightObject.h. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000