3D horizon painter
More...
#include <emhorizonpainter3d.h>
|
| bool | addDataToMarker (const BinID &, const Coord3 &, const PosID &, const Horizon3D &, Marker3D &, bool newmarker, int idx=-1) |
| |
| mDeprecatedDef bool | addDataToMarker (const BinID &, const Coord3 &, const PosID &, const Horizon3D &, Marker3D &, int idx=-1) |
| |
| bool | addPolyLine () |
| |
| void | changePolyLineColor () |
| |
| void | changePolyLinePosition (const EM::PosID &) |
| |
| Marker3D * | create3DMarker () |
| |
| Marker3D * | create3DMarker (const EM::SectionID &) |
| |
| void | generateNewMarker (const Horizon3D &, SectionMarker3DLine &, Marker3D *&) |
| |
| void | horChangeCB (CallBacker *) |
| |
| void | paintCB (CallBacker *) |
| |
| void | removePolyLine () |
| |
| void | updateSelectionColor () |
| |
◆ SectionMarker3DLine
◆ HorizonPainter3D()
| EM::HorizonPainter3D::HorizonPainter3D |
( |
FlatView::Viewer & | , |
|
|
const EM::ObjectID & | ) |
◆ ~HorizonPainter3D()
| EM::HorizonPainter3D::~HorizonPainter3D |
( |
| ) |
|
◆ addDataToMarker() [1/2]
◆ addDataToMarker() [2/2]
◆ addPolyLine()
| bool EM::HorizonPainter3D::addPolyLine |
( |
| ) |
|
|
protected |
◆ changePolyLineColor()
| void EM::HorizonPainter3D::changePolyLineColor |
( |
| ) |
|
|
protected |
◆ changePolyLinePosition()
| void EM::HorizonPainter3D::changePolyLinePosition |
( |
const EM::PosID & | | ) |
|
|
protected |
◆ create3DMarker() [1/2]
| Marker3D * EM::HorizonPainter3D::create3DMarker |
( |
| ) |
|
|
protected |
◆ create3DMarker() [2/2]
◆ displayIntersection()
| void EM::HorizonPainter3D::displayIntersection |
( |
bool | yn | ) |
|
|
inline |
◆ displaySelections()
◆ enableLine()
| void EM::HorizonPainter3D::enableLine |
( |
bool | | ) |
|
◆ enableSeed()
| void EM::HorizonPainter3D::enableSeed |
( |
bool | | ) |
|
◆ generateNewMarker()
◆ getDisplayedHor()
◆ horChangeCB()
| void EM::HorizonPainter3D::horChangeCB |
( |
CallBacker * | | ) |
|
|
protected |
◆ paint()
| void EM::HorizonPainter3D::paint |
( |
| ) |
|
◆ paintCB()
| void EM::HorizonPainter3D::paintCB |
( |
CallBacker * | | ) |
|
|
protected |
◆ removePolyLine()
| void EM::HorizonPainter3D::removePolyLine |
( |
| ) |
|
|
protected |
◆ removeSelections()
| void EM::HorizonPainter3D::removeSelections |
( |
| ) |
|
◆ seedEnable()
| bool EM::HorizonPainter3D::seedEnable |
( |
| ) |
const |
|
inline |
◆ setFlatPosData()
| void EM::HorizonPainter3D::setFlatPosData |
( |
const FlatPosData * | | ) |
|
◆ setPath()
| void EM::HorizonPainter3D::setPath |
( |
const TrcKeySet & | | ) |
|
◆ setTrcKeyZSampling()
| void EM::HorizonPainter3D::setTrcKeyZSampling |
( |
const TrcKeyZSampling & | , |
|
|
bool | upd = false ) |
◆ setUpdateTrcKeySampling()
| void EM::HorizonPainter3D::setUpdateTrcKeySampling |
( |
const TrcKeySampling & | | ) |
|
◆ updatePreferColors()
| void EM::HorizonPainter3D::updatePreferColors |
( |
| ) |
|
◆ updateSelectionColor()
| void EM::HorizonPainter3D::updateSelectionColor |
( |
| ) |
|
|
protected |
◆ abouttorepaint_
◆ flatposdata_
◆ id_
| EM::ObjectID EM::HorizonPainter3D::id_ |
|
protected |
◆ intersection_
| bool EM::HorizonPainter3D::intersection_ |
|
protected |
◆ linenabled_
| bool EM::HorizonPainter3D::linenabled_ |
|
protected |
◆ markerline_
◆ markerlinestyle_
◆ markerseeds_
| Marker3D* EM::HorizonPainter3D::markerseeds_ |
|
protected |
◆ markerstyle_
◆ nrseeds_
| int EM::HorizonPainter3D::nrseeds_ |
|
protected |
◆ path_
◆ repaintdone_
◆ seedenabled_
| bool EM::HorizonPainter3D::seedenabled_ |
|
protected |
◆ selectionpoints_
| Marker3D* EM::HorizonPainter3D::selectionpoints_ |
|
protected |
◆ tkzs_
◆ updatesamplings_
◆ viewer_