GRASS Programmer's Manual  6.4.2(2012)
vkrige.RBookgstatPanel Class Reference
Inheritance diagram for vkrige.RBookgstatPanel:
Collaboration diagram for vkrige.RBookgstatPanel:

Public Member Functions

def __init__
def HideOptions
def OnPlotButton
def plot
def refresh

Data Fields

 controller
 VariogramCheckBox
 ModelChoicebox
 model
 BIG WARNING: smell of code duplication.

Detailed Description

Subclass of RBookPanel, with specific gstat options and kriging functions. 

Definition at line 378 of file vkrige.py.


Constructor & Destructor Documentation

def vkrige.RBookgstatPanel.__init__ (   self,
  parent,
  Rinstance,
  controller,
  args,
  kwargs 
)

Definition at line 380 of file vkrige.py.


Member Function Documentation

def vkrige.RBookgstatPanel.HideOptions (   self,
  event 
)

Definition at line 423 of file vkrige.py.

def vkrige.RBookgstatPanel.OnPlotButton (   self,
  event 
)
Plots variogram with current options. 

Reimplemented from vkrige.RBookPanel.

Definition at line 436 of file vkrige.py.

Definition at line 476 of file vkrige.py.

References vkrige.RBookgstatPanel.refresh().

Definition at line 484 of file vkrige.py.

Referenced by vkrige.RBookgstatPanel.plot().


Field Documentation

Definition at line 380 of file vkrige.py.

BIG WARNING: smell of code duplication.

Fix this asap. emminchia! controller = Controller() # sed, if needed, controller = self.controller

Definition at line 439 of file vkrige.py.

Referenced by wxgui.GMFrame::OnDone(), and wxgui.GMFrame::OnRunModel().


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines