Vertex.
More...
#include <vertex.h>
|
| | Vertex () |
| |
| | Vertex (const double &x, const double &y, const double &z) |
| |
| | Vertex (const double &x, const double &y, const double &z, const unsigned &id) |
| |
| | Vertex (const Vect3 &v) |
| |
| | ~Vertex () |
| |
| unsigned & | index () |
| |
| const unsigned & | index () const |
| |
| | Vect3 () |
| |
| | Vect3 (const double &xx, const double &yy, const double &zz) |
| |
| | Vect3 (const double &a) |
| |
| | ~Vect3 () |
| |
| Vect3 & | operator= (const Vect3 &v) |
| |
| | Vect3 (const Vect3 &v) |
| |
| double & | x () |
| |
| const double & | x () const |
| |
| double & | y () |
| |
| const double & | y () const |
| |
| double & | z () |
| |
| const double & | z () const |
| |
| double | operator* (const Vect3 &v) const |
| |
| double | operator< (const Vect3 &v) const |
| |
| double | norm () const |
| |
| double | norm2 () const |
| |
| bool | operator== (const Vect3 &v) const |
| |
| bool | operator!= (const Vect3 &v) const |
| |
| void | operator+= (const Vect3 &v) |
| |
| void | operator-= (const Vect3 &v) |
| |
| void | operator*= (const double &d) |
| |
| void | operator/= (const double &d) |
| |
| void | multadd (const double &d, const Vect3 &v) |
| |
| Vect3 | operator+ (const Vect3 &v) const |
| |
| Vect3 | operator- (const Vect3 &v) const |
| |
| Vect3 | operator^ (const Vect3 &v) const |
| |
| Vect3 | operator* (const double &d) const |
| |
| Vect3 | operator/ (const double &d) const |
| |
| double | operator() (const int i) const |
| |
| double & | operator() (const int i) |
| |
| Vect3 | operator- () |
| |
| double | det (const Vect3 &y2, const Vect3 &y3) const |
| |
| double | solangl (const Vect3 &v1, const Vect3 &v2, const Vect3 &v3) const |
| |
| void | normalize () |
| |
Vertex.
Vertex Class derived from a Vect3 Class, has an index
Definition at line 52 of file vertex.h.
| OpenMEEG::Vertex::Vertex |
( |
| ) |
|
|
inline |
| OpenMEEG::Vertex::Vertex |
( |
const double & |
x, |
|
|
const double & |
y, |
|
|
const double & |
z |
|
) |
| |
|
inline |
| OpenMEEG::Vertex::Vertex |
( |
const double & |
x, |
|
|
const double & |
y, |
|
|
const double & |
z, |
|
|
const unsigned & |
id |
|
) |
| |
|
inline |
| OpenMEEG::Vertex::Vertex |
( |
const Vect3 & |
v | ) |
|
|
inline |
| OpenMEEG::Vertex::~Vertex |
( |
| ) |
|
|
inline |
| unsigned& OpenMEEG::Vertex::index |
( |
| ) |
|
|
inline |
| const unsigned& OpenMEEG::Vertex::index |
( |
| ) |
const |
|
inline |
| unsigned OpenMEEG::Vertex::ind |
|
private |
Index of the vertex.
Definition at line 70 of file vertex.h.
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/openmeeg-2.4-rc4/OpenMEEG/include/vertex.h