![]() |
OpendTect-6_4
6.4
|
DataPointSet crossplotter. More...
Classes | |
| class | AxisData |
| struct | Setup |
Public Member Functions | |
| uiDataPointSetCrossPlotter (uiParent *, uiDataPointSet &, const Setup &) | |
| ~uiDataPointSetCrossPlotter () | |
| const Setup & | setup () const |
| Setup & | setup () |
| void | setCols (DataPointSet::ColID x, DataPointSet::ColID y, DataPointSet::ColID y2) |
| void | setOverlayY1Cols (DataPointSet::ColID y3) |
| void | setOverlayY2Cols (DataPointSet::ColID y3) |
| DataPointSet::RowID | selRow () const |
| bool | selRowIsY2 () const |
| void | dataChanged () |
| Only use if you know what you're doing. More... | |
| int | getRow (const AxisData &, uiPoint) const |
| void | drawData (const AxisData &, bool y2, bool rempts=false) |
| void | drawRegrLine (uiAxisHandler &, const Interval< int > &) |
| void | prepareItems (bool y2) |
| void | addItemIfNew (int itmidx, MarkerStyle2D &, uiGraphicsItemGroup *, uiAxisHandler &, uiDataPointSet::DRowID, bool) |
| void | setItem (uiGraphicsItem *, bool y2, const uiPoint &) |
| void | setAnnotEndTxt (uiAxisHandler &) |
| int | calcDensity (Array2D< float > *, bool chgdps=false, bool removesel=false, bool isy2=false, int areatyp=0, Interval< int > *cellsz=0, Array2D< float > *freqdata=0) |
| int | calculateDensity (Array2D< float > *, bool chgdps=false, bool removesel=false) |
| void | drawDensityPlot (bool removesel=false) |
| bool | drawPoints (uiGraphicsItemGroup *, const AxisData &, bool y2, MarkerStyle2D &, bool rempt=false) |
| void | removeSelectionItems () |
| void | setSceneSelectable (bool yn) |
| bool | isSceneSelectable () const |
| void | setSelectable (bool y1, bool y2) |
| void | removeSelections (bool relfrmselgrp=true) |
| void | deleteSelections () |
| float | getSelectedness (uiDataPointSet::DRowID, bool fory2) |
| void | checkSelection (uiDataPointSet::DRowID, uiGraphicsItem *, bool, const AxisData &, bool rempt=false) |
| bool | checkSelArea (const SelectionArea &) const |
| AxisData::AutoScalePars & | autoScalePars (int ax) |
| uiAxisHandler * | axisHandler (int ax) |
| const uiAxisHandler * | axisHandler (int ax) const |
| const LinStats2D & | linStats (bool y1=true) const |
| AxisData & | axisData (int ax) |
| const AxisData & | axisData (int ax) const |
| void | setMathObj (Math::Expression *) |
| void | setMathObjStr (const char *str) |
| const OD::String & | mathObjStr () const |
| Math::Expression * | mathObj () const |
| void | setModifiedColIds (const TypeSet< uiDataPointSet::DColID > &ids) |
| const TypeSet< int > & | modifiedColIds () const |
| const DataPointSet & | dps () const |
| DataPointSet & | dps () |
| const uiDataPointSet & | uidps () const |
| uiDataPointSet & | uidps () |
| const TypeSet< RowCol > & | getSelectedCells () |
| int | nrYSels () const |
| int | nrY2Sels () const |
| TypeSet< Color > & | y1grpColors () |
| TypeSet< Color > & | y2grpColors () |
| void | setColTab (const ColTab::Sequence &ctseq) |
| void | setCTMapper (const ColTab::MapperSetup &) |
| void | showY2 (bool) |
| void | drawContent (bool withaxis=true) |
| void | drawColTabItem (bool isy1) |
| bool | isY2Shown () const |
| bool | isY1Selectable () const |
| bool | isY2Selectable () const |
| bool | showY3 () const |
| bool | showY4 () const |
| void | setShowY3 (bool) |
| void | setShowY4 (bool) |
| bool | isADensityPlot () const |
| void | setDensityPlot (bool yn, bool showy2) |
| bool | isRectSelection () const |
| void | setRectSelection (bool yn) |
| SelectionArea & | getCurSelArea () |
| void | setSelArea (const SelectionArea &, int selgrpidx) |
| bool | getSelArea (SelectionArea &, int selareaid) |
| ObjectSet< SelectionGrp > & | selectionGrps () |
| const ObjectSet< SelectionGrp > & | selectionGrps () const |
| int | selAreaSize () const |
| int | curGroup () const |
| void | reDrawSelections () |
| TypeSet< Color > | selGrpCols () const |
| void | setCurSelGrp (int grp) |
| int | curSelGrp () const |
| int | getNewSelAreaID () const |
| bool | isSelAreaValid (int id) const |
| int | getSelGrpIdx (int selareaid) const |
| void | setTRMsg (const uiString &msg) |
| int | totalNrItems () const |
| void | getRandRowids () |
| void | setMultiColMode (bool yn) |
| bool | isMultiColMode () const |
| void | setCellSize (int sz) |
| int | cellSize () const |
| bool | isSelectionValid (uiDataPointSet::DRowID) |
| void | setOverlayY1AttMapr (const ColTab::MapperSetup &) |
| void | setOverlayY2AttMapr (const ColTab::MapperSetup &) |
| void | setOverlayY1AttSeq (const ColTab::Sequence &) |
| void | setOverlayY2AttSeq (const ColTab::Sequence &) |
| void | setUserDefDrawType (bool dodrw, bool isy2, bool drwln=false) |
| void | setUserDefPolyLine (TypeSet< uiWorldPoint > &, bool) |
| void | drawUserDefPolyLine (bool) |
| void | updateOverlayMapper (bool isy1) |
| Color | getOverlayColor (uiDataPointSet::DRowID, bool) |
| int | y3Colid () const |
| int | y4Colid () const |
| const ColTab::Mapper & | y3Mapper () const |
| const ColTab::Mapper & | y4Mapper () const |
| const ColTab::Sequence & | y3CtSeq () const |
| const ColTab::Sequence & | y4CtSeq () const |
| float | getVal (int colid, int rid) const |
Public Member Functions inherited from uiRGBArrayCanvas | |
| uiRGBArrayCanvas (uiParent *, uiRGBArray &) | |
| ~uiRGBArrayCanvas () | |
| void | setBorder (const uiBorder &) |
| void | setBGColor (const Color &) |
| everything More... | |
| void | setDrawArr (bool) |
| Draw the arr or not? More... | |
| void | setPixmap (const uiPixmap &) |
| void | removePixmap () |
| uiRect | arrArea () const |
| uiRGBArray & | rgbArray () |
| const uiRGBArray & | rgbArray () const |
| const uiRect & | updateArea () |
| const uiBorder & | border () const |
| const Color & | bgColor () const |
| bool | arrDrawn () const |
| void | beforeDraw () |
| void | beforeDraw (int w, int h) |
| void | setPixMapPos (int x, int y) |
| void | updatePixmap () |
Public Member Functions inherited from uiGraphicsView | |
| uiGraphicsView (uiParent *, const char *nm) | |
| ~uiGraphicsView () | |
| uiToolButton * | getSaveImageButton (uiParent *) |
| uiToolButton * | getPrintImageButton (uiParent *) |
| void | enableImageSave () |
| void | disableImageSave () |
| uiCrossHairItem * | getCrossHairItem () |
Public Member Functions inherited from uiGraphicsViewBase | |
| uiGraphicsViewBase (uiParent *, const char *) | |
| ~uiGraphicsViewBase () | |
| void | setScene (uiGraphicsScene &) |
| Scene becomes mine. More... | |
| uiGraphicsScene & | scene () |
| void | show () |
| void | setScrollBarPolicy (bool hor, ScrollBarPolicy) |
| void | setDragMode (ODDragMode) |
| ODDragMode | dragMode () const |
| bool | isRubberBandingOn () const |
| void | setMouseTracking (bool) |
| bool | hasMouseTracking () const |
| void | setMouseWheelReversal (bool) |
| bool | getMouseWheelReversal () const |
| void | setMidMouseButtonForDrag (bool) |
| bool | hasMidMouseButtonForDrag () const |
| int | width () const |
| width of widget More... | |
| int | height () const |
| height of widget More... | |
| int | viewWidth () const |
| width of viewport More... | |
| int | viewHeight () const |
| height of viewport More... | |
| int | getSceneBorder () const |
| void | setSceneBorder (int) |
| void | centreOn (uiPoint) |
| uiRect | getSceneRect () const |
| void | setSceneRect (const uiRect &) |
| void | setSceneAlignment (const Alignment &) |
| void | setScaleFactor (float, float) |
| uiPoint | getCursorPos () const |
| void | getScaleFactor (float &, float &) const |
| uiPoint | getScenePos (float, float) const |
| const uiPoint & | getStartPos () const |
| const uiRect * | getSelectedArea () const |
| void | setViewArea (double x, double y, double w, double h) |
| uiRect | getViewArea () const |
| void | setBackgroundColor (const Color &) |
| Color | backgroundColor () const |
| void | setNoBackGround () |
| void | rePaint () |
| void | enableScrollZoom (bool yn=true) |
| void | disableScrollZoom () |
| bool | scrollZoomEnabled () |
| uiSize | scrollBarSize (bool horizontal) const |
| const uiPoint | mapFromScene (const Geom::Point2D< float > &) const |
| const Geom::Point2D< float > | mapToScene (const uiPoint &) const |
| bool | isCtrlPressed () const |
| void | setCtrlPressed (bool yn) |
| bool | print () |
| MouseEventHandler & | getNavigationMouseEventHandler () |
| MouseEventHandler & | getMouseEventHandler () |
| KeyboardEventHandler & | getKeyboardEventHandler () |
| GestureEventHandler & | gestureEventHandler () |
Public Member Functions inherited from uiObject | |
| uiObject (uiParent *, const char *nm) | |
| uiObject (uiParent *, const char *nm, uiObjectBody &) | |
| ~uiObject () | |
| void | setHSzPol (SzPolicy) |
| void | setVSzPol (SzPolicy) |
| SzPolicy | szPol (bool hor=true) const |
| virtual void | setName (const char *) |
| void | setToolTip (const uiString &) |
| const uiString & | toolTip () const |
| void | translateText () |
| void | display (bool yn, bool shrink=false, bool maximized=false) |
| void | setFocus () |
| bool | hasFocus () const |
| void | disabFocus () |
| virtual void | setCursor (const MouseCursor &) |
| bool | isCursorInside () const |
| virtual void | setStyleSheet (const char *) |
| Color | roBackgroundColor () const |
| virtual void | setBackgroundPixmap (const uiPixmap &) |
| virtual void | setTextColor (const Color &) |
| void | setSensitive (bool yn=true) |
| bool | sensitive () const |
| bool | visible () const |
| bool | isDisplayed () const |
| int | prefHNrPics () const |
| virtual void | setPrefWidth (int) |
| void | setPrefWidthInChar (int) |
| void | setPrefWidthInChar (float) |
| void | setMinimumWidth (int) |
| void | setMaximumWidth (int) |
| int | prefVNrPics () const |
| virtual void | setPrefHeight (int) |
| void | setPrefHeightInChar (int) |
| void | setPrefHeightInChar (float) |
| void | setMinimumHeight (int) |
| void | setMaximumHeight (int) |
| void | setStretch (int hor, int ver) |
| Sets stretch factors for object If stretch factor is > 1, then object will already grow at pop-up. More... | |
| void | attach (constraintType, int margin=-1) |
| attaches object to another In case the stretched... options are used, margin=-1 (default) stretches the object not to cross the border. margin=-2 stretches the object to fill the parent's border. This looks nice with separators. More... | |
| void | attach (constraintType, uiObject *, int margin=-1, bool reciprocal=true) |
| void | attach (constraintType, uiParent *, int margin=-1, bool reciprocal=true) |
| void | setFont (const uiFont &) |
| const uiFont * | font () const |
| void | setCaption (const uiString &) |
| void | shallowRedraw (CallBacker *=0) |
| void | deepRedraw (CallBacker *=0) |
| void | reDraw (bool deep) |
| uiSize | actualsize (bool include_border=true) const |
| uiParent * | parent () |
| const uiParent * | parent () const |
| void | reParent (uiParent *) |
| uiMainWin * | mainwin () |
| mQtclass (QWidget *) getWidget() | |
| mQtclass (QWidget *) qwidget() | |
| const | mQtclass (QWidget *) qwidget() const |
| virtual bool | handleLongTabletPress () |
| virtual const ObjectSet< uiBaseObject > * | childList () const |
| void | close () |
Protected Member Functions | |
| void | initDraw () |
| void | setDraw () |
| void | calcStats () |
| void | setWorldSelArea (int) |
| void | reDrawSelArea () |
| bool | drawRID (uiDataPointSet::DRowID, uiGraphicsItemGroup *, const AxisData &, bool y2, MarkerStyle2D &, int idmidx, bool rempt) |
| bool | selNearest (const MouseEvent &) |
| void | reDrawCB (CallBacker *) |
| void | reSizeDrawCB (CallBacker *) |
| void | mouseClickedCB (CallBacker *) |
| void | mouseMoveCB (CallBacker *) |
| void | mouseReleasedCB (CallBacker *) |
Protected Member Functions inherited from uiRGBArrayCanvas | |
| virtual void | mkNewFill () |
| void | rubberBandHandler (uiRect) |
| bool | createPixmap () |
Protected Member Functions inherited from uiGraphicsView | |
| void | saveImageCB (CallBacker *) |
| void | printImageCB (CallBacker *) |
Protected Member Functions inherited from uiGraphicsViewBase | |
| void | translateText () |
| uiGraphicsViewBody & | mkbody (uiParent *, const char *) |
| void | rubberBandCB (CallBacker *) |
Protected Member Functions inherited from uiObject | |
| virtual bool | closeOK () |
| hook. Accepts/denies closing of window. More... | |
| void | triggerSetGeometry (const i_LayoutItem *, uiRect &) |
| setGeometry should be triggered by this's layoutItem More... | |
| void | updateToolTip (CallBacker *=0) |
Private Member Functions | |
| mODTextTranslationClass (uiDataPointSetCrossPlotter) | |
Friends | |
| class | uiDataPointSetCrossPlotWin |
| class | AxisData |
Additional Inherited Members | |
Public Types inherited from uiGraphicsViewBase | |
| enum | ODDragMode { NoDrag, ScrollHandDrag, RubberBandDrag } |
| enum | ScrollBarPolicy { ScrollBarAsNeeded, ScrollBarAlwaysOff, ScrollBarAlwaysOn } |
Public Types inherited from uiObject | |
| enum | SzPolicy { Undef, Small, Medium, Wide, SmallVar, MedVar, WideVar, SmallMax, MedMax, WideMax } |
| How should the object's size behave? Undef : use default. Small : 1 base sz. Medium : 2* base sz + 1. Wide : 4* base sz + 3. The xxVar options specify that the element may have a bigger internal preferred size. In that case, the maximum is taken. The xxMax options specify that the element should take all available space ( stretch = 2 ) More... | |
Static Public Member Functions inherited from uiGraphicsViewBase | |
| static const ObjectSet< uiGraphicsViewBase > & | allInstances () |
Static Public Member Functions inherited from uiObject | |
| static void | updateToolTips () |
| static void | setTabOrder (uiObject *first, uiObject *second) |
| static int | baseFldSize () |
| static int | iconSize () |
DataPointSet crossplotter.
| uiDataPointSetCrossPlotter::uiDataPointSetCrossPlotter | ( | uiParent * | , |
| uiDataPointSet & | , | ||
| const Setup & | |||
| ) |
| uiDataPointSetCrossPlotter::~uiDataPointSetCrossPlotter | ( | ) |
| void uiDataPointSetCrossPlotter::addItemIfNew | ( | int | itmidx, |
| MarkerStyle2D & | , | ||
| uiGraphicsItemGroup * | , | ||
| uiAxisHandler & | , | ||
| uiDataPointSet::DRowID | , | ||
| bool | |||
| ) |
|
inline |
| ax | 0=x 1=y 2=y2 |
|
inline |
|
inline |
|
inline |
| ax | 0=x 1=y 2=y2 |
|
inline |
| int uiDataPointSetCrossPlotter::calcDensity | ( | Array2D< float > * | , |
| bool | chgdps = false, |
||
| bool | removesel = false, |
||
| bool | isy2 = false, |
||
| int | areatyp = 0, |
||
| Interval< int > * | cellsz = 0, |
||
| Array2D< float > * | freqdata = 0 |
||
| ) |
|
protected |
| int uiDataPointSetCrossPlotter::calculateDensity | ( | Array2D< float > * | , |
| bool | chgdps = false, |
||
| bool | removesel = false |
||
| ) |
|
inline |
| bool uiDataPointSetCrossPlotter::checkSelArea | ( | const SelectionArea & | ) | const |
| void uiDataPointSetCrossPlotter::checkSelection | ( | uiDataPointSet::DRowID | , |
| uiGraphicsItem * | , | ||
| bool | , | ||
| const AxisData & | , | ||
| bool | rempt = false |
||
| ) |
|
inline |
|
inline |
| void uiDataPointSetCrossPlotter::dataChanged | ( | ) |
Only use if you know what you're doing.
| void uiDataPointSetCrossPlotter::deleteSelections | ( | ) |
|
inline |
|
inline |
| void uiDataPointSetCrossPlotter::drawColTabItem | ( | bool | isy1 | ) |
| void uiDataPointSetCrossPlotter::drawContent | ( | bool | withaxis = true | ) |
| void uiDataPointSetCrossPlotter::drawData | ( | const AxisData & | , |
| bool | y2, | ||
| bool | rempts = false |
||
| ) |
| void uiDataPointSetCrossPlotter::drawDensityPlot | ( | bool | removesel = false | ) |
| bool uiDataPointSetCrossPlotter::drawPoints | ( | uiGraphicsItemGroup * | , |
| const AxisData & | , | ||
| bool | y2, | ||
| MarkerStyle2D & | , | ||
| bool | rempt = false |
||
| ) |
| void uiDataPointSetCrossPlotter::drawRegrLine | ( | uiAxisHandler & | , |
| const Interval< int > & | |||
| ) |
|
protected |
| void uiDataPointSetCrossPlotter::drawUserDefPolyLine | ( | bool | ) |
| SelectionArea& uiDataPointSetCrossPlotter::getCurSelArea | ( | ) |
| int uiDataPointSetCrossPlotter::getNewSelAreaID | ( | ) | const |
| Color uiDataPointSetCrossPlotter::getOverlayColor | ( | uiDataPointSet::DRowID | , |
| bool | |||
| ) |
| void uiDataPointSetCrossPlotter::getRandRowids | ( | ) |
| bool uiDataPointSetCrossPlotter::getSelArea | ( | SelectionArea & | , |
| int | selareaid | ||
| ) |
| float uiDataPointSetCrossPlotter::getSelectedness | ( | uiDataPointSet::DRowID | , |
| bool | fory2 | ||
| ) |
| int uiDataPointSetCrossPlotter::getSelGrpIdx | ( | int | selareaid | ) | const |
| float uiDataPointSetCrossPlotter::getVal | ( | int | colid, |
| int | rid | ||
| ) | const |
|
protected |
|
inline |
|
inline |
|
inline |
|
inline |
| bool uiDataPointSetCrossPlotter::isSelAreaValid | ( | int | id | ) | const |
| bool uiDataPointSetCrossPlotter::isSelectionValid | ( | uiDataPointSet::DRowID | ) |
|
inline |
|
inline |
| bool uiDataPointSetCrossPlotter::isY2Shown | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
protected |
|
protected |
|
protected |
|
inline |
|
inline |
| void uiDataPointSetCrossPlotter::prepareItems | ( | bool | y2 | ) |
|
protected |
|
protected |
| void uiDataPointSetCrossPlotter::reDrawSelections | ( | ) |
| void uiDataPointSetCrossPlotter::removeSelectionItems | ( | ) |
| void uiDataPointSetCrossPlotter::removeSelections | ( | bool | relfrmselgrp = true | ) |
|
protected |
| int uiDataPointSetCrossPlotter::selAreaSize | ( | ) | const |
|
inline |
|
inline |
|
protected |
|
inline |
|
inline |
| void uiDataPointSetCrossPlotter::setAnnotEndTxt | ( | uiAxisHandler & | ) |
|
inline |
| void uiDataPointSetCrossPlotter::setCols | ( | DataPointSet::ColID | x, |
| DataPointSet::ColID | y, | ||
| DataPointSet::ColID | y2 | ||
| ) |
|
inline |
| void uiDataPointSetCrossPlotter::setCTMapper | ( | const ColTab::MapperSetup & | ) |
|
inline |
| void uiDataPointSetCrossPlotter::setDensityPlot | ( | bool | yn, |
| bool | showy2 | ||
| ) |
|
protected |
| void uiDataPointSetCrossPlotter::setItem | ( | uiGraphicsItem * | , |
| bool | y2, | ||
| const uiPoint & | |||
| ) |
| void uiDataPointSetCrossPlotter::setMathObj | ( | Math::Expression * | ) |
|
inline |
|
inline |
|
inline |
| void uiDataPointSetCrossPlotter::setOverlayY1AttMapr | ( | const ColTab::MapperSetup & | ) |
| void uiDataPointSetCrossPlotter::setOverlayY1AttSeq | ( | const ColTab::Sequence & | ) |
| void uiDataPointSetCrossPlotter::setOverlayY1Cols | ( | DataPointSet::ColID | y3 | ) |
| void uiDataPointSetCrossPlotter::setOverlayY2AttMapr | ( | const ColTab::MapperSetup & | ) |
| void uiDataPointSetCrossPlotter::setOverlayY2AttSeq | ( | const ColTab::Sequence & | ) |
| void uiDataPointSetCrossPlotter::setOverlayY2Cols | ( | DataPointSet::ColID | y3 | ) |
|
inline |
|
inline |
| void uiDataPointSetCrossPlotter::setSelArea | ( | const SelectionArea & | , |
| int | selgrpidx | ||
| ) |
| void uiDataPointSetCrossPlotter::setSelectable | ( | bool | y1, |
| bool | y2 | ||
| ) |
| void uiDataPointSetCrossPlotter::setShowY3 | ( | bool | ) |
| void uiDataPointSetCrossPlotter::setShowY4 | ( | bool | ) |
|
inline |
|
inline |
|
inline |
| void uiDataPointSetCrossPlotter::setUserDefDrawType | ( | bool | dodrw, |
| bool | isy2, | ||
| bool | drwln = false |
||
| ) |
| void uiDataPointSetCrossPlotter::setUserDefPolyLine | ( | TypeSet< uiWorldPoint > & | , |
| bool | |||
| ) |
|
protected |
| void uiDataPointSetCrossPlotter::showY2 | ( | bool | ) |
|
inline |
|
inline |
| int uiDataPointSetCrossPlotter::totalNrItems | ( | ) | const |
|
inline |
|
inline |
| void uiDataPointSetCrossPlotter::updateOverlayMapper | ( | bool | isy1 | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
protected |
| CNotifier<uiDataPointSetCrossPlotter,Interval<float> > uiDataPointSetCrossPlotter::coltabRgChanged |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| Notifier<uiDataPointSetCrossPlotter> uiDataPointSetCrossPlotter::dataChgd |
|
protected |
| CNotifier<uiDataPointSetCrossPlotter,bool> uiDataPointSetCrossPlotter::drawTypeChanged |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| Notifier<uiDataPointSetCrossPlotter> uiDataPointSetCrossPlotter::lineDrawn |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| Notifier<uiDataPointSetCrossPlotter> uiDataPointSetCrossPlotter::mouseReleased |
|
protected |
|
protected |
| Notifier<uiDataPointSetCrossPlotter> uiDataPointSetCrossPlotter::pointsSelected |
|
protected |
|
protected |
| Notifier<uiDataPointSetCrossPlotter> uiDataPointSetCrossPlotter::removeRequest |
|
protected |
|
protected |
| Notifier<uiDataPointSetCrossPlotter> uiDataPointSetCrossPlotter::selectionChanged |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| LinePars& uiDataPointSetCrossPlotter::userdefy1lp_ |
| BufferString& uiDataPointSetCrossPlotter::userdefy1str_ |
| LinePars& uiDataPointSetCrossPlotter::userdefy2lp_ |
| BufferString& uiDataPointSetCrossPlotter::userdefy2str_ |
| AxisData uiDataPointSetCrossPlotter::x_ |
|
protected |
| BufferString& uiDataPointSetCrossPlotter::y1rmserr_ |
|
protected |
|
protected |
| AxisData uiDataPointSetCrossPlotter::y2_ |
|
protected |
|
protected |
| BufferString& uiDataPointSetCrossPlotter::y2rmserr_ |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| AxisData uiDataPointSetCrossPlotter::y_ |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019