![]() |
OpendTect-6_4
6.4
|
ObjectEditor to edit EM::Fault3D. More...
Public Member Functions | |
FaultEditor (EM::Fault3D &) | |
void | setSceneIdx (int idx) |
void | setLastClicked (const EM::PosID &) |
void | setSowingPivot (const Coord3) |
void | setZScale (float) |
void | setScaleVector (const Coord3 &v) |
x'=x, y'=v1*x*+v2*y, z'=v3*z More... | |
void | getInteractionInfo (bool &makenewstick, EM::PosID &insertpid, const Coord3 &pos, const Coord3 *posnormal=0) const |
bool | removeSelection (const Selector< Coord3 > &) |
const EM::PosID | getNearstStick (EM::SectionID &sid, const Coord3 &pos, const Coord3 *posnormal) const |
![]() | |
ObjectEditor (EM::EMObject &) | |
const EM::EMObject & | emObject () const |
virtual void | startEdit (const EM::PosID &) |
virtual bool | setPosition (const Coord3 &) |
virtual void | finishEdit () |
bool | canSnapAfterEdit (const EM::PosID &) const |
bool | getSnapAfterEdit () const |
void | setSnapAfterEdit (bool yn) |
void | addUser () |
void | removeUser () |
int | nrUsers () const |
virtual const BufferStringSet * | getAlongMovingStyleNames () const |
virtual int | getAlongMovingStyle () const |
virtual void | setAlongMovingStyle (int index) |
virtual void | getEditIDs (TypeSet< EM::PosID > &) const |
virtual bool | addEditID (const EM::PosID &) |
virtual bool | removeEditID (const EM::PosID &) |
virtual Coord3 | getPosition (const EM::PosID &) const |
virtual bool | mayTranslate1D (const EM::PosID &) const |
virtual Coord3 | translation1DDirection (const EM::PosID &) const |
virtual bool | mayTranslate2D (const EM::PosID &) const |
virtual Coord3 | translation2DNormal (const EM::PosID &) const |
virtual bool | mayTranslate3D (const EM::PosID &) const |
virtual bool | maySetNormal (const EM::PosID &) const |
virtual Coord3 | getNormal (const EM::PosID &) const |
virtual bool | maySetDirection (const EM::PosID &) const |
virtual Coord3 | getDirectionPlaneNormal (const EM::PosID &) const |
virtual Coord3 | getDirection (const EM::PosID &) const |
![]() | |
CallBacker () | |
CallBacker (const CallBacker &) | |
virtual | ~CallBacker () |
bool | attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false) |
bool | attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) |
void | detachCB (NotifierAccess &, const CallBack &) |
void | detachCB (NotifierAccess *notif, const CallBack &cb) |
bool | isNotifierAttached (NotifierAccess *) const |
Only for debugging purposes, don't use. More... | |
Static Public Member Functions | |
static ObjectEditor * | create (EM::EMObject &) |
static void | initClass () |
![]() | |
static void | enableNodeCloning (bool yn=true) |
Protected Member Functions | |
float | distToStick (const Geometry::FaultStickSurface &, int curstick, const Coord3 &pos, const Coord3 *posnormal) const |
float | panelIntersectDist (const Geometry::FaultStickSurface &, int sticknr, const Coord3 &mousepos, const Coord3 &posnormal) const |
int | getSecondKnotNr (const Geometry::FaultStickSurface &, int sticknr, const Coord3 &mousepos) const |
float | getNearestStick (int &stick, EM::SectionID &sid, const Coord3 &pos, const Coord3 *posnormal) const |
bool | getInsertStick (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 |
Geometry::ElementEditor * | createEditor (const EM::SectionID &) |
int | getLastClickedStick () const |
void | cloneMovingNode () |
![]() | |
virtual bool | setPosition (const EM::PosID &, const Coord3 &) |
Geometry::ElementEditor * | getEditor (const EM::SectionID &) |
const Geometry::ElementEditor * | getEditor (const EM::SectionID &) const |
void | editPosChangeTrigger (CallBacker *) |
void | emSectionChange (CallBacker *) |
virtual void | getAlongMovingNodes (const EM::PosID &, TypeSet< EM::PosID > &, TypeSet< float > *) const |
![]() | |
void | detachAllNotifiers () |
Call from the destructor of your inherited object. More... | |
Protected Attributes | |
Coord3 | scalevector_ |
int | sceneidx_ |
Coord3 | sowingpivot_ |
TypeSet< Coord3 > | sowinghistory_ |
![]() | |
EM::EMObject & | emobject |
EM::PosID | movingnode |
Coord3 | startpos |
TypeSet< EM::PosID > | changedpids |
TypeSet< EM::PosID > | alongmovingnodes |
TypeSet< Coord3 > | alongmovingnodesstart |
TypeSet< float > | alongmovingnodesfactors |
int | nrusers |
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 12/02/2019 10:57:39 for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019