ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkFEMElement3DC0LinearHexahedronMembrane.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Element3DC0LinearHexahedronMembrane | Self |
typedef Element3DMembrane < Element3DC0LinearHexahedron > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
Element3DC0LinearHexahedronMembrane () | |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Element3DC0LinearHexahedronMembrane (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 membrane bending energy.
This class combines the geometry of the FE problem defined in Element3DC0LinearHexahedron and the physics of the problem defined in Element3DMembrane
Definition at line 44 of file itkFEMElement3DC0LinearHexahedronMembrane.h.
Reimplemented from itk::fem::Element3DMembrane< Element3DC0LinearHexahedron >.
Definition at line 52 of file itkFEMElement3DC0LinearHexahedronMembrane.h.
Reimplemented from itk::fem::Element3DMembrane< Element3DC0LinearHexahedron >.
Definition at line 51 of file itkFEMElement3DC0LinearHexahedronMembrane.h.
Standard class typedefs.
Reimplemented from itk::fem::Element3DMembrane< Element3DC0LinearHexahedron >.
Definition at line 49 of file itkFEMElement3DC0LinearHexahedronMembrane.h.
typedef Element3DMembrane<Element3DC0LinearHexahedron> itk::fem::Element3DC0LinearHexahedronMembrane::Superclass |
Reimplemented from itk::fem::Element3DMembrane< Element3DC0LinearHexahedron >.
Definition at line 50 of file itkFEMElement3DC0LinearHexahedronMembrane.h.
Default constructor only clears the internal storage
itk::fem::Element3DC0LinearHexahedronMembrane::Element3DC0LinearHexahedronMembrane | ( | 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::Element3DC0LinearHexahedronMembrane::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::Element3DC0LinearHexahedronMembrane::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::fem::Element3DMembrane< Element3DC0LinearHexahedron >.
static Pointer itk::fem::Element3DC0LinearHexahedronMembrane::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::LightObject.
virtual void itk::fem::Element3DC0LinearHexahedronMembrane::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::Element3DMembrane< Element3DC0LinearHexahedron >.