MaterialX 1.39.1
|
This is the complete list of members for AttributeDef, including all inherited members.
_attributeMap (defined in Element) | Element | protected |
_attributeOrder (defined in Element) | Element | protected |
_category (defined in Element) | Element | protected |
_childMap (defined in Element) | Element | protected |
_childOrder (defined in Element) | Element | protected |
_name (defined in Element) | Element | protected |
_parent (defined in Element) | Element | protected |
_root (defined in Element) | Element | protected |
_sourceUri (defined in Element) | Element | protected |
addChild(const string &name=EMPTY_STRING) | Element | |
addChildOfCategory(const string &category, string name=EMPTY_STRING) | Element | |
asA() | Element | |
asA() const | Element | |
asString() const | Element | |
AttributeDef(ElementPtr parent, const string &name) (defined in AttributeDef) | AttributeDef | inline |
ATTRNAME_ATTRIBUTE (defined in AttributeDef) | AttributeDef | static |
CATEGORY (defined in AttributeDef) | AttributeDef | static |
changeChildCategory(ElementPtr child, const string &category) | Element | |
clearContent() | Element | virtual |
COLOR_SPACE_ATTRIBUTE (defined in Element) | Element | static |
ConstDocumentPtr typedef (defined in Element) | Element | protected |
copyContentFrom(const ConstElementPtr &source) | Element | |
createStringResolver(const string &geom=EMPTY_STRING) const | Element | |
createValidChildName(string name) const | Element | inline |
DOC_ATTRIBUTE (defined in Element) | Element | static |
DocumentPtr typedef (defined in Element) | Element | protected |
Element(ElementPtr parent, const string &category, const string &name) (defined in Element) | Element | inlineprotected |
Element(const Element &)=delete (defined in Element) | Element | |
ELEMENTS_ATTRIBUTE (defined in AttributeDef) | AttributeDef | static |
EXPORTABLE_ATTRIBUTE (defined in AttributeDef) | AttributeDef | static |
FILE_PREFIX_ATTRIBUTE (defined in Element) | Element | static |
GEOM_PREFIX_ATTRIBUTE (defined in Element) | Element | static |
getActiveColorSpace() const | Element | inline |
getActiveFilePrefix() const | Element | inline |
getActiveGeomPrefix() const | Element | inline |
getActiveSourceUri() const | Element | inline |
getAncestorOfType() | Element | inline |
getAncestorOfType() const | Element | inline |
getAttribute(const string &attrib) const | Element | inline |
getAttributeNames() const | Element | inline |
getAttrName() const | AttributeDef | inline |
getCategory() const | Element | inline |
getChild(const string &name) const | Element | inline |
getChildIndex(const string &name) const | Element | |
getChildOfType(const string &name) const | Element | inline |
getChildren() const | Element | inline |
getChildrenOfType(const string &category=EMPTY_STRING) const | Element | inline |
getColorSpace() const | Element | inline |
getDescendant(const string &namePath) const | Element | |
getDocString() const | Element | inline |
getDocument() | Element | |
getDocument() const | Element | |
getElements() const | AttributeDef | inline |
getExportable() const | AttributeDef | inline |
getFilePrefix() const | Element | inline |
getGeomPrefix() const | Element | inline |
getInheritsFrom() const | Element | inline |
getInheritString() const | Element | inline |
getName() const | Element | inline |
getNamePath(ConstElementPtr relativeTo=nullptr) const | Element | |
getNamespace() const | Element | inline |
getParent() | Element | inline |
getParent() const | Element | inline |
getQualifiedName(const string &name) const | Element | inline |
getRoot() | Element | |
getRoot() const | Element | |
getSelf() | Element | inline |
getSelf() const | Element | inline |
getSelfNonConst() const (defined in Element) | Element | inlineprotected |
getSourceUri() const | Element | inline |
getType() const | TypedElement | inlinevirtual |
getTypedAttribute(const string &attrib) const | Element | inline |
getTypeDef() const | TypedElement | |
getUpstreamEdge(size_t index=0) const | Element | virtual |
getUpstreamEdgeCount() const | Element | inlinevirtual |
getUpstreamElement(size_t index=0) const | Element | |
getValue() const | AttributeDef | inline |
getValueString() const | AttributeDef | inline |
hasAttribute(const string &attrib) const | Element | inline |
hasAttrName() const | AttributeDef | inline |
hasColorSpace() const | Element | inline |
hasElements() const | AttributeDef | inline |
hasFilePrefix() const | Element | inline |
hasGeomPrefix() const | Element | inline |
hasInheritanceCycle() const | Element | |
hasInheritedBase(ConstElementPtr base) const | Element | |
hasInheritString() const | Element | inline |
hasNamespace() const | Element | inline |
hasSourceUri() const | Element | inline |
hasType() const | TypedElement | inline |
hasValue() const | AttributeDef | inline |
hasValueString() const | AttributeDef | inline |
INHERIT_ATTRIBUTE (defined in Element) | Element | static |
isA(const string &category=EMPTY_STRING) const | Element | inline |
isColorType() const | TypedElement | inline |
isMultiOutputType() const | TypedElement | inline |
NAME_ATTRIBUTE (defined in Element) | Element | static |
NAMESPACE_ATTRIBUTE (defined in Element) | Element | static |
operator!=(const Element &rhs) const | Element | |
operator=(const Element &)=delete (defined in Element) | Element | |
operator==(const Element &rhs) const | Element | |
registerChildElement(ElementPtr child) (defined in Element) | Element | protectedvirtual |
removeAttribute(const string &attrib) | Element | |
removeChild(const string &name) | Element | |
removeChildOfType(const string &name) | Element | inline |
resolveNameReference(const string &name, ConstElementPtr parent=nullptr) const (defined in Element) | Element | inlineprotected |
setAttribute(const string &attrib, const string &value) | Element | |
setAttrName(const string &name) | AttributeDef | inline |
setCategory(const string &category) | Element | inline |
setChildIndex(const string &name, int index) | Element | |
setColorSpace(const string &colorSpace) | Element | inline |
setDocString(const string &doc) | Element | inline |
setElements(const string &elements) | AttributeDef | inline |
setExportable(bool value) | AttributeDef | inline |
setFilePrefix(const string &prefix) | Element | inline |
setGeomPrefix(const string &prefix) | Element | inline |
setInheritsFrom(ConstElementPtr super) | Element | inline |
setInheritString(const string &inherit) | Element | inline |
setName(const string &name) | Element | |
setNamespace(const string &space) | Element | inline |
setSourceUri(const string &sourceUri) | Element | inline |
setType(const string &type) | TypedElement | inline |
setTypedAttribute(const string &attrib, const T &data) | Element | inline |
setValue(const T &value, const string &type=EMPTY_STRING) | AttributeDef | inline |
setValue(const char *value, const string &type=EMPTY_STRING) | AttributeDef | inline |
setValueString(const string &value) | AttributeDef | inline |
traverseGraph() const | Element | |
traverseInheritance() const | Element | |
traverseTree() const | Element | |
TYPE_ATTRIBUTE (defined in TypedElement) | TypedElement | static |
TypeDefPtr typedef (defined in TypedElement) | TypedElement | protected |
TypedElement(ElementPtr parent, const string &category, const string &name) (defined in TypedElement) | TypedElement | inlineprotected |
unregisterChildElement(ElementPtr child) (defined in Element) | Element | protectedvirtual |
validate(string *message=nullptr) const | Element | virtual |
validateRequire(bool expression, bool &res, string *message, const string &errorDesc) const (defined in Element) | Element | protected |
VALUE_ATTRIBUTE (defined in AttributeDef) | AttributeDef | static |
XPOS_ATTRIBUTE (defined in Element) | Element | static |
YPOS_ATTRIBUTE (defined in Element) | Element | static |
~AttributeDef() (defined in AttributeDef) | AttributeDef | inlinevirtual |
~Element() (defined in Element) | Element | inlinevirtual |
~TypedElement() (defined in TypedElement) | TypedElement | inlinevirtual |