![]() |
OpendTect
6.6
|
ObjectEditor to edit EM::Fault3D. More...
Public Member Functions | |
FaultEditor (EM::Fault3D &) | |
void | getInteractionInfo (bool &makenewstick, EM::PosID &insertpid, const Coord3 &pos, const Coord3 *posnormal=0) const |
const EM::PosID | getNearstStick (EM::SectionID &sid, const Coord3 &pos, const Coord3 *posnormal) const |
bool | removeSelection (const Selector< Coord3 > &) |
void | setLastClicked (const EM::PosID &) |
void | setScaleVector (const Coord3 &v) |
x'=x, y'=v1*x*+v2*y, z'=v3*z More... | |
void | setSceneIdx (int idx) |
void | setSowingPivot (const Coord3) |
void | setZScale (float) |
![]() | |
ObjectEditor (EM::EMObject &) | |
virtual bool | addEditID (const EM::PosID &) |
void | addUser () |
bool | canSnapAfterEdit (const EM::PosID &) const |
const EM::EMObject & | emObject () const |
virtual void | finishEdit () |
virtual int | getAlongMovingStyle () const |
virtual const BufferStringSet * | getAlongMovingStyleNames () const |
virtual Coord3 | getDirection (const EM::PosID &) const |
virtual Coord3 | getDirectionPlaneNormal (const EM::PosID &) const |
virtual void | getEditIDs (TypeSet< EM::PosID > &) const |
virtual Coord3 | getNormal (const EM::PosID &) const |
virtual Coord3 | getPosition (const EM::PosID &) const |
bool | getSnapAfterEdit () const |
virtual bool | maySetDirection (const EM::PosID &) const |
virtual bool | maySetNormal (const EM::PosID &) const |
virtual bool | mayTranslate1D (const EM::PosID &) const |
virtual bool | mayTranslate2D (const EM::PosID &) const |
virtual bool | mayTranslate3D (const EM::PosID &) const |
int | nrUsers () const |
virtual bool | removeEditID (const EM::PosID &) |
void | removeUser () |
virtual void | setAlongMovingStyle (int index) |
virtual bool | setPosition (const Coord3 &) |
void | setSnapAfterEdit (bool yn) |
virtual void | startEdit (const EM::PosID &) |
virtual Coord3 | translation1DDirection (const EM::PosID &) const |
virtual Coord3 | translation2DNormal (const EM::PosID &) const |
![]() | |
void | addObserver (WeakPtrBase *obs) |
Not for normal use. May become private. More... | |
int | nrRefs () const |
Only for expert use. More... | |
void | ref () const |
bool | refIfReffed () const |
Don't use in production, for debugging. More... | |
void | removeObserver (WeakPtrBase *obs) |
Not for normal use. May become private. More... | |
bool | tryRef () const |
Not for normal use. May become private. More... | |
void | unRef () const |
void | unRefNoDelete () const |
![]() | |
CallBacker () | |
CallBacker (const CallBacker &) | |
virtual | ~CallBacker () |
bool | attachCB (const NotifierAccess &, const CallBack &, bool onlyifnew=false) const |
bool | attachCB (const NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) const |
void | detachAllNotifiers () const |
Call from the destructor of your inherited object. More... | |
void | detachCB (const NotifierAccess &, const CallBack &) const |
void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
virtual bool | isCapsule () const |
bool | isNotifierAttached (const NotifierAccess *) const |
Only for debugging purposes, don't use. More... | |
void | stopReceivingNotifications () const |
Static Public Member Functions | |
static ObjectEditor * | create (EM::EMObject &) |
static void | initClass () |
![]() | |
static void | enableNodeCloning (bool yn=true) |
![]() | |
static bool | isSane (const Referenced *) |
![]() | |
static void | createReceiverForCurrentThread () |
static void | removeReceiverForCurrentThread () |
Protected Member Functions | |
void | cloneMovingNode (CallBacker *) |
Geometry::ElementEditor * | createEditor (const EM::SectionID &) |
float | distToStick (const Geometry::FaultStickSurface &, int curstick, const Coord3 &pos, const Coord3 *posnormal) const |
bool | getInsertStick (int &stick, EM::SectionID &sid, const Coord3 &pos, const Coord3 *posnormal) const |
int | getLastClickedStick () const |
float | getNearestStick (int &stick, EM::SectionID &sid, const Coord3 &pos, const Coord3 *posnormal) const |
void | getPidsOnStick (EM::PosID &insertpid, int stick, const EM::SectionID &, const Coord3 &pos) const |
int | getSecondKnotNr (const Geometry::FaultStickSurface &, int sticknr, const Coord3 &mousepos) const |
float | panelIntersectDist (const Geometry::FaultStickSurface &, int sticknr, const Coord3 &mousepos, const Coord3 &posnormal) const |
![]() | |
~ObjectEditor () | |
void | editPosChangeTrigger (CallBacker *) |
void | emSectionChange (CallBacker *) |
virtual void | getAlongMovingNodes (const EM::PosID &, TypeSet< EM::PosID > &, TypeSet< float > *) const |
Geometry::ElementEditor * | getEditor (const EM::SectionID &) |
const Geometry::ElementEditor * | getEditor (const EM::SectionID &) const |
virtual bool | setPosition (const EM::PosID &, const Coord3 &) |
![]() | |
Referenced () | |
Referenced (const Referenced &) | |
virtual | ~Referenced () |
Referenced & | operator= (const Referenced &) |
Protected Attributes | |
Coord3 | scalevector_ |
int | sceneidx_ |
TypeSet< Coord3 > | sowinghistory_ |
Coord3 | sowingpivot_ |
![]() | |
TypeSet< EM::PosID > | alongmovingnodes |
TypeSet< float > | alongmovingnodesfactors |
TypeSet< Coord3 > | alongmovingnodesstart |
TypeSet< EM::PosID > | changedpids |
RefMan< EM::EMObject > | emobject_ |
EM::PosID | movingnode |
int | nrusers |
Coord3 | startpos |
Additional Inherited Members | |
![]() | |
Notifier< ObjectEditor > | editpositionchange |
ObjectEditor to edit EM::Fault3D.
<>
MPE::FaultEditor::FaultEditor | ( | EM::Fault3D & | ) |
|
protectedvirtual |
Reimplemented from MPE::ObjectEditor.
|
static |
|
protectedvirtual |
Implements MPE::ObjectEditor.
|
protected |
|
protected |
void MPE::FaultEditor::getInteractionInfo | ( | bool & | makenewstick, |
EM::PosID & | insertpid, | ||
const Coord3 & | pos, | ||
const Coord3 * | posnormal = 0 |
||
) | const |
|
protected |
|
protected |
const EM::PosID MPE::FaultEditor::getNearstStick | ( | EM::SectionID & | sid, |
const Coord3 & | pos, | ||
const Coord3 * | posnormal | ||
) | const |
|
protected |
|
protected |
|
static |
|
protected |
void MPE::FaultEditor::setLastClicked | ( | const EM::PosID & | ) |
void MPE::FaultEditor::setScaleVector | ( | const Coord3 & | v | ) |
x'=x, y'=v1*x*+v2*y, z'=v3*z
|
inline |
void MPE::FaultEditor::setSowingPivot | ( | const | Coord3 | ) |
void MPE::FaultEditor::setZScale | ( | float | ) |
|
protected |
|
protected |
|
protected |
Generated at 07/14/2022 09:53:23 for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2022