Public Member Functions | |
IVTriStripIterator (Formatter *form) | |
virtual void | begin_faces (TriStrip *str) |
virtual void | faceCB (CBvert *v, CBface *) |
virtual void | end_faces (TriStrip *) |
void | set_left (int left) |
virtual void | begin_edges (EdgeStrip *) |
virtual void | edgeCB (CBvert *, CBedge *) |
virtual void | end_edges (EdgeStrip *) |
virtual void | begin_verts (VertStrip *) |
virtual void | vertCB (CBvert *) |
virtual void | end_verts (VertStrip *) |
Public Attributes | |
double | alpha |
Protected Attributes | |
ostream * | _os |
Formatter * | _form |
int | _left |
Definition at line 100 of file sm2iv.C.
|
|
|
Reimplemented in StripColorCB, and GLStripCB. Definition at line 30 of file stripcb.H. Referenced by EdgeStrip::draw(). |
|
Reimplemented from StripCB. Definition at line 108 of file sm2iv.C. References _form, _left, comma(), TriStrip::verts(), and Formatter::write(). |
|
Reimplemented in StripColorCB, and GLStripCB. Definition at line 35 of file stripcb.H. Referenced by VertStrip::draw(). |
|
Reimplemented in ColorIDStripCB, StripColorCB, and GLStripCB. Definition at line 31 of file stripcb.H. Referenced by EdgeStrip::draw(). |
|
Reimplemented in GLStripCB. Definition at line 32 of file stripcb.H. Referenced by EdgeStrip::draw(). |
|
Reimplemented from StripCB. Definition at line 116 of file sm2iv.C. References _form, _left, comma(), and Formatter::write(). |
|
Reimplemented in GLStripCB. Definition at line 37 of file stripcb.H. Referenced by VertStrip::draw(). |
|
Reimplemented from StripCB. Definition at line 113 of file sm2iv.C. References _form, comma(), Bvert::index(), and Formatter::write(). |
|
Definition at line 120 of file sm2iv.C. References _left. Referenced by write_strips(). |
|
Reimplemented in ColorIDStripCB, and GLStripCB. Definition at line 36 of file stripcb.H. Referenced by VertStrip::draw(). |
|
Definition at line 103 of file sm2iv.C. Referenced by begin_faces(), end_faces(), and faceCB(). |
|
Definition at line 104 of file sm2iv.C. Referenced by begin_faces(), end_faces(), and set_left(). |
|
|
|