#include <faces_psite.hh>
Inherits mln::internal::pseudo_site_base_< const P &, mln::faces_psite< N, D, P > >.
Public Member Functions | |
void | change_target (const target &new_target) |
Set the target site_set. | |
const target & | site_set () const |
Site set manipulators. | |
topo::n_face< N, D > | face () const |
Face handle manipulators. | |
unsigned | face_id () const |
Return the id of the face of this psite. | |
unsigned | n () const |
Return the dimension of the face of this psite. | |
faces_psite (const p_faces< N, D, P > &pf, const topo::n_face< N, D > &face) | |
faces_psite () | |
Construction and assignment. | |
void | invalidate () |
Invalidate this psite. | |
bool | is_valid () const |
Psite manipulators. |
N | The dimension of the face associated to this psite. | |
D | The dimension of the complex this psite belongs to. | |
P | The type of point associated to this psite. |
mln::faces_psite< N, D, P >::faces_psite | ( | ) | [inline] |
mln::faces_psite< N, D, P >::faces_psite | ( | const p_faces< N, D, P > & | pf, | |
const topo::n_face< N, D > & | face | |||
) | [inline] |
void mln::faces_psite< N, D, P >::change_target | ( | const target & | new_target | ) | [inline] |
Set the target site_set.
References mln::p_faces< N, D, P >::cplx(), and mln::faces_psite< N, D, P >::invalidate().
topo::n_face< N, D > mln::faces_psite< N, D, P >::face | ( | ) | const [inline] |
Face handle manipulators.
Return the face handle of this point site.
Referenced by mln::operator!=(), and mln::operator==().
unsigned mln::faces_psite< N, D, P >::face_id | ( | ) | const [inline] |
Return the id of the face of this psite.
void mln::faces_psite< N, D, P >::invalidate | ( | ) | [inline] |
Invalidate this psite.
Referenced by mln::faces_psite< N, D, P >::change_target(), and mln::faces_psite< N, D, P >::faces_psite().
bool mln::faces_psite< N, D, P >::is_valid | ( | ) | const [inline] |
Psite manipulators.
Is this psite valid?
unsigned mln::faces_psite< N, D, P >::n | ( | ) | const [inline] |
Return the dimension of the face of this psite.
const p_faces< N, D, P > & mln::faces_psite< N, D, P >::site_set | ( | ) | const [inline] |
Return the p_faces this site is built on. (shortcut for *target()).
Referenced by mln::operator!=(), and mln::operator==().