#include <bsimplex.H>
Inheritance diagram for Bsimplex::IDtable:


Public Member Functions | |
| IDtable (int max) | |
| ARRAY (int m=0) | |
| ARRAY (CARRAY< Bsimplex * > &l) | |
| int | num () const |
| bool | empty () const |
| bool | valid_index (int k) const |
| void | set_unique () |
| Bsimplex ** | array () |
| Bsimplex *& | operator[] (int j) const |
| Bsimplex *& | last () const |
| Bsimplex *& | first () const |
| void | begin_index () |
| void | end_index () |
| bool | is_indexing () const |
| virtual void | clear () |
| virtual void | truncate (int n) |
| virtual void | realloc (int new_max=0) |
| virtual int | get_index (const Bsimplex *&el) const |
| bool | contains (const Bsimplex *&el) const |
| bool | add_uniquely (const Bsimplex *&el) |
| void | operator+= (const Bsimplex *&el) |
| ARRAY< Bsimplex * > & | operator+= (CARRAY< Bsimplex * > &b) |
| void | add (const Bsimplex *&p) |
| void | push (const Bsimplex *&p) |
| void | insert (int ind, int num) |
| bool | remove (int k) |
| bool | operator-= (const Bsimplex *&el) |
| void | operator-= (CARRAY< Bsimplex * > &l) |
| bool | rem (const Bsimplex *&p) |
| Bsimplex * | pop () |
| bool | pull_index (int k) |
| bool | pull_element (const Bsimplex *&p) |
| virtual void | shift (int p) |
| ARRAY< Bsimplex * > | extract (int start, int n) const |
| virtual void | reverse () |
| virtual void | sort (compare_func_t compare) |
Protected Member Functions | |
| virtual void | set_index (const Bsimplex *&, int) const |
| virtual void | clear_index (const Bsimplex *&) const |
| virtual void | clear_ele (int) |
| virtual void | clear_range (int i, int j) |
| virtual void | append_ele (const Bsimplex *&el) |
Protected Attributes | |
| Bsimplex ** | _array |
| int | _num |
| int | _max |
| bool | _unique |
| bool | _do_index |
Definition at line 258 of file bsimplex.H.
|
|
Definition at line 260 of file bsimplex.H. |
|
|
|
|
|
|
|
|
Reimplemented in SimplexArray< Bsimplex_list, Bsimplex * >. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in SimplexArray< Bsimplex_list, Bsimplex * >. |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Reimplemented in SimplexArray< Bsimplex_list, Bsimplex * >. |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented in SimplexArray< Bsimplex_list, Bsimplex * >. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4