代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/376212/9324732
m dobathymetry.m
function theResult = dobathymetry(self, itNeedsUpdate)
% seagrid/dobathymetry -- Attach bathymetry to grid.
% dobathymetry(self) grids and draws bathymetry on
% the grid, on behalf of self, a "sea
www.eeworm.com/read/376212/9324752
m doticks.m
function theResult = doticks(self, autoBounds)
% seagrid/doticks -- Geographic tick-marks.
% doticks(self) updates the geographic tickmarks
% on behalf of self, a seagrid object.
% doticks(self,
www.eeworm.com/read/376212/9324826
m dosave.m
function theResult = dosave(self, theFilename)
% seagrid/dosave -- Save a grid.
% dosave(self, 'theFilename') saves the grid and other
% information associated with self, a "seagrid" object,
% t
www.eeworm.com/read/376212/9324836
m domask.m
function theResult = domask(self, needsUpdate)
% seagrid/domask -- Compute the "seagrid" mask.
% domask(self) computes the mask for self,
% a "seagrid" object. Non-zero mask-values
% denote lan
www.eeworm.com/read/376212/9324840
m doupdate.m
function theResult = doupdate(self, needsUpdate)
% seagrid/doupdate -- Update a "seagrid" object.
% doupdate(self) updates self, a "seagrid" object.
% If the "itNeedsUpdate" flag of self is logica
www.eeworm.com/read/376212/9324877
m psset.m
function theResult = psset(self, theField, theValue)
% ps/psset -- Set a "ps" field value.
% psset(self, 'theField', thevalue) sets the value
% of 'theField' associated with self, a "ps" object,
%
www.eeworm.com/read/376212/9324886
m menu.m
function [theResult, theMenuHandles] = menu(self, theLabels)
% ps/menu -- Add a menu to a "ps" window.
% menu(self, {theLabels}) adds menus using {theLabels},
% a cell-array of strings, to the "ps
www.eeworm.com/read/376212/9324897
m help_events.m
function theResult = help_events(self, varargin)
% Whenever a mouse event occurs on a "ps" object,
% a callback reading "psevent theEventName" is executed,
% where theEventName will be something l
www.eeworm.com/read/376212/9324900
m doview.m
function theResult = doview(self, varargin)
% ps/view -- Toggle between view(2) and view(3).
% view(self) toggles the view of axes associated
% with self, a "ps" object.
% Copyright (C) 1999 Dr.
www.eeworm.com/read/376212/9324906
m doevent.m
function theResult = doevent(self, theEvent, theMessage, varargin)
% ps/doevent -- Call "ps" event handler.
% doevent(self, theEvent, theMessage) calls the registered
% event handler on behalf of