#include <GeoPrimitives.H>
Public Member Functions | |
C3Facet () | |
C3Facet (const C3Point *P1, const C3Point *P2, const C3Point *P3) | |
C3Facet (const C3Point *P1, const C3Point *P2, const C3Point *P3, const C3Point *P4) | |
C3Facet (const C3Point &P1, const C3Point &P2, const C3Point &P3) | |
C3Facet (const C3Point &P1, const C3Point &P2, const C3Point &P3, const C3Point &P4) | |
C3Facet (const std::vector< const C3Point * > &v) | |
C3Facet (const C3Facet &face) | |
C3Vector | Normal () const |
C3Point | Centroid () const |
C3Facet & | operator= (const C3Facet &face) |
bool | operator== (const C3Facet &face) const |
Private Member Functions | |
C3Point * | _copycreate_point (const C3Point &p) |
C3Point * | _create_point () |
Private Attributes | |
bool | _mydata |
Additional Inherited Members | |
Public Attributes inherited from vector< T > | |
T | elements |
STL member. More... | |
Definition at line 1604 of file GeoPrimitives.H.
|
inline |
Definition at line 1630 of file GeoPrimitives.H.
References C3Facet::_copycreate_point(), and C3Facet::_mydata.
Definition at line 1638 of file GeoPrimitives.H.
References C3Facet::_copycreate_point(), and C3Facet::_mydata.
Definition at line 1714 of file GeoPrimitives.H.
References C3Vector::Copy().
Referenced by C3Facet::C3Facet().
|
inlineprivate |
Definition at line 1720 of file GeoPrimitives.H.
|
inline |
Definition at line 1672 of file GeoPrimitives.H.
References GeoPrim::C3Centroid().
Referenced by Mesh::GenericElement::Inverted(), and Mesh::GenericElement::ShapeOK().
|
inline |
Definition at line 1666 of file GeoPrimitives.H.
Referenced by Mesh::GenericElement::Inverted(), and Mesh::GenericElement::ShapeOK().
|
inline |
Definition at line 1684 of file GeoPrimitives.H.
|
private |
Definition at line 1607 of file GeoPrimitives.H.
Referenced by C3Facet::C3Facet().