#include <meshImport3D.hh>
Public Member Functions | |
NodeHexahedron (const uint one, const uint two, const uint three, const uint four, const uint five, const uint six, const uint seven, const uint eight, const uint elmType=0) | |
virtual uint | nofaces () const |
Returns the number of faces. | |
virtual Index | faceIndex (const uint i) |
Returns the indices of the nodes which define the face i . | |
virtual Cell3 * | cell (const std::vector< Real3d > &vertices) const |
Creates and returns the cell. | |
virtual Quad ** | quad (const uint i) |
Returns the face with index i . | |
virtual Triangle ** | triangle (const uint i) |
Returns the face with index i . | |
uint | operator[] (const uint i) const |
Returns the node with index i . | |
uint | size () const |
Returns the number of nodes. | |
Protected Attributes | |
Array< uint > | nodes_ |
Node numbers of the cell. | |
Stores the nodes and faces of a hexahedral cell to be created.
Definition at line 273 of file meshImport3D.hh.
concepts::Import3dMesh::NodeHexahedron::NodeHexahedron | ( | const uint | one, |
const uint | two, | ||
const uint | three, | ||
const uint | four, | ||
const uint | five, | ||
const uint | six, | ||
const uint | seven, | ||
const uint | eight, | ||
const uint | elmType = 0 |
||
) |
Constructor. Takes the node numbers of the 8 vertices and stores them in nodes_
|
virtual |
Creates and returns the cell.
Implements concepts::Import3dMesh::NodeCell.
Returns the indices of the nodes which define the face i
.
Implements concepts::Import3dMesh::NodeCell.
Returns the number of faces.
Implements concepts::Import3dMesh::NodeCell.
Definition at line 287 of file meshImport3D.hh.
Returns the node with index i
.
Definition at line 233 of file meshImport3D.hh.
Returns the face with index i
.
Implements concepts::Import3dMesh::NodeCell.
Definition at line 290 of file meshImport3D.hh.
|
inlineinherited |
Returns the number of nodes.
Definition at line 235 of file meshImport3D.hh.
Returns the face with index i
.
Implements concepts::Import3dMesh::NodeCell.
Definition at line 291 of file meshImport3D.hh.
Node numbers of the cell.
Definition at line 224 of file meshImport3D.hh.