Detailed Description
Definition at line 10 of file FacetsGroupBase.hpp.
List of all members.
Public Member Functions |
|
| FacetsGroupBase (int time) |
|
| ~FacetsGroupBase () |
| | Deleting a FacetsGroup won't delete the facets, but it will reset the facetsGroup properties of the facets to 0.
|
|
int | time () |
|
bool | add (jafar::facetsmap::Facet *f) |
| | add a facet to the group, if the facets isn't allready part of a group
|
|
vFacets_it | remove (const vFacets_it &it) |
| | Remove the facet contained by the iterator and return an iterator on the next facet (or end)
|
|
void | changeRepere (jafar::facetsmap::Repere *r) |
| | This function change the base repere for all the member of this group.
|
|
const jafar::facetsmap::Repere * | repere () const |
|
jafar::facetsmap::Repere * | repere () |
|
int | size () const |
|
vFacets_cit | begin () const |
|
vFacets_it | begin () |
|
vFacets_cit | end () const |
|
vFacets_it | end () |
Private Attributes |
|
vFacets | m_groups |
|
Repere * | m_repere |
|
int | m_time |
Friends |
|
std::ostream & | operator<< (std::ostream &, const FacetsGroupBase &) |
| | implement operator <<
|
The documentation for this class was generated from the following file: