PYME.LMVis.quadTreeSettings module

Created on Sat May 14 11:20:11 2016

@author: david

PYME.LMVis.quadTreeSettings.GenQuadTreePanel(visgui, pnl, title='Points')

Generate a ponts pane and insert into the given panel

class PYME.LMVis.quadTreeSettings.QuadTreeSettings(*args, **kwargs)

Bases: HasTraits

leafSize = <PYME.misc.mock_traits.CStr object>
class PYME.LMVis.quadTreeSettings.QuadTreeSettingsPanel(parent, pipeline, quadTreeSettings)

Bases: mClass

A GUI class for determining the settings to use when creating a QuadTree in VisGUI.

Constructed as follows: QuadTreeSettingsPanel(parent, pipeline, quadTreeSettings)

where:

parent is the parent window pipeline is the pipeline object quadTreeSettings is an instance of quadTreeSettings

OnQTLeafChange(event)