#include <ref_img_client.H>
Inheritance diagram for RIC_array< T >:
Public Member Functions | |
RIC_array (int n=0) | |
RIC_array (const ARRAY< T * > &l) | |
int | draw (CVIEWptr &v) const |
int | draw_vis_ref () const |
int | draw_id_ref () const |
int | draw_id_ref_pre1 () const |
int | draw_id_ref_pre2 () const |
int | draw_id_ref_pre3 () const |
int | draw_id_ref_pre4 () const |
int | draw_color_ref () const |
int | draw_color_ref_2 () const |
int | draw_tex_mem_ref () const |
int | draw_ref_img (RefImageClient::ref_img_t t) const |
int | draw_final (CVIEWptr &v) const |
RefImageClient::ref_img_t | use_ref_image () const |
ARRAY (int m=0) | |
ARRAY (CARRAY< T * > &l) | |
int | num () const |
bool | empty () const |
bool | valid_index (int k) const |
void | set_unique () |
T ** | array () |
T *& | operator[] (int j) const |
T *& | last () const |
T *& | 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 T *&el) const |
bool | contains (const T *&el) const |
bool | add_uniquely (const T *&el) |
void | operator+= (const T *&el) |
ARRAY< T * > & | operator+= (CARRAY< T * > &b) |
void | add (const T *&p) |
void | push (const T *&p) |
void | insert (int ind, int num) |
bool | remove (int k) |
bool | operator-= (const T *&el) |
void | operator-= (CARRAY< T * > &l) |
bool | rem (const T *&p) |
T * | pop () |
bool | pull_index (int k) |
bool | pull_element (const T *&p) |
virtual void | shift (int p) |
ARRAY< T * > | extract (int start, int n) const |
virtual void | reverse () |
virtual void | sort (compare_func_t compare) |
Protected Member Functions | |
virtual void | set_index (const T *&, int) const |
virtual void | clear_index (const T *&) const |
virtual void | clear_ele (int) |
virtual void | clear_range (int i, int j) |
virtual void | append_ele (const T *&el) |
Protected Attributes | |
T ** | _array |
int | _num |
int | _max |
bool | _unique |
bool | _do_index |
Definition at line 126 of file ref_img_client.H.
|
Definition at line 131 of file ref_img_client.H. |
|
Definition at line 132 of file ref_img_client.H. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in BMD_array< T >, BMD_array< GTexture >, and BMD_array< Patch >. Definition at line 136 of file ref_img_client.H. |
|
Definition at line 180 of file ref_img_client.H. |
|
Definition at line 186 of file ref_img_client.H. |
|
Definition at line 204 of file ref_img_client.H. Referenced by BMESH::draw_final(). |
|
Definition at line 148 of file ref_img_client.H. |
|
Definition at line 154 of file ref_img_client.H. |
|
Definition at line 160 of file ref_img_client.H. |
|
Definition at line 166 of file ref_img_client.H. |
|
Definition at line 172 of file ref_img_client.H. |
|
Definition at line 198 of file ref_img_client.H. Referenced by BMESH::draw_ref_img(). |
|
Definition at line 192 of file ref_img_client.H. |
|
Definition at line 142 of file ref_img_client.H. Referenced by BMESH::draw_vis_ref(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 210 of file ref_img_client.H. Referenced by BMESH::use_ref_image(). |
|
|
|
|
|
|
|
|
|
|
|
|