ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions
itk::fem::Element3DC0LinearTetrahedronStrain Class Reference

4-noded finite element class in 3D space for linear elasticity problem More...

#include <itkFEMElement3DC0LinearTetrahedronStrain.h>

Inheritance diagram for itk::fem::Element3DC0LinearTetrahedronStrain:
Collaboration diagram for itk::fem::Element3DC0LinearTetrahedronStrain:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef
Element3DC0LinearTetrahedronStrain 
Self
typedef Element3DStrain
< Element3DC0LinearTetrahedron
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 Element3DC0LinearTetrahedronStrain ()
virtual const char * GetNameOfClass () const

Static Public Member Functions

static Pointer New ()
 Element3DC0LinearTetrahedronStrain (NodeIDType ns_[], Material::ConstPointer p_)
virtual void PrintSelf (std::ostream &os, Indent indent) const

Detailed Description

4-noded finite element class in 3D space for linear elasticity problem

This class combines the geometry of the FE problem defined in Element3DC0LinearTetrahedron and the physics of the problem defined in Element3DStrain

See also:
Element3DC0LinearTetrahedronMembrane

Definition at line 41 of file itkFEMElement3DC0LinearTetrahedronStrain.h.


Member Typedef Documentation

Standard class typedefs.

Reimplemented from itk::fem::Element3DStrain< Element3DC0LinearTetrahedron >.

Definition at line 46 of file itkFEMElement3DC0LinearTetrahedronStrain.h.


Constructor & Destructor Documentation

itk::fem::Element3DC0LinearTetrahedronStrain::Element3DC0LinearTetrahedronStrain ( )

Default constructor only clears the internal storage

itk::fem::Element3DC0LinearTetrahedronStrain::Element3DC0LinearTetrahedronStrain ( NodeIDType  ns_[],
Material::ConstPointer  p_ 
)

Construct an element by specifying pointers to an array of 4 points and a material.


Member Function Documentation

virtual::itk::LightObject::Pointer itk::fem::Element3DC0LinearTetrahedronStrain::CreateAnother ( void  ) const [virtual]

CreateAnother method will clone the existing instance of this type, including its internal member variables.

Reimplemented from itk::LightObject.

virtual const char* itk::fem::Element3DC0LinearTetrahedronStrain::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::fem::Element3DStrain< Element3DC0LinearTetrahedron >.

static Pointer itk::fem::Element3DC0LinearTetrahedronStrain::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::LightObject.

virtual void itk::fem::Element3DC0LinearTetrahedronStrain::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

Construct an element by specifying pointers to an array of 4 points and a material.

Reimplemented from itk::fem::Element3DStrain< Element3DC0LinearTetrahedron >.


The documentation for this class was generated from the following file: