|
OOFEM 3.0
|
#include <feinterpol.h>
Public Member Functions | |
| FEIVertexListGeometryWrapper (const std::vector< FloatArray > &coords, const Element_Geometry_Type gt) | |
| virtual | ~FEIVertexListGeometryWrapper () |
| int | giveNumberOfVertices () const override |
| const FloatArray | giveVertexCoordinates (int i) const override |
| const Element_Geometry_Type | giveGeometryType () const override |
| Public Member Functions inherited from oofem::FEICellGeometry | |
| FEICellGeometry () | |
| virtual | ~FEICellGeometry () |
| virtual const FEInterpolation * | getGeometryInterpolation () const |
Protected Attributes | |
| const std::vector< FloatArray > & | coords |
| Element_Geometry_Type | gtype |
Wrapper around cell with vertex coordinates stored in FloatArray**.
Definition at line 155 of file feinterpol.h.
|
inline |
Definition at line 162 of file feinterpol.h.
References coords, oofem::FEICellGeometry::FEICellGeometry(), and gtype.
|
inlinevirtual |
Definition at line 164 of file feinterpol.h.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements oofem::FEICellGeometry.
Definition at line 165 of file feinterpol.h.
|
inlineoverridevirtual |
Implements oofem::FEICellGeometry.
Definition at line 166 of file feinterpol.h.
|
protected |
Definition at line 158 of file feinterpol.h.
Referenced by FEIVertexListGeometryWrapper().
|
protected |
Definition at line 159 of file feinterpol.h.
Referenced by FEIVertexListGeometryWrapper(), and giveGeometryType().