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

GELFILTlist Class Reference

#include <gel_filt.H>

Inheritance diagram for GELFILTlist:

Inheritance graph
[legend]
Collaboration diagram for GELFILTlist:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 GELFILTlist (int num=16)
 GELFILTlist (const GELFILTlist &l)
 GELFILTlist (GELFILT *filt)
virtual bool accept (CGELptr &gel)
virtual STAT_STR_RET class_name () const
 ARRAY (int m=0)
 ARRAY (CARRAY< GELFILT * > &l)
int num () const
bool empty () const
bool valid_index (int k) const
void set_unique ()
GELFILT ** array ()
GELFILT *& operator[] (int j) const
GELFILT *& last () const
GELFILT *& 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 GELFILT *&el) const
bool contains (const GELFILT *&el) const
bool add_uniquely (const GELFILT *&el)
void operator+= (const GELFILT *&el)
ARRAY< GELFILT * > & operator+= (CARRAY< GELFILT * > &b)
void add (const GELFILT *&p)
void push (const GELFILT *&p)
void insert (int ind, int num)
bool remove (int k)
bool operator-= (const GELFILT *&el)
void operator-= (CARRAY< GELFILT * > &l)
bool rem (const GELFILT *&p)
GELFILTpop ()
bool pull_index (int k)
bool pull_element (const GELFILT *&p)
virtual void shift (int p)
ARRAY< GELFILT * > extract (int start, int n) const
virtual void reverse ()
virtual void sort (compare_func_t compare)

Static Public Member Functions

static STAT_STR_RET static_name ()

Protected Member Functions

virtual void set_index (const GELFILT *&, int) const
virtual void clear_index (const GELFILT *&) const
virtual void clear_ele (int)
virtual void clear_range (int i, int j)
virtual void append_ele (const GELFILT *&el)

Protected Attributes

GELFILT ** _array
int _num
int _max
bool _unique
bool _do_index

Detailed Description

Definition at line 163 of file gel_filt.H.


Constructor & Destructor Documentation

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

Definition at line 166 of file gel_filt.H.

GELFILTlist::GELFILTlist const GELFILTlist l  )  [inline]
 

Definition at line 167 of file gel_filt.H.

GELFILTlist::GELFILTlist GELFILT filt  )  [inline]
 

Definition at line 168 of file gel_filt.H.


Member Function Documentation

virtual bool GELFILTlist::accept CGELptr gel  )  [inline, virtual]
 

Implements GELFILT.

Definition at line 171 of file gel_filt.H.

References ARRAY< GELFILT * >::_array, and ARRAY< GELFILT * >::_num.

Referenced by VIEW::intersect().

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

Definition at line 306 of file support.H.

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

Definition at line 289 of file support.H.

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

Definition at line 154 of file support.H.

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

Definition at line 189 of file support.H.

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

Definition at line 177 of file support.H.

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

Definition at line 173 of file support.H.

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

Definition at line 206 of file support.H.

virtual STAT_STR_RET GELFILT::class_name  )  const [inline, virtual, inherited]
 

Reimplemented in GELFILTpickable.

Definition at line 18 of file gel_filt.H.

References GELFILT::static_name().

Referenced by VIEW::intersect().

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

Definition at line 224 of file support.H.

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

Definition at line 143 of file support.H.

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

Definition at line 137 of file support.H.

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

Definition at line 146 of file support.H.

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

Definition at line 283 of file support.H.

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

Definition at line 185 of file support.H.

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

Definition at line 213 of file support.H.

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

Definition at line 417 of file support.H.

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

Definition at line 198 of file support.H.

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

Definition at line 275 of file support.H.

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

Definition at line 319 of file support.H.

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

Definition at line 219 of file support.H.

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

Definition at line 194 of file support.H.

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

Definition at line 184 of file support.H.

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

Definition at line 431 of file support.H.

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

Definition at line 298 of file support.H.

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

Definition at line 451 of file support.H.

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

Definition at line 352 of file support.H.

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

Definition at line 190 of file support.H.

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

Definition at line 357 of file support.H.

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

Definition at line 383 of file support.H.

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

Definition at line 366 of file support.H.

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

Definition at line 309 of file support.H.

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

Definition at line 252 of file support.H.

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

Definition at line 353 of file support.H.

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

Definition at line 333 of file support.H.

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

Definition at line 457 of file support.H.

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

Definition at line 136 of file support.H.

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

Definition at line 187 of file support.H.

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

Definition at line 389 of file support.H.

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

Definition at line 468 of file support.H.

STAT_STR_RET GELFILT::static_name  )  [static, inherited]
 

Reimplemented in GELFILTpickable.

Definition at line 7 of file gel_filt.C.

References RET_STAT_STR.

Referenced by GELFILT::class_name().

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

Definition at line 234 of file support.H.

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

Definition at line 186 of file support.H.


Member Data Documentation

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

Definition at line 121 of file support.H.

Referenced by accept().

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

Definition at line 125 of file support.H.

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

Definition at line 123 of file support.H.

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

Definition at line 122 of file support.H.

Referenced by accept().

bool ARRAY< GELFILT * >::_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:29 2006 for jot by  doxygen 1.4.4