2D horizon painter
More...
#include <emhorizonpainter2d.h>
◆ SectionMarker2DLine
◆ HorizonPainter2D()
| EM::HorizonPainter2D::HorizonPainter2D |
( |
FlatView::Viewer & | , |
|
|
const EM::ObjectID & | ) |
◆ ~HorizonPainter2D()
| EM::HorizonPainter2D::~HorizonPainter2D |
( |
| ) |
|
◆ addPolyLine()
| bool EM::HorizonPainter2D::addPolyLine |
( |
| ) |
|
|
protected |
◆ changePolyLineColor()
| void EM::HorizonPainter2D::changePolyLineColor |
( |
| ) |
|
|
protected |
◆ create2DMarker() [1/3]
| Marker2D * EM::HorizonPainter2D::create2DMarker |
( |
| ) |
|
|
private |
◆ create2DMarker() [2/3]
◆ create2DMarker() [3/3]
| Marker2D * EM::HorizonPainter2D::create2DMarker |
( |
float | x, |
|
|
float | z ) |
|
protected |
◆ displayIntersection()
| void EM::HorizonPainter2D::displayIntersection |
( |
bool | yn | ) |
|
◆ displaySelections()
◆ enableLine()
| void EM::HorizonPainter2D::enableLine |
( |
bool | | ) |
|
◆ enableSeed()
| void EM::HorizonPainter2D::enableSeed |
( |
bool | | ) |
|
◆ getDisplayedHor()
◆ getDistances()
| TypeSet< float > & EM::HorizonPainter2D::getDistances |
( |
| ) |
|
|
inline |
◆ getTrcNos()
| TypeSet< int > & EM::HorizonPainter2D::getTrcNos |
( |
| ) |
|
|
inline |
◆ horChangeCB()
| void EM::HorizonPainter2D::horChangeCB |
( |
CallBacker * | | ) |
|
|
protected |
◆ paint()
| void EM::HorizonPainter2D::paint |
( |
| ) |
|
◆ removeIntersectionMarkers()
| void EM::HorizonPainter2D::removeIntersectionMarkers |
( |
| ) |
|
|
protected |
◆ removePolyLine()
| void EM::HorizonPainter2D::removePolyLine |
( |
| ) |
|
|
protected |
◆ removeSelections()
| void EM::HorizonPainter2D::removeSelections |
( |
| ) |
|
◆ seedEnable()
| bool EM::HorizonPainter2D::seedEnable |
( |
| ) |
const |
|
inline |
◆ setGeomID()
| void EM::HorizonPainter2D::setGeomID |
( |
const Pos::GeomID & | | ) |
|
◆ setTrcKeyZSampling()
| void EM::HorizonPainter2D::setTrcKeyZSampling |
( |
const TrcKeyZSampling & | , |
|
|
bool | upd = false ) |
◆ updateIntersectionMarkers()
| void EM::HorizonPainter2D::updateIntersectionMarkers |
( |
| ) |
|
|
protected |
◆ updatePreferColors()
| void EM::HorizonPainter2D::updatePreferColors |
( |
| ) |
|
◆ updateSelectionColor()
| void EM::HorizonPainter2D::updateSelectionColor |
( |
| ) |
|
|
private |
◆ abouttorepaint_
◆ distances_
| TypeSet<float> EM::HorizonPainter2D::distances_ |
|
protected |
◆ geomid_
◆ id_
| EM::ObjectID EM::HorizonPainter2D::id_ |
|
protected |
◆ intersection_
| bool EM::HorizonPainter2D::intersection_ |
|
protected |
◆ intsectmarks_
◆ linenabled_
| bool EM::HorizonPainter2D::linenabled_ |
|
protected |
◆ markerline_
◆ markerlinestyle_
◆ markerseeds_
| Marker2D* EM::HorizonPainter2D::markerseeds_ |
|
protected |
◆ markerstyle_
◆ repaintdone_
◆ seedenabled_
| bool EM::HorizonPainter2D::seedenabled_ |
|
protected |
◆ selectionpoints_
| Marker2D* EM::HorizonPainter2D::selectionpoints_ |
|
protected |
◆ tkzs_
◆ trcnos_
| TypeSet<int> EM::HorizonPainter2D::trcnos_ |
|
protected |
◆ viewer_