Fault stick painter.
More...
#include <emfaultstickpainter.h>
◆ FaultStickPainter()
| EM::FaultStickPainter::FaultStickPainter |
( |
FlatView::Viewer & | , |
|
|
const EM::ObjectID & | ) |
◆ ~FaultStickPainter()
| EM::FaultStickPainter::~FaultStickPainter |
( |
| ) |
|
◆ addPolyLine()
| bool EM::FaultStickPainter::addPolyLine |
( |
| ) |
|
|
protected |
◆ enableKnots()
| void EM::FaultStickPainter::enableKnots |
( |
bool | | ) |
|
◆ enableLine()
| void EM::FaultStickPainter::enableLine |
( |
bool | | ) |
|
◆ enablePaint()
| void EM::FaultStickPainter::enablePaint |
( |
bool | paintenable | ) |
|
◆ fssChangedCB()
| virtual void EM::FaultStickPainter::fssChangedCB |
( |
CallBacker * | | ) |
|
|
protectedvirtual |
◆ getActiveStickId()
| int EM::FaultStickPainter::getActiveStickId |
( |
| ) |
|
|
inline |
◆ getAuxData()
◆ getCoords()
◆ getDisplayedSticks()
◆ getDistances()
| TypeSet< float > & EM::FaultStickPainter::getDistances |
( |
| ) |
|
|
inline |
◆ getFaultSSID()
| EM::ObjectID & EM::FaultStickPainter::getFaultSSID |
( |
| ) |
|
|
inline |
◆ getGeomID()
◆ getLineName()
| const char * EM::FaultStickPainter::getLineName |
( |
| ) |
const |
◆ getNearestDistance()
| bool EM::FaultStickPainter::getNearestDistance |
( |
const Coord3 & | pos, |
|
|
float & | dist ) |
|
protected |
◆ getNormalInRandLine()
| Coord EM::FaultStickPainter::getNormalInRandLine |
( |
int | idx | ) |
const |
◆ getNormalToTrace()
| Coord EM::FaultStickPainter::getNormalToTrace |
( |
int | trcnr | ) |
const |
◆ getTrcKeyZSampling()
| const TrcKeyZSampling & EM::FaultStickPainter::getTrcKeyZSampling |
( |
| ) |
const |
|
inline |
◆ getTrcNos()
| TypeSet< int > & EM::FaultStickPainter::getTrcNos |
( |
| ) |
|
|
inline |
◆ hasDiffActiveStick()
| bool EM::FaultStickPainter::hasDiffActiveStick |
( |
const EM::PosID * | | ) |
|
◆ is2D()
| bool EM::FaultStickPainter::is2D |
( |
| ) |
|
|
inline |
◆ paint()
| void EM::FaultStickPainter::paint |
( |
| ) |
|
◆ removePolyLine()
| void EM::FaultStickPainter::removePolyLine |
( |
| ) |
|
|
protected |
◆ repaintFSS()
| void EM::FaultStickPainter::repaintFSS |
( |
| ) |
|
|
protected |
◆ set2D()
| void EM::FaultStickPainter::set2D |
( |
bool | yn | ) |
|
|
inline |
◆ setActiveStick()
| void EM::FaultStickPainter::setActiveStick |
( |
const EM::PosID & | | ) |
|
◆ setFlatPosData()
| void EM::FaultStickPainter::setFlatPosData |
( |
const FlatPosData * | | ) |
|
◆ setGeomID()
| void EM::FaultStickPainter::setGeomID |
( |
const Pos::GeomID & | geomid | ) |
|
|
inline |
◆ setMarkerLineStyle()
| void EM::FaultStickPainter::setMarkerLineStyle |
( |
const OD::LineStyle & | | ) |
|
◆ setPath()
| void EM::FaultStickPainter::setPath |
( |
const TrcKeySet & | | ) |
|
◆ setRandomLineID()
| void EM::FaultStickPainter::setRandomLineID |
( |
const RandomLineID & | | ) |
|
◆ setTrcKeyZSampling()
| void EM::FaultStickPainter::setTrcKeyZSampling |
( |
const TrcKeyZSampling & | , |
|
|
bool | ) |
◆ abouttorepaint_
◆ activestickid_
| int EM::FaultStickPainter::activestickid_ = -1 |
|
protected |
◆ coords_
◆ distances_
| TypeSet<float> EM::FaultStickPainter::distances_ |
|
protected |
◆ emid_
| EM::ObjectID EM::FaultStickPainter::emid_ |
|
protected |
◆ flatposdata_
| const FlatPosData* EM::FaultStickPainter::flatposdata_ = nullptr |
|
protected |
◆ geomid_
◆ is2d_
| bool EM::FaultStickPainter::is2d_ = false |
|
protected |
◆ knotenabled_
| bool EM::FaultStickPainter::knotenabled_ = false |
|
protected |
◆ linenabled_
| bool EM::FaultStickPainter::linenabled_ = true |
|
protected |
◆ markerstyle_
◆ paintenable_
| bool EM::FaultStickPainter::paintenable_ = true |
|
protected |
◆ path_
| const TrcKeySet* EM::FaultStickPainter::path_ = nullptr |
|
protected |
◆ rdlid_
◆ repaintdone_
◆ sectionmarkerlines_
◆ tkzs_
◆ trcnos_
| TypeSet<int> EM::FaultStickPainter::trcnos_ |
|
protected |
◆ viewer_