OpenVDB
12.0.0
|
This is the complete list of members for AttributeBindings, including all inherited members.
AttributeBindings()=default | AttributeBindings | |
AttributeBindings(const std::vector< std::pair< std::string, std::string >> &bindings) | AttributeBindings | inline |
AttributeBindings(const std::initializer_list< std::pair< std::string, std::string >> &bindings) | AttributeBindings | inline |
axNameBoundTo(const std::string &name) const | AttributeBindings | inline |
axToDataMap() const | AttributeBindings | inline |
dataNameBoundTo(const std::string &axname) const | AttributeBindings | inline |
dataToAXMap() const | AttributeBindings | inline |
isBoundAXName(const std::string &name) const | AttributeBindings | inline |
isBoundDataName(const std::string &name) const | AttributeBindings | inline |
operator==(const AttributeBindings &other) const | AttributeBindings | inline |
set(const std::string &axname, const std::string &dataname) | AttributeBindings | inline |
set(const std::vector< std::pair< std::string, std::string >> &bindings) | AttributeBindings | inline |