#include <stripcb.H>
Inheritance diagram for StripCB:
Public Member Functions | |
StripCB () | |
virtual | ~StripCB () |
virtual void | begin_faces (TriStrip *) |
virtual void | faceCB (CBvert *, CBface *) |
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 |
Definition at line 18 of file stripcb.H.
|
|
|
|
|
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 in IVNormalIterator, IVTriStripIterator, ColorIDStripCB, StripTexCoordsCB3, FlatShadeStripCB, XToonStripCB, StripTexCoordsCB2, MSLDStripCB, SmoothShadeStripCB, VertColorStripCB, ToonTexCB_1D, StripColorCB, GLStripCB, VertNormStripCB, and ToonTexCB. Definition at line 26 of file stripcb.H. Referenced by TriStrip::draw(). |
|
Reimplemented in ColorIDStripCB, and GLStripCB. Definition at line 36 of file stripcb.H. Referenced by VertStrip::draw(). |
|