Trigrad.DataTypes.Sample.DepthNeighbours C# (CSharp) Method

DepthNeighbours() public method

public DepthNeighbours ( int depth ) : List
depth int
return List
        public List<Sample> DepthNeighbours(int depth)
        {
            return depthSelect(this, depth);
        }