www.gusucode.com > robotalgs 工具箱 matlab源码程序 > robotalgs/+robotics/+algs/+internal/GridAccess.m

    classdef (Abstract, Hidden)GridAccess < handle
    %This class is for internal use only. It may be removed in the future.
    
    %   This class allows access to selected private properties and methods
    %   on the BinaryOccupancyGrid class.
    
    %   Copyright 2014-2015 The MathWorks, Inc.
    
    %#codegen
end