Blender V2.61 - r43446
|
#include <attribute.h>
Public Member Functions | |
AttributeRequest (ustring name_) | |
AttributeRequest (Attribute::Standard std) | |
Public Attributes | |
ustring | name |
Attribute::Standard | std |
TypeDesc | type |
AttributeElement | element |
int | offset |
Definition at line 120 of file attribute.h.
AttributeRequest::AttributeRequest | ( | ustring | name_ | ) |
Definition at line 239 of file attribute.cpp.
References ATTR_ELEMENT_NONE, element, name, offset, std, Attribute::STD_NONE, and type.
AttributeRequest::AttributeRequest | ( | Attribute::Standard | std | ) |
Definition at line 249 of file attribute.cpp.
References ATTR_ELEMENT_NONE, element, name, offset, std, and type.
Definition at line 127 of file attribute.h.
Referenced by AttributeRequest(), MeshManager::device_update_attributes(), MeshManager::update_osl_attributes(), and MeshManager::update_svm_attributes().
ustring AttributeRequest::name |
Definition at line 122 of file attribute.h.
Referenced by AttributeRequestSet::add(), AttributeRequest(), AttributeRequestSet::find(), AttributeSet::find(), MeshManager::update_osl_attributes(), and MeshManager::update_svm_attributes().
Definition at line 128 of file attribute.h.
Referenced by AttributeRequest(), MeshManager::device_update_attributes(), MeshManager::update_osl_attributes(), and MeshManager::update_svm_attributes().
Definition at line 123 of file attribute.h.
Referenced by AttributeRequestSet::add(), AttributeRequest(), MeshManager::device_update_attributes(), AttributeRequestSet::find(), AttributeSet::find(), MeshManager::update_osl_attributes(), and MeshManager::update_svm_attributes().
TypeDesc AttributeRequest::type |
Definition at line 126 of file attribute.h.
Referenced by AttributeRequest(), MeshManager::device_update_attributes(), MeshManager::update_osl_attributes(), and MeshManager::update_svm_attributes().