
#include <transfer.h>


Public Member Functions | |
| Triangle3DElement (int s_, const TriangleSurfaceMesh &srcMesh_) | |
| virtual CPoint | getNodeLocation (int i) const |
| Return the location of the i'th node of this element. | |
Private Attributes | |
| int | s |
| const TriangleSurfaceMesh & | srcMesh |
| const int * | conn |
Definition at line 57 of file transfer.h.
| Triangle3DElement::Triangle3DElement | ( | int | s_, | |
| const TriangleSurfaceMesh & | srcMesh_ | |||
| ) | [inline] |
Definition at line 61 of file transfer.h.
References conn, TriangleSurfaceMesh::getTriangle(), s, and srcMesh.

Return the location of the i'th node of this element.
Implements ConcreteElement.
Definition at line 65 of file transfer.h.
References conn, TriangleSurfaceMesh::getPoint(), and srcMesh.

int Triangle3DElement::s [private] |
const TriangleSurfaceMesh& Triangle3DElement::srcMesh [private] |
const int* Triangle3DElement::conn [private] |
1.5.5