shape_doc 0.1
|
#include <vertex.hpp>
Definition at line 33 of file vertex.hpp.
Definition at line 37 of file vertex.hpp.
typedef C Scalar |
Reimplemented from point< C, V >.
Definition at line 36 of file vertex.hpp.
vertex | ( | void | ) |
Definition at line 61 of file vertex.hpp.
Definition at line 71 of file vertex.hpp.
: Point(other), m_idx(other.index()), m_nf(other.nface()) { }
int index | ( | ) | const [inline] |
Definition at line 51 of file vertex.hpp.
Referenced by topology2d< C, V >::insert(), and use< vertex_def, V >::point_insertor().
{return m_idx;}
int nface | ( | ) | const [inline] |
Definition at line 54 of file vertex.hpp.
{return m_nf;}
bool operator!= | ( | const vertex< C, V, N > & | other | ) | const |
Definition at line 94 of file vertex.hpp.
bool operator!= | ( | const point< C, V > & | other | ) | const [inherited] |
Definition at line 76 of file vertex.hpp.
bool operator== | ( | const vertex< C, V, N > & | other | ) | const |
Definition at line 89 of file vertex.hpp.
bool operator== | ( | const point< C, V > & | other | ) | const [inherited] |
Scalar operator[] | ( | const int & | i | ) | const [inherited] |
Scalar& operator[] | ( | const int & | i | ) | [inherited] |
int set_index | ( | int | i | ) | [inline] |
Definition at line 52 of file vertex.hpp.
Referenced by topology2d< C, V >::insert(), and use< vertex_def, V >::point_insertor().
{m_idx=i;return m_idx;}
void setx | ( | Scalar | x | ) | [inline, inherited] |
void sety | ( | Scalar | y | ) | [inline, inherited] |
void setz | ( | Scalar | z | ) | [inline, inherited] |
typedef SHAPE_OF | ( | V | ) | [inherited] |
Scalar x | ( | void | ) | const [inline, inherited] |
Scalar y | ( | void | ) | const [inline, inherited] |
Scalar z | ( | void | ) | const [inline, inherited] |