Dag node class for shells.
#include <AlShellNode.h>
class AlShellNode : public AlDagNode
virtual ~AlShellNode();
virtual AlObject *copyWrapper() const;
virtual AlObjectType type() const;
AlShell* shell() const;
AlShell* shell(AlTM&) const;
This method provides DagNode level access to Shells. Use the shell method to get the actual AlShell underneath this DagNode.