Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

IFEOElement Struct Reference

#include <hyp.fem.interfaces.h>

Inheritance diagram for IFEOElement::

CFEOElements List of all members.

Public Methods

virtual const IFEOMaterialGetMaterial () const=0
virtual void SetMaterial (IFEOMaterial *pObject)=0
virtual void SetKe (IMatrix *pObject)=0

Detailed Description

Defines a finite element.
Invariants
Here are the listing of the invariants. The implementation have to follow these invariant.
Key words
See also the following key words:
IID
Here is the Interface Identifier (IID) of the interface:


Member Function Documentation

virtual const IFEOMaterial* IFEOElement::GetMaterial   const [pure virtual]
 

Gets the material associated to the component.

Reimplemented in CFEOElements.

virtual void IFEOElement::SetKe IMatrix *   pObject [pure virtual]
 

Initializes the matrix representing the element.

Invariant:
The size of the matrix must be checked by the implementation to fit to the element matrix. The implmentation can return a error code or overwrite the size of the matrix.

Reimplemented in CFEOElements.

virtual void IFEOElement::SetMaterial IFEOMaterial *   pObject [pure virtual]
 

Sets the material of the component.

Parameters:
pObject   Material

Reimplemented in CFEOElements.


The documentation for this struct was generated from the following file:
Top of Page
written by Pierre Rebours © 2000-2001. Terms of Use.