#include <bmesh.H>
Inheritance diagram for Patch_list:
Public Member Functions | |
BMD_array (int n=0) | |
BMD_array (const RIC_array< Patch > &list) | |
int | draw (CVIEWptr &v) const |
RIC_array (int n=0) | |
RIC_array (const ARRAY< Patch * > &l) | |
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< Patch * > &l) | |
int | num () const |
bool | empty () const |
bool | valid_index (int k) const |
void | set_unique () |
Patch ** | array () |
Patch *& | operator[] (int j) const |
Patch *& | last () const |
Patch *& | 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 Patch *&el) const |
bool | contains (const Patch *&el) const |
bool | add_uniquely (const Patch *&el) |
void | operator+= (const Patch *&el) |
ARRAY< Patch * > & | operator+= (CARRAY< Patch * > &b) |
void | add (const Patch *&p) |
void | push (const Patch *&p) |
void | insert (int ind, int num) |
bool | remove (int k) |
bool | operator-= (const Patch *&el) |
void | operator-= (CARRAY< Patch * > &l) |
bool | rem (const Patch *&p) |
Patch * | pop () |
bool | pull_index (int k) |
bool | pull_element (const Patch *&p) |
virtual void | shift (int p) |
ARRAY< Patch * > | extract (int start, int n) const |
virtual void | reverse () |
virtual void | sort (compare_func_t compare) |
MANAGERS | |
Patch_list (int n=0) | |
Patch_list (const Patch_list &list) | |
Convenience methods | |
double | min_alpha () const |
void | delete_all () |
void | creases_changed () const |
void | triangulation_changed () const |
void | write_stream (ostream &os) const |
Protected Member Functions | |
virtual void | set_index (const Patch *&, int) const |
virtual void | clear_index (const Patch *&) const |
virtual void | clear_ele (int) |
virtual void | clear_range (int i, int j) |
virtual void | append_ele (const Patch *&el) |
Protected Attributes | |
Patch ** | _array |
int | _num |
int | _max |
bool | _unique |
bool | _do_index |
Definition at line 28 of file bmesh.H.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 51 of file drawable.H. |
|
Definition at line 50 of file drawable.H. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 713 of file patch.H. References ARRAY< Patch * >::_array, ARRAY< Patch * >::_num, and Patch::creases_changed(). Referenced by BMESH::changed(). |
|
Definition at line 734 of file patch.H. References ARRAY< Patch * >::empty(), and ARRAY< Patch * >::pop(). Referenced by BMESH::delete_elements(), and BMESH::delete_patches(). |
|
Reimplemented from RIC_array< Patch >. Definition at line 54 of file drawable.H. References ARRAY< T * >::num(). |
|
Definition at line 180 of file ref_img_client.H. References ARRAY< T * >::num(). |
|
Definition at line 186 of file ref_img_client.H. References ARRAY< T * >::num(). |
|
Definition at line 204 of file ref_img_client.H. References ARRAY< T * >::num(). |
|
Definition at line 148 of file ref_img_client.H. References ARRAY< T * >::num(). |
|
Definition at line 154 of file ref_img_client.H. References ARRAY< T * >::num(). |
|
Definition at line 160 of file ref_img_client.H. References ARRAY< T * >::num(). |
|
Definition at line 166 of file ref_img_client.H. References ARRAY< T * >::num(). |
|
Definition at line 172 of file ref_img_client.H. References ARRAY< T * >::num(). |
|
Definition at line 198 of file ref_img_client.H. References ARRAY< T * >::num(). |
|
Definition at line 192 of file ref_img_client.H. References ARRAY< T * >::num(). |
|
Definition at line 142 of file ref_img_client.H. References ARRAY< T * >::num(). |
|
Definition at line 185 of file support.H. Referenced by delete_all(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 741 of file patch.H. References ARRAY< Patch * >::_array, ARRAY< Patch * >::_num, and min(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 357 of file support.H. Referenced by delete_all(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 132 of file ref_img_client.H. |
|
Definition at line 131 of file ref_img_client.H. |
|
|
|
|
|
|
|
|
|
Definition at line 720 of file patch.H. References ARRAY< Patch * >::_array, ARRAY< Patch * >::_num, and Patch::triangulation_changed(). Referenced by BMESH::changed(). |
|
|
|
Definition at line 210 of file ref_img_client.H. References ARRAY< T * >::num(), and RefImageClient::REF_IMG_NONE. |
|
|
|
Definition at line 727 of file patch.H. References ARRAY< Patch * >::_array, ARRAY< Patch * >::_num, and Patch::write_stream(). Referenced by BMESH::write_patches(). |
|
Definition at line 121 of file support.H. Referenced by creases_changed(), min_alpha(), triangulation_changed(), and write_stream(). |
|
|
|
|
|
Definition at line 122 of file support.H. Referenced by creases_changed(), min_alpha(), triangulation_changed(), and write_stream(). |
|
|