omni::graph::core::GraphContextObj

Defined in omni/graph/core/Handle.h

struct GraphContextObj

Object representing an OmniGraph GraphContext.

Public Functions

inline bool isValid() const

Returns true if this object refers to a valid graph context.

Public Members

const IGraphContext *iContext

Interfaces to functionality on the context.

const IBundle *iBundle

Cached ABI interface pointer.

const IAttributeData *iAttributeData

Cached ABI interface pointer.

const omni::fabric::IToken *iToken

Cached ABI interface pointer.

const omni::fabric::IPath *iPath

Cached ABI interface pointer.

GraphContextHandle contextHandle

Opaque handle to actual underlying graph context.