qubx :: dataGTK :: TileCache :: Class TileCache
[hide private]
[frames] | no frames]

Class TileCache

source code

object --+
         |
        TileCache

Instance Methods [hide private]
 
__adjust_seg_tiles(self) source code
 
__expire_tile(self, tile, unmap=True) source code
 
__heappush_tile(self, tile) source code
 
__init__(self, i_signal, tiles_per_seg=3, tile_width=1024)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__prep_tile(self) source code
 
__tile_coords(self, i_in_seg)
Returns tile.i_left, i_in_tile.
source code
 
__update_tile(self, tile) source code
 
clear(self) source code
 
get_tile(self, view, i_seg, i_left, Nsigseg=1, baseline_nodes=True) source code
 
read(self, view, i_seg, i_left, lo, hi, gauss_lo, gauss_hi, Nsigseg=1, baseline_nodes=True) source code
 
set_i_signal(self, x) source code
 
set_samp_per_pix(self, x) source code
 
set_segs_onscreen(self, Iseg, Greal) source code
 
set_tile_width(self, x) source code
 
set_tiles_per_seg(self, x) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  i_signal
  samp_per_pix
  tile_width
  tiles_per_seg

Inherited from object: __class__

Method Details [hide private]

__init__(self, i_signal, tiles_per_seg=3, tile_width=1024)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

i_signal

Get Method:
unreachable(self)
Set Method:
unreachable(self, x)

samp_per_pix

Get Method:
unreachable(self)
Set Method:
unreachable(self, x)

tile_width

Get Method:
unreachable(self)
Set Method:
unreachable(self, x)

tiles_per_seg

Get Method:
unreachable(self)
Set Method:
unreachable(self, x)