Memosa-FVM
0.2
|
Public Member Functions | |
MyTriangle (const int faceIndex_, const int subFaceIndex_, const Array< Vec3D > &coordArray_, const int v0_, const int v1_, const int v2_) | |
MyTriangle (const int faceIndex_, const Array< Vec3D > &coordArray_, const int v0_, const int v1_) | |
Point | getVertex (const int n) const |
Point2D | getVertex2D (const int n) const |
Triangle | getTriangle () const |
K::Segment_2 | getSegment2D () const |
K::Segment_3 | getSegment () const |
Plane | getPlane () const |
Line2D | getLine2D () const |
Public Attributes | |
const int | faceIndex |
const int | subFaceIndex |
const Array< Vec3D > & | coordArray |
int | vertices [3] |
|
inline |
|
inline |
|
inline |
Definition at line 151 of file AABB.h.
References getVertex2D().
Referenced by AABB::findOrientedSide().
|
inline |
Definition at line 144 of file AABB.h.
References getVertex().
Referenced by AABB::findOrientedSide().
|
inline |
Definition at line 138 of file AABB.h.
References getVertex().
Referenced by AABB::MySegmentPrimitive::datum().
|
inline |
Definition at line 132 of file AABB.h.
References getVertex2D().
Referenced by AABB::findOrientedSide().
|
inline |
Definition at line 125 of file AABB.h.
References getVertex().
Referenced by AABB::MyTrianglePrimitive::datum(), and AABB::findOrientedSide().
|
inline |
Definition at line 113 of file AABB.h.
References coordArray, and vertices.
Referenced by getPlane(), getSegment(), getTriangle(), AABB::MyTrianglePrimitive::reference_point(), and AABB::MySegmentPrimitive::reference_point().
|
inline |
Definition at line 119 of file AABB.h.
References coordArray, and vertices.
Referenced by getLine2D(), and getSegment2D().
Definition at line 82 of file AABB.h.
Referenced by getVertex(), and getVertex2D().
int AABB::MyTriangle::vertices[3] |
Definition at line 83 of file AABB.h.
Referenced by getVertex(), getVertex2D(), and MyTriangle().