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

FACElist Class Reference

#include <body.H>

Inheritance diagram for FACElist:

Inheritance graph
[legend]
Collaboration diagram for FACElist:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 FACElist (int num=16)
 ARRAY (int m=0)
 ARRAY (CARRAY< mlib::Point3i > &l)
int num () const
bool empty () const
bool valid_index (int k) const
void set_unique ()
mlib::Point3iarray ()
mlib::Point3ioperator[] (int j) const
mlib::Point3ilast () const
mlib::Point3ifirst () 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 mlib::Point3i &el) const
bool contains (const mlib::Point3i &el) const
bool add_uniquely (const mlib::Point3i &el)
void operator+= (const mlib::Point3i &el)
ARRAY< mlib::Point3i > & operator+= (CARRAY< mlib::Point3i > &b)
void add (const mlib::Point3i &p)
void push (const mlib::Point3i &p)
void insert (int ind, int num)
bool remove (int k)
bool operator-= (const mlib::Point3i &el)
void operator-= (CARRAY< mlib::Point3i > &l)
bool rem (const mlib::Point3i &p)
mlib::Point3i pop ()
bool pull_index (int k)
bool pull_element (const mlib::Point3i &p)
virtual void shift (int p)
ARRAY< mlib::Point3iextract (int start, int n) const
virtual void reverse ()
virtual void sort (compare_func_t compare)

Protected Member Functions

virtual void set_index (const mlib::Point3i &, int) const
virtual void clear_index (const mlib::Point3i &) const
virtual void clear_ele (int)
virtual void clear_range (int i, int j)
virtual void append_ele (const mlib::Point3i &el)

Protected Attributes

mlib::Point3i_array
int _num
int _max
bool _unique
bool _do_index

Detailed Description

Definition at line 23 of file body.H.


Constructor & Destructor Documentation

FACElist::FACElist int  num = 16  )  [inline]
 

Definition at line 25 of file body.H.


Member Function Documentation

void ARRAY< mlib::Point3i >::add const mlib::Point3i p  )  [inline, inherited]
 

Definition at line 306 of file support.H.

bool ARRAY< mlib::Point3i >::add_uniquely const mlib::Point3i el  )  [inline, inherited]
 

Definition at line 289 of file support.H.

virtual void ARRAY< mlib::Point3i >::append_ele const mlib::Point3i el  )  [inline, protected, virtual, inherited]
 

Definition at line 154 of file support.H.

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

Definition at line 189 of file support.H.

ARRAY< mlib::Point3i >::ARRAY CARRAY< mlib::Point3i > &  l  )  [inline, inherited]
 

Definition at line 177 of file support.H.

ARRAY< mlib::Point3i >::ARRAY int  m = 0  )  [inline, inherited]
 

Definition at line 173 of file support.H.

void ARRAY< mlib::Point3i >::begin_index  )  [inline, inherited]
 

Definition at line 206 of file support.H.

virtual void ARRAY< mlib::Point3i >::clear void   )  [inline, virtual, inherited]
 

Definition at line 224 of file support.H.

virtual void ARRAY< mlib::Point3i >::clear_ele int   )  [inline, protected, virtual, inherited]
 

Definition at line 143 of file support.H.

virtual void ARRAY< mlib::Point3i >::clear_index const mlib::Point3i  )  const [inline, protected, virtual, inherited]
 

Definition at line 137 of file support.H.

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

Definition at line 146 of file support.H.

bool ARRAY< mlib::Point3i >::contains const mlib::Point3i el  )  const [inline, inherited]
 

Definition at line 283 of file support.H.

bool ARRAY< mlib::Point3i >::empty  )  const [inline, inherited]
 

Definition at line 185 of file support.H.

void ARRAY< mlib::Point3i >::end_index  )  [inline, inherited]
 

Definition at line 213 of file support.H.

ARRAY<mlib::Point3i > ARRAY< mlib::Point3i >::extract int  start,
int  n
const [inline, inherited]
 

Definition at line 417 of file support.H.

mlib::Point3i & ARRAY< mlib::Point3i >::first  )  const [inline, inherited]
 

Definition at line 198 of file support.H.

virtual int ARRAY< mlib::Point3i >::get_index const mlib::Point3i el  )  const [inline, virtual, inherited]
 

Definition at line 275 of file support.H.

void ARRAY< mlib::Point3i >::insert int  ind,
int  num
[inline, inherited]
 

Definition at line 319 of file support.H.

bool ARRAY< mlib::Point3i >::is_indexing  )  const [inline, inherited]
 

Definition at line 219 of file support.H.

mlib::Point3i & ARRAY< mlib::Point3i >::last  )  const [inline, inherited]
 

Definition at line 194 of file support.H.

int ARRAY< mlib::Point3i >::num  )  const [inline, inherited]
 

Definition at line 184 of file support.H.

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

Definition at line 431 of file support.H.

void ARRAY< mlib::Point3i >::operator+= const mlib::Point3i el  )  [inline, inherited]
 

Definition at line 298 of file support.H.

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

Definition at line 451 of file support.H.

bool ARRAY< mlib::Point3i >::operator-= const mlib::Point3i el  )  [inline, inherited]
 

Definition at line 352 of file support.H.

mlib::Point3i & ARRAY< mlib::Point3i >::operator[] int  j  )  const [inline, inherited]
 

Definition at line 190 of file support.H.

mlib::Point3i ARRAY< mlib::Point3i >::pop  )  [inline, inherited]
 

Definition at line 357 of file support.H.

bool ARRAY< mlib::Point3i >::pull_element const mlib::Point3i p  )  [inline, inherited]
 

Definition at line 383 of file support.H.

bool ARRAY< mlib::Point3i >::pull_index int  k  )  [inline, inherited]
 

Definition at line 366 of file support.H.

void ARRAY< mlib::Point3i >::push const mlib::Point3i p  )  [inline, inherited]
 

Definition at line 309 of file support.H.

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

Definition at line 252 of file support.H.

bool ARRAY< mlib::Point3i >::rem const mlib::Point3i p  )  [inline, inherited]
 

Definition at line 353 of file support.H.

bool ARRAY< mlib::Point3i >::remove int  k  )  [inline, inherited]
 

Definition at line 333 of file support.H.

virtual void ARRAY< mlib::Point3i >::reverse  )  [inline, virtual, inherited]
 

Definition at line 457 of file support.H.

virtual void ARRAY< mlib::Point3i >::set_index const mlib::Point3i ,
int 
const [inline, protected, virtual, inherited]
 

Definition at line 136 of file support.H.

void ARRAY< mlib::Point3i >::set_unique  )  [inline, inherited]
 

Definition at line 187 of file support.H.

virtual void ARRAY< mlib::Point3i >::shift int  p  )  [inline, virtual, inherited]
 

Definition at line 389 of file support.H.

virtual void ARRAY< mlib::Point3i >::sort compare_func_t  compare  )  [inline, virtual, inherited]
 

Definition at line 468 of file support.H.

virtual void ARRAY< mlib::Point3i >::truncate int  n  )  [inline, virtual, inherited]
 

Definition at line 234 of file support.H.

bool ARRAY< mlib::Point3i >::valid_index int  k  )  const [inline, inherited]
 

Definition at line 186 of file support.H.


Member Data Documentation

mlib::Point3i * ARRAY< mlib::Point3i >::_array [protected, inherited]
 

Definition at line 121 of file support.H.

bool ARRAY< mlib::Point3i >::_do_index [protected, inherited]
 

Definition at line 125 of file support.H.

int ARRAY< mlib::Point3i >::_max [protected, inherited]
 

Definition at line 123 of file support.H.

int ARRAY< mlib::Point3i >::_num [protected, inherited]
 

Definition at line 122 of file support.H.

bool ARRAY< mlib::Point3i >::_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:45:19 2006 for jot by  doxygen 1.4.4