omni::graph::core::AttributeObj

Defined in omni/graph/core/Handle.h

struct AttributeObj

Object representing an OmniGraph Attribute.

Public Functions

inline bool isValid() const

Returns true if this object refers to a valid attribute.

Public Members

const IAttribute *iAttribute

Interface to functionality on the attribute.

AttributeHandle attributeHandle

Opaque handle to actual underlying attribute.