ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkFEMElement3DC0LinearHexahedronStrain.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Element3DC0LinearHexahedronStrain | Self |
typedef Element3DStrain < Element3DC0LinearHexahedron > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
Element3DC0LinearHexahedronStrain () | |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Element3DC0LinearHexahedronStrain (NodeIDType ns_[], Material::ConstPointer p_) | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
8-noded finite element class in 3D space. The constitutive equation used is from linear elasticity theory.
This class combines the geometry of the FE problem defined in Element3DC0LinearHexahedron and the physics of the problem defined in Element3DStrain
Definition at line 44 of file itkFEMElement3DC0LinearHexahedronStrain.h.
Reimplemented from itk::fem::Element3DStrain< Element3DC0LinearHexahedron >.
Definition at line 52 of file itkFEMElement3DC0LinearHexahedronStrain.h.
Reimplemented from itk::fem::Element3DStrain< Element3DC0LinearHexahedron >.
Definition at line 51 of file itkFEMElement3DC0LinearHexahedronStrain.h.
Standard class typedefs.
Reimplemented from itk::fem::Element3DStrain< Element3DC0LinearHexahedron >.
Definition at line 49 of file itkFEMElement3DC0LinearHexahedronStrain.h.
typedef Element3DStrain<Element3DC0LinearHexahedron> itk::fem::Element3DC0LinearHexahedronStrain::Superclass |
Reimplemented from itk::fem::Element3DStrain< Element3DC0LinearHexahedron >.
Definition at line 50 of file itkFEMElement3DC0LinearHexahedronStrain.h.
Default constructor only clears the internal storage
itk::fem::Element3DC0LinearHexahedronStrain::Element3DC0LinearHexahedronStrain | ( | NodeIDType | ns_[], |
Material::ConstPointer | p_ | ||
) |
Construct an element by specifying pointers to an array of 8 points and a material.
virtual::itk::LightObject::Pointer itk::fem::Element3DC0LinearHexahedronStrain::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::Element3DC0LinearHexahedronStrain::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::fem::Element3DStrain< Element3DC0LinearHexahedron >.
static Pointer itk::fem::Element3DC0LinearHexahedronStrain::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::LightObject.
virtual void itk::fem::Element3DC0LinearHexahedronStrain::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
Construct an element by specifying pointers to an array of 8 points and a material.
Reimplemented from itk::fem::Element3DStrain< Element3DC0LinearHexahedron >.