ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkFEMElement3DC0LinearTetrahedronStrain.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
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 |
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
Definition at line 41 of file itkFEMElement3DC0LinearTetrahedronStrain.h.
Reimplemented from itk::fem::Element3DStrain< Element3DC0LinearTetrahedron >.
Definition at line 49 of file itkFEMElement3DC0LinearTetrahedronStrain.h.
Reimplemented from itk::fem::Element3DStrain< Element3DC0LinearTetrahedron >.
Definition at line 48 of file itkFEMElement3DC0LinearTetrahedronStrain.h.
Standard class typedefs.
Reimplemented from itk::fem::Element3DStrain< Element3DC0LinearTetrahedron >.
Definition at line 46 of file itkFEMElement3DC0LinearTetrahedronStrain.h.
typedef Element3DStrain<Element3DC0LinearTetrahedron> itk::fem::Element3DC0LinearTetrahedronStrain::Superclass |
Reimplemented from itk::fem::Element3DStrain< Element3DC0LinearTetrahedron >.
Definition at line 47 of file itkFEMElement3DC0LinearTetrahedronStrain.h.
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.
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 >.