function nodes = getChildren(this, varargin)
% GETCHILDREN Returns the handles of the nodes children

nodes = setdiff(this.find('-depth',1,varargin{:}),this);