Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Bsimplex::IDtable Class Reference

#include <bsimplex.H>

Inheritance diagram for Bsimplex::IDtable:

Inheritance graph
[legend]
Collaboration diagram for Bsimplex::IDtable:

Collaboration graph
[legend]
List of all members.

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)
Bsimplexpop ()
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

Detailed Description

Definition at line 258 of file bsimplex.H.


Constructor & Destructor Documentation

Bsimplex::IDtable::IDtable int  max  )  [inline]
 

Definition at line 260 of file bsimplex.H.


Member Function Documentation

void ARRAY< Bsimplex * >::add const Bsimplex * &  p  )  [inline, inherited]
 

Definition at line 306 of file support.H.

bool ARRAY< Bsimplex * >::add_uniquely const Bsimplex * &  el  )  [inline, inherited]
 

Definition at line 289 of file support.H.

virtual void ARRAY< Bsimplex * >::append_ele const Bsimplex * &  el  )  [inline, protected, virtual, inherited]
 

Reimplemented in SimplexArray< Bsimplex_list, Bsimplex * >.

Definition at line 154 of file support.H.

Bsimplex * * ARRAY< Bsimplex * >::array  )  [inline, inherited]
 

Definition at line 189 of file support.H.

ARRAY< Bsimplex * >::ARRAY CARRAY< Bsimplex * > &  l  )  [inline, inherited]
 

Definition at line 177 of file support.H.

ARRAY< Bsimplex * >::ARRAY int  m = 0  )  [inline, inherited]
 

Definition at line 173 of file support.H.

void ARRAY< Bsimplex * >::begin_index  )  [inline, inherited]
 

Definition at line 206 of file support.H.

virtual void ARRAY< Bsimplex * >::clear void   )  [inline, virtual, inherited]
 

Definition at line 224 of file support.H.

virtual void ARRAY< Bsimplex * >::clear_ele int   )  [inline, protected, virtual, inherited]
 

Definition at line 143 of file support.H.

virtual void ARRAY< Bsimplex * >::clear_index const Bsimplex * &   )  const [inline, protected, virtual, inherited]
 

Reimplemented in SimplexArray< Bsimplex_list, Bsimplex * >.

Definition at line 137 of file support.H.

virtual void ARRAY< Bsimplex * >::clear_range int  i,
int  j
[inline, protected, virtual, inherited]
 

Definition at line 146 of file support.H.

bool ARRAY< Bsimplex * >::contains const Bsimplex * &  el  )  const [inline, inherited]
 

Definition at line 283 of file support.H.

bool ARRAY< Bsimplex * >::empty  )  const [inline, inherited]
 

Definition at line 185 of file support.H.

void ARRAY< Bsimplex * >::end_index  )  [inline, inherited]
 

Definition at line 213 of file support.H.

ARRAY<Bsimplex * > ARRAY< Bsimplex * >::extract int  start,
int  n
const [inline, inherited]
 

Definition at line 417 of file support.H.

Bsimplex * & ARRAY< Bsimplex * >::first  )  const [inline, inherited]
 

Definition at line 198 of file support.H.

virtual int ARRAY< Bsimplex * >::get_index const Bsimplex * &  el  )  const [inline, virtual, inherited]
 

Reimplemented in SimplexArray< Bsimplex_list, Bsimplex * >.

Definition at line 275 of file support.H.

void ARRAY< Bsimplex * >::insert int  ind,
int  num
[inline, inherited]
 

Definition at line 319 of file support.H.

bool ARRAY< Bsimplex * >::is_indexing  )  const [inline, inherited]
 

Definition at line 219 of file support.H.

Bsimplex * & ARRAY< Bsimplex * >::last  )  const [inline, inherited]
 

Definition at line 194 of file support.H.

int ARRAY< Bsimplex * >::num  )  const [inline, inherited]
 

Definition at line 184 of file support.H.

ARRAY<Bsimplex * >& ARRAY< Bsimplex * >::operator+= CARRAY< Bsimplex * > &  b  )  [inline, inherited]
 

Definition at line 431 of file support.H.

void ARRAY< Bsimplex * >::operator+= const Bsimplex * &  el  )  [inline, inherited]
 

Definition at line 298 of file support.H.

void ARRAY< Bsimplex * >::operator-= CARRAY< Bsimplex * > &  l  )  [inline, inherited]
 

Definition at line 451 of file support.H.

bool ARRAY< Bsimplex * >::operator-= const Bsimplex * &  el  )  [inline, inherited]
 

Definition at line 352 of file support.H.

Bsimplex * & ARRAY< Bsimplex * >::operator[] int  j  )  const [inline, inherited]
 

Definition at line 190 of file support.H.

Bsimplex * ARRAY< Bsimplex * >::pop  )  [inline, inherited]
 

Definition at line 357 of file support.H.

bool ARRAY< Bsimplex * >::pull_element const Bsimplex * &  p  )  [inline, inherited]
 

Definition at line 383 of file support.H.

bool ARRAY< Bsimplex * >::pull_index int  k  )  [inline, inherited]
 

Definition at line 366 of file support.H.

void ARRAY< Bsimplex * >::push const Bsimplex * &  p  )  [inline, inherited]
 

Definition at line 309 of file support.H.

virtual void ARRAY< Bsimplex * >::realloc int  new_max = 0  )  [inline, virtual, inherited]
 

Definition at line 252 of file support.H.

bool ARRAY< Bsimplex * >::rem const Bsimplex * &  p  )  [inline, inherited]
 

Definition at line 353 of file support.H.

bool ARRAY< Bsimplex * >::remove int  k  )  [inline, inherited]
 

Definition at line 333 of file support.H.

virtual void ARRAY< Bsimplex * >::reverse  )  [inline, virtual, inherited]
 

Definition at line 457 of file support.H.

virtual void ARRAY< Bsimplex * >::set_index const Bsimplex * &  ,
int 
const [inline, protected, virtual, inherited]
 

Reimplemented in SimplexArray< Bsimplex_list, Bsimplex * >.

Definition at line 136 of file support.H.

void ARRAY< Bsimplex * >::set_unique  )  [inline, inherited]
 

Definition at line 187 of file support.H.

virtual void ARRAY< Bsimplex * >::shift int  p  )  [inline, virtual, inherited]
 

Definition at line 389 of file support.H.

virtual void ARRAY< Bsimplex * >::sort compare_func_t  compare  )  [inline, virtual, inherited]
 

Definition at line 468 of file support.H.

virtual void ARRAY< Bsimplex * >::truncate int  n  )  [inline, virtual, inherited]
 

Definition at line 234 of file support.H.

bool ARRAY< Bsimplex * >::valid_index int  k  )  const [inline, inherited]
 

Definition at line 186 of file support.H.


Member Data Documentation

Bsimplex * * ARRAY< Bsimplex * >::_array [protected, inherited]
 

Definition at line 121 of file support.H.

bool ARRAY< Bsimplex * >::_do_index [protected, inherited]
 

Definition at line 125 of file support.H.

int ARRAY< Bsimplex * >::_max [protected, inherited]
 

Definition at line 123 of file support.H.

int ARRAY< Bsimplex * >::_num [protected, inherited]
 

Definition at line 122 of file support.H.

bool ARRAY< Bsimplex * >::_unique [protected, inherited]
 

Definition at line 124 of file support.H.


The documentation for this class was generated from the following file:
Generated on Mon Sep 18 11:44:38 2006 for jot by  doxygen 1.4.4