omni::graph::core::GraphObj

Defined in omni/graph/core/Handle.h

struct GraphObj

Object representing an OmniGraph Graph.

Public Functions

inline bool isValid() const

Returns true if this object refers to a valid graph.

Public Members

IGraph *iGraph

Interface to functionality on the graph.

GraphHandle graphHandle

Opaque handle to actual underlying graph.