OpendTect-6_4  6.4
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | List of all members
EM::FaultStickSet Class Reference

Fault stick set. More...

Inheritance diagram for EM::FaultStickSet:
[legend]

Public Member Functions

 FaultStickSet (EM::EMManager &)
 
const char * getTypeStr () const
 
void setNewName ()
 
FaultStickSetGeometrygeometry ()
 
const FaultStickSetGeometrygeometry () const
 
void apply (const Pos::Filter &)
 
uiString getUserTypeStr () const
 
- Public Member Functions inherited from EM::Fault
virtual void removeAll ()
 
- Public Member Functions inherited from EM::Surface
int nrSections () const
 
EM::SectionID sectionID (int) const
 
BufferString sectionName (const SectionID &) const
 
bool canSetSectionName () const
 
bool setSectionName (const SectionID &, const char *, bool addtohistory)
 
bool removeSection (SectionID, bool hist)
 
bool isAtEdge (const EM::PosID &) const
 
bool isLoaded () const
 
virtual Executorsaver ()
 
virtual Executorsaver (IOObj *)
 
virtual Executorloader ()
 
const char * dbInfo () const
 
void setDBInfo (const char *s)
 
virtual bool usePar (const IOPar &)
 
virtual void fillPar (IOPar &) const
 
virtual EMObjectIteratorcreateIterator (const SectionID &, const TrcKeyZSampling *=0) const
 
bool enableGeometryChecks (bool)
 
bool isGeometryChecksEnabled () const
 
- Public Member Functions inherited from EM::EMObject
const ObjectIDid () const
 
const MultiIDmultiID () const
 
void setMultiID (const MultiID &)
 
virtual bool isOK () const
 
void setName (const char *nm)
 
BufferString name () const
 
uiString uiName () const
 
virtual int sectionIndex (const SectionID &) const
 
const Geometry::ElementsectionGeometry (const SectionID &) const
 
Geometry::ElementsectionGeometry (const SectionID &)
 
const ColorpreferredColor () const
 
void setPreferredColor (const Color &, bool addtohistory=false)
 
const OD::LineStylepreferredLineStyle () const
 
void setPreferredLineStyle (const OD::LineStyle &)
 
void setBurstAlert (bool yn)
 
bool hasBurstAlert () const
 
virtual Coord3 getPos (const EM::PosID &) const
 
virtual Coord3 getPos (const EM::SectionID &, const EM::SubID &) const
 
virtual bool isDefined (const EM::PosID &) const
 
virtual bool isDefined (const EM::SectionID &, const EM::SubID &) const
 
virtual bool setPos (const EM::PosID &, const Coord3 &, bool addtohistory)
 
virtual bool setPos (const EM::SectionID &, const EM::SubID &, const Coord3 &, bool addtohistory)
 
virtual bool unSetPos (const EM::PosID &, bool addtohistory)
 
virtual bool unSetPos (const EM::SectionID &, const EM::SubID &, bool addtohistory)
 
virtual void setNodeSourceType (const TrcKey &, NodeSourceType)
 
virtual bool isNodeSourceType (const PosID &, NodeSourceType) const
 
virtual bool isNodeSourceType (const TrcKey &, NodeSourceType) const
 
virtual void setNodeLocked (const TrcKey &, bool locked)
 
virtual bool isNodeLocked (const TrcKey &) const
 
virtual bool isNodeLocked (const PosID &) const
 
virtual void lockAll ()
 
virtual void unlockAll ()
 
virtual const Array2D< char > * getLockedNodes () const
 
virtual void setLockColor (const Color &)
 
virtual const ColorgetLockColor () const
 
virtual bool hasLockedNodes () const
 
virtual bool hasNodeSourceType (const PosID &) const
 
void setSelectionColor (const Color &)
 
const ColorgetSelectionColor () const
 
void changePosID (const EM::PosID &from, const EM::PosID &to, bool addtohistory)
 
virtual void getLinkedPos (const EM::PosID &posid, TypeSet< EM::PosID > &) const
 
virtual int nrPosAttribs () const
 
virtual int posAttrib (int idx) const
 
virtual void addPosAttrib (int attr)
 
virtual void removePosAttribList (int attr, bool addtohistory=true)
 
virtual void setPosAttrib (const EM::PosID &, int attr, bool yn, bool addtohistory=true)
 Sets/unsets the posattrib depending on yn. More...
 
virtual bool isPosAttrib (const EM::PosID &, int attr) const
 
virtual const char * posAttribName (int) const
 
virtual int addPosAttribName (const char *)
 
const TypeSet< PosID > * getPosAttribList (int attr) const
 
const MarkerStyle3DgetPosAttrMarkerStyle (int attr)
 
void setPosAttrMarkerStyle (int attr, const MarkerStyle3D &)
 
virtual void lockPosAttrib (int attr, bool yn)
 
virtual bool isPosAttribLocked (int attr) const
 
virtual void removeSelected (const Selector< Coord3 > &, TaskRunner *)
 
void removeSelected (const TypeSet< EM::SubID > &)
 
void removeListOfSubIDs (const TypeSet< EM::SubID > &, const EM::SectionID &)
 
void removeAllUnSeedPos ()
 
const TrcKeyZSampling getRemovedPolySelectedPosBox ()
 
void emptyRemovedPolySelectedPosBox ()
 
virtual bool isChanged () const
 
virtual bool isEmpty () const
 
virtual void setChangedFlag ()
 
virtual void resetChangedFlag ()
 
bool isFullyLoaded () const
 
void setFullyLoaded (bool yn)
 
virtual bool isLocked () const
 
virtual void lock (bool yn)
 
bool isInsideSelRemoval () const
 
bool isSelRemoving () const
 
uiString errMsg () const
 
void setErrMsg (const uiString &m)
 
void saveDisplayPars () const
 
virtual bool useDisplayPar (const IOPar &)
 
virtual void fillDisplayPar (IOPar &) const
 
- Public Member Functions inherited from CallBacker
 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 void initClass ()
 
static EMObjectcreate (EM::EMManager &)
 
static FaultStickSetcreate (const char *nm)
 
static FixedString typeStr ()
 
- Static Public Member Functions inherited from EM::Surface
static BufferString getParFileName (const IOObj &)
 
static BufferString getSetupFileName (const IOObj &)
 
static BufferString getParentChildFileName (const IOObj &)
 
- Static Public Member Functions inherited from EM::EMObject
static int sPermanentControlNode ()
 
static int sTemporaryControlNode ()
 
static int sEdgeControlNode ()
 
static int sTerminationNode ()
 
static int sSeedNode ()
 
static int sIntersectionNode ()
 

Protected Member Functions

 ~FaultStickSet ()
 
const IOObjContextgetIOObjContext () const
 
- Protected Member Functions inherited from EM::Fault
 Fault (EMManager &em)
 
- Protected Member Functions inherited from EM::Surface
 Surface (EMManager &)
 
 ~Surface ()
 
virtual Geometry::ElementsectionGeometryInternal (const SectionID &)
 
- Protected Member Functions inherited from EM::EMObject
 EMObject (EMManager &)
 must be called after creation More...
 
virtual void prepareForDelete () const
 
void posIDChangeCB (CallBacker *)
 
const MarkerStyle3DpreferredMarkerStyle3D () const
 
void setPreferredMarkerStyle3D (const MarkerStyle3D &)
 
void useDisplayPars (const IOPar &)
 
- Protected Member Functions inherited from CallBacker
void detachAllNotifiers ()
 Call from the destructor of your inherited object. More...
 

Protected Attributes

FaultStickSetGeometry geometry_
 
- Protected Attributes inherited from EM::Surface
BufferString dbinfo
 
- Protected Attributes inherited from EM::EMObject
BufferString objname_
 
ObjectID id_
 
MultiID storageid_
 
class EMManagermanager_
 
uiString errmsg_
 
Colorpreferredcolor_
 
OD::LineStylepreferredlinestyle_
 
MarkerStyle3Dpreferredmarkerstyle_
 
ObjectSet< PosAttribposattribs_
 
TypeSet< int > attribs_
 
TrcKeyZSampling removebypolyposbox_
 
bool changed_
 
bool fullyloaded_
 
bool locked_
 
int burstalertcount_
 
Threads::Lock setposlock_
 
bool haslockednodes_
 
Color lockcolor_
 
Color selectioncolor_
 
bool insideselremoval_
 
bool selremoving_
 

Private Member Functions

 mODTextTranslationClass (FaultStickSet)
 

Additional Inherited Members

- Public Types inherited from EM::EMObject
enum  NodeSourceType { None = (int)'0', Manual =(int)'1', Auto =(int)'2', Gridding =(int)'3' }
 
- Public Attributes inherited from EM::EMObject
CNotifier< EMObject, const EMObjectCallbackData & > change
 
- Static Protected Member Functions inherited from EM::EMObject
static const char * nrposattrstr ()
 
static const char * posattrprefixstr ()
 
static const char * posattrsectionstr ()
 
static const char * posattrposidstr ()
 

Detailed Description

Fault stick set.

Constructor & Destructor Documentation

EM::FaultStickSet::FaultStickSet ( EM::EMManager )
EM::FaultStickSet::~FaultStickSet ( )
protected

Member Function Documentation

void EM::FaultStickSet::apply ( const Pos::Filter )
virtual

Reimplemented from EM::Surface.

static EMObject* EM::FaultStickSet::create ( EM::EMManager )
static
static FaultStickSet* EM::FaultStickSet::create ( const char *  nm)
static
FaultStickSetGeometry& EM::FaultStickSet::geometry ( )
virtual

Implements EM::Fault.

const FaultStickSetGeometry& EM::FaultStickSet::geometry ( ) const
virtual

Reimplemented from EM::Fault.

const IOObjContext& EM::FaultStickSet::getIOObjContext ( ) const
protectedvirtual

Implements EM::Fault.

const char* EM::FaultStickSet::getTypeStr ( ) const
virtual

Implements EM::EMObject.

uiString EM::FaultStickSet::getUserTypeStr ( ) const
virtual

Implements EM::EMObject.

static void EM::FaultStickSet::initClass ( )
static
EM::FaultStickSet::mODTextTranslationClass ( FaultStickSet  )
private
void EM::FaultStickSet::setNewName ( )
virtual

Reimplemented from EM::EMObject.

static FixedString EM::FaultStickSet::typeStr ( )
static

Member Data Documentation

FaultStickSetGeometry EM::FaultStickSet::geometry_
protected

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019