35 #ifndef IE_COREHOUDINI_NODEHANDLE_H
36 #define IE_COREHOUDINI_NODEHANDLE_H
38 #include "OP/OP_Node.h"
39 #include "HOM/HOM_Node.h"
61 OP_Node *
node()
const;
66 boost::shared_ptr<HOM_Node> m_homNode;
72 #endif // IE_COREHOUDINI_NODEHANDLE_H
bool alive() const
Returns True if the OP_Node represented by this handle is still alive.
Definition: NodeHandle.h:47
The IECoreHoudini namespace holds all the functionality of libIECoreHoudini.
Definition: CoreHoudini.h:51
OP_Node * node() const
Returns a pointer to the OP_Node represented by this handle, or 0 if alive is false.