Public Member Functions | |
IVNormalIterator (Formatter *form) | |
virtual void | faceCB (CBvert *, CBface *f) |
virtual void | begin_faces (TriStrip *) |
virtual void | end_faces (TriStrip *) |
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 | |
Formatter * | _form |
Definition at line 69 of file sm2iv.C.
|
|
|
Reimplemented in StripColorCB, and GLStripCB. Definition at line 30 of file stripcb.H. Referenced by EdgeStrip::draw(). |
|
Reimplemented in IVTriStripIterator, StripColorCB, and GLStripCB. Definition at line 25 of file stripcb.H. Referenced by TriStrip::draw(). |
|
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 in IVTriStripIterator, and GLStripCB. Definition at line 27 of file stripcb.H. Referenced by TriStrip::draw(). |
|
Reimplemented in GLStripCB. Definition at line 37 of file stripcb.H. Referenced by VertStrip::draw(). |
|
Reimplemented from StripCB. Definition at line 75 of file sm2iv.C. References _form, comma(), Bface::norm(), and Formatter::write(). |
|
Reimplemented in ColorIDStripCB, and GLStripCB. Definition at line 36 of file stripcb.H. Referenced by VertStrip::draw(). |
|
Definition at line 71 of file sm2iv.C. Referenced by faceCB(). |
|