|
bool | empty () const |
|
bool | not_empty () const |
|
void * | array (const unsigned *indices) const |
|
float & | flt (const unsigned *indices) const |
|
Vector2 & | vector2 (const unsigned *indices) const |
|
Vector3 & | vector3 (const unsigned *indices) const |
|
Vector4 & | vector4 (const unsigned *indices) const |
|
Vector3 & | normal (const unsigned *indices) const |
|
int & | integer (const unsigned *indices) const |
|
char *& | string (const unsigned *indices) const |
|
std::string & | stdstring (const unsigned *indices) const |
|
void *& | pointer (const unsigned *indices) const |
|
Matrix3 & | matrix3 (const unsigned *indices) const |
|
Matrix4 & | matrix4 (const unsigned *indices) const |
|
void | copy_to_channels (const unsigned *indices, VArray &out) const |
|
void | print_info () const |
|
Attribute reference class.
void AttribContext::copy_to_channels |
( |
const unsigned * |
indices, |
|
|
VArray & |
out |
|
) |
| const |
Copy the float data from the attribute to a VArray structure.
void AttribContext::print_info |
( |
| ) |
const |