#include <GU_PolyCacheUV.h>

Public Member Functions | |
| GU_PolyCacheParmsUV (void) | |
| virtual | ~GU_PolyCacheParmsUV (void) |
| void | setPoly (GU_PrimPoly *poly) |
| GU_PrimPoly * | getPoly (void) const |
| void | setMaxSides (int sides) |
| int | getMaxSides () const |
| void | setOffset (int offset, bool is_vertex) |
| bool | isVertexAttrib () const |
| int | getOffset () const |
Definition at line 48 of file GU_PolyCacheUV.h.
| GU_PolyCacheParmsUV::GU_PolyCacheParmsUV | ( | void | ) | [inline] |
Definition at line 51 of file GU_PolyCacheUV.h.
| virtual GU_PolyCacheParmsUV::~GU_PolyCacheParmsUV | ( | void | ) | [virtual] |
| int GU_PolyCacheParmsUV::getMaxSides | ( | ) | const [inline] |
Definition at line 57 of file GU_PolyCacheUV.h.
| int GU_PolyCacheParmsUV::getOffset | ( | ) | const [inline] |
Definition at line 61 of file GU_PolyCacheUV.h.
| GU_PrimPoly* GU_PolyCacheParmsUV::getPoly | ( | void | ) | const [inline] |
Definition at line 55 of file GU_PolyCacheUV.h.
| bool GU_PolyCacheParmsUV::isVertexAttrib | ( | ) | const [inline] |
Definition at line 60 of file GU_PolyCacheUV.h.
| void GU_PolyCacheParmsUV::setMaxSides | ( | int | sides | ) | [inline] |
Definition at line 56 of file GU_PolyCacheUV.h.
| void GU_PolyCacheParmsUV::setOffset | ( | int | offset, | |
| bool | is_vertex | |||
| ) | [inline] |
Definition at line 58 of file GU_PolyCacheUV.h.
| void GU_PolyCacheParmsUV::setPoly | ( | GU_PrimPoly * | poly | ) | [inline] |
Definition at line 54 of file GU_PolyCacheUV.h.
1.5.9