#include <GR_AttribOffset.h>

Public Types | |
| typedef const float *(* | ColorLookupFunc )(const void *data) |
Public Member Functions | |
| GR_AttribOffset () | |
| GR_AttribOffset (const GR_AttribOffset ©) | |
| GR_AttribOffset & | operator= (const GR_AttribOffset ©) |
| void | resetOffsets () |
| void | getShaderAttribOffsets (const GU_Detail *gdp, const RE_Material *mat) |
| void | getLookups (const GU_Detail *gdp, const GR_DisplayOption &dopt) |
| bool | hasVertexColors () const |
Public Attributes | |
| UT_IntArray | ptLocations |
| UT_IntArray | ptOffsets |
| UT_IntArray | ptSizes |
| UT_IntArray | vtxLocations |
| UT_IntArray | vtxOffsets |
| UT_IntArray | vtxSizes |
| ColorLookupFunc | colorLookup |
| int | ptColorLookupOffset |
| int | vtxColorLookupOffset |
GR/GR_BaryCenter.C, GR/GR_BoundingBox.C, and GR/GR_SimpleNoise.C.
Definition at line 29 of file GR_AttribOffset.h.
| typedef const float*(* GR_AttribOffset::ColorLookupFunc)(const void *data) |
Definition at line 32 of file GR_AttribOffset.h.
| GR_AttribOffset::GR_AttribOffset | ( | ) |
| GR_AttribOffset::GR_AttribOffset | ( | const GR_AttribOffset & | copy | ) |
| void GR_AttribOffset::getLookups | ( | const GU_Detail * | gdp, | |
| const GR_DisplayOption & | dopt | |||
| ) |
| void GR_AttribOffset::getShaderAttribOffsets | ( | const GU_Detail * | gdp, | |
| const RE_Material * | mat | |||
| ) |
| bool GR_AttribOffset::hasVertexColors | ( | ) | const [inline] |
Definition at line 51 of file GR_AttribOffset.h.
| GR_AttribOffset& GR_AttribOffset::operator= | ( | const GR_AttribOffset & | copy | ) |
| void GR_AttribOffset::resetOffsets | ( | ) |
Reimplemented from GU_DisplayAttribs.
Definition at line 63 of file GR_AttribOffset.h.
Definition at line 64 of file GR_AttribOffset.h.
Definition at line 56 of file GR_AttribOffset.h.
Definition at line 57 of file GR_AttribOffset.h.
Definition at line 58 of file GR_AttribOffset.h.
Definition at line 65 of file GR_AttribOffset.h.
Definition at line 59 of file GR_AttribOffset.h.
Definition at line 60 of file GR_AttribOffset.h.
Definition at line 61 of file GR_AttribOffset.h.
1.5.9