#include <GU_PolyCache.h>

Public Member Functions | |
| GU_PolyCacheParms (void) | |
| virtual | ~GU_PolyCacheParms (void) |
| void | setPoly (GU_PrimPoly *poly) |
| GU_PrimPoly * | getPoly (void) const |
| void | setMaxSides (int sides) |
| int | getMaxSides () const |
Definition at line 48 of file GU_PolyCache.h.
| GU_PolyCacheParms::GU_PolyCacheParms | ( | void | ) | [inline] |
Definition at line 51 of file GU_PolyCache.h.
| virtual GU_PolyCacheParms::~GU_PolyCacheParms | ( | void | ) | [virtual] |
| int GU_PolyCacheParms::getMaxSides | ( | ) | const [inline] |
Definition at line 57 of file GU_PolyCache.h.
| GU_PrimPoly* GU_PolyCacheParms::getPoly | ( | void | ) | const [inline] |
Definition at line 55 of file GU_PolyCache.h.
| void GU_PolyCacheParms::setMaxSides | ( | int | sides | ) | [inline] |
Definition at line 56 of file GU_PolyCache.h.
| void GU_PolyCacheParms::setPoly | ( | GU_PrimPoly * | poly | ) | [inline] |
Definition at line 54 of file GU_PolyCache.h.
1.5.9