OpendTect  6.6
Classes | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
EM::FaultStickSetGeometry Class Reference

FaultStickSet geometry. More...

Inheritance diagram for EM::FaultStickSetGeometry:
[legend]

Classes

struct  StickInfo
 

Public Member Functions

 FaultStickSetGeometry (Surface &)
 
 ~FaultStickSetGeometry ()
 
EMObjectIteratorcreateIterator (const SectionID &, const TrcKeyZSampling *=0) const
 
void fillPar (IOPar &) const
 
bool insertKnot (const SectionID &, const SubID &, const Coord3 &pos, bool addtohistory)
 
bool insertStick (const SectionID &, int sticknr, int firstcol, const Coord3 &pos, const Coord3 &editnormal, bool addtohistory)
 
bool insertStick (const SectionID &, int sticknr, int firstcol, const Coord3 &pos, const Coord3 &editnormal, const MultiID *pickedmid, const char *pickednm, bool addtohistory)
 
bool insertStick (const SectionID &, int sticknr, int firstcol, const Coord3 &pos, const Coord3 &editnormal, Pos::GeomID pickedgeomid, bool addtohistory)
 
int nrKnots (const SectionID &, int sticknr) const
 
int nrSticks (const SectionID &) const
 
Pos::GeomID pickedGeomID (const SectionID &, int sticknr) const
 
const MultiIDpickedMultiID (const SectionID &, int sticknr) const
 
const char * pickedName (const SectionID &, int sticknr) const
 
bool pickedOn2DLine (const SectionID &, int sticknr) const
 
bool pickedOnHorizon (const SectionID &, int sticknr) const
 
bool pickedOnPlane (const SectionID &, int sticknr) const
 
bool removeKnot (const SectionID &, const SubID &, bool addtohistory)
 
bool removeStick (const SectionID &, int sticknr, bool addtohistory)
 
Geometry::FaultStickSetsectionGeometry (const SectionID &)
 
const Geometry::FaultStickSetsectionGeometry (const SectionID &) const
 
bool usePar (const IOPar &)
 
- Public Member Functions inherited from EM::FaultGeometry
virtual void copySelectedSticksTo (FaultStickSetGeometry &destfssg, const SectionID &destsid, bool addtohistory) const
 
virtual const Coord3getEditPlaneNormal (const SectionID &, int sticknr) const
 
virtual int nrSelectedSticks () const
 
virtual int nrStickDoubles (const SectionID &, int sticknr, const FaultGeometry *ref=0) const
 
virtual void removeSelectedDoubles (bool addtohistory, const FaultGeometry *ref=0)
 
virtual void removeSelectedSticks (bool addtohistory)
 
virtual void selectAllSticks (bool select=true)
 
virtual void selectStickDoubles (bool select=true, const FaultGeometry *ref=0)
 
- Public Member Functions inherited from EM::SurfaceGeometry
 SurfaceGeometry (Surface &)
 
virtual ~SurfaceGeometry ()
 
SectionID addSection (const char *nm, bool addtohistory)
 
SectionID addSection (const char *nm, const SectionID &, bool addtohistory)
 
virtual SectionID cloneSection (const SectionID &)
 
virtual bool enableChecks (bool yn)
 
virtual int findPos (const Interval< float > &x, const Interval< float > &y, const Interval< float > &z, TypeSet< PosID > *) const
 
virtual int findPos (const SectionID &, const Interval< float > &x, const Interval< float > &y, const Interval< float > &z, TypeSet< PosID > *res) const
 
virtual int findPos (const TrcKeyZSampling &, TypeSet< PosID > *) const
 
virtual int getConnectedPos (const PosID &posid, TypeSet< PosID > *res) const
 
virtual void getLinkedPos (const PosID &posid, TypeSet< PosID > &) const
 
bool hasSection (const SectionID &) const
 
virtual bool isAtEdge (const PosID &) const
 
bool isChanged (int) const
 
virtual bool isChecksEnabled () const
 
virtual bool isFullResolution () const
 
virtual bool isLoaded () const
 
virtual bool isNodeOK (const PosID &) const
 
virtual Executorloader (const SurfaceIODataSelection *s=0)
 
int nrSections () const
 
virtual void removeAll ()
 
virtual bool removeSection (const SectionID &, bool addtohistory)
 
void resetChangedFlag ()
 
virtual Executorsaver (const SurfaceIODataSelection *s=0, const MultiID *key=0)
 
SectionID sectionID (const char *) const
 
SectionID sectionID (int idx) const
 
int sectionIndex (const SectionID &) const
 
const char * sectionName (const SectionID &) const
 
bool setSectionName (const SectionID &, const char *, bool addtohistory)
 
- Public Member Functions inherited from CallBacker
 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
 

Protected Member Functions

Geometry::FaultStickSetcreateSectionGeometry () const
 
int indexOf (const SectionID &sid, int stricnr) const
 
- Protected Member Functions inherited from EM::FaultGeometry
 FaultGeometry (Surface &surf)
 
bool removeSelStick (int selidx, bool addtohistory, const FaultGeometry *doublesref=0)
 
void selectSticks (bool select=true, const FaultGeometry *doublesref=0)
 
- Protected Member Functions inherited from EM::SurfaceGeometry
SectionID addSectionInternal (Geometry::Element *, const char *nm, const SectionID &, bool addtohistory)
 
void geomChangeCB (CallBacker *)
 

Protected Attributes

ObjectSet< StickInfostickinfo_
 
- Protected Attributes inherited from EM::SurfaceGeometry
bool changed_
 
BufferStringSet sectionnames_
 
ObjectSet< Geometry::Elementsections_
 
TypeSet< SectionIDsids_
 
Surfacesurface_
 

Additional Inherited Members

- Static Public Member Functions inherited from CallBacker
static void createReceiverForCurrentThread ()
 
static void removeReceiverForCurrentThread ()
 

Detailed Description

FaultStickSet geometry.

<>

Constructor & Destructor Documentation

◆ FaultStickSetGeometry()

EM::FaultStickSetGeometry::FaultStickSetGeometry ( Surface )

◆ ~FaultStickSetGeometry()

EM::FaultStickSetGeometry::~FaultStickSetGeometry ( )

Member Function Documentation

◆ createIterator()

EMObjectIterator* EM::FaultStickSetGeometry::createIterator ( const SectionID ,
const TrcKeyZSampling = 0 
) const
virtual

Reimplemented from EM::SurfaceGeometry.

◆ createSectionGeometry()

Geometry::FaultStickSet* EM::FaultStickSetGeometry::createSectionGeometry ( ) const
protectedvirtual

Implements EM::SurfaceGeometry.

◆ fillPar()

void EM::FaultStickSetGeometry::fillPar ( IOPar ) const
virtual

Reimplemented from EM::SurfaceGeometry.

◆ indexOf()

int EM::FaultStickSetGeometry::indexOf ( const SectionID sid,
int  stricnr 
) const
protected

◆ insertKnot()

bool EM::FaultStickSetGeometry::insertKnot ( const SectionID ,
const SubID ,
const Coord3 pos,
bool  addtohistory 
)
virtual

Reimplemented from EM::FaultGeometry.

◆ insertStick() [1/3]

bool EM::FaultStickSetGeometry::insertStick ( const SectionID ,
int  sticknr,
int  firstcol,
const Coord3 pos,
const Coord3 editnormal,
bool  addtohistory 
)
virtual

Reimplemented from EM::FaultGeometry.

◆ insertStick() [2/3]

bool EM::FaultStickSetGeometry::insertStick ( const SectionID ,
int  sticknr,
int  firstcol,
const Coord3 pos,
const Coord3 editnormal,
const MultiID pickedmid,
const char *  pickednm,
bool  addtohistory 
)

◆ insertStick() [3/3]

bool EM::FaultStickSetGeometry::insertStick ( const SectionID ,
int  sticknr,
int  firstcol,
const Coord3 pos,
const Coord3 editnormal,
Pos::GeomID  pickedgeomid,
bool  addtohistory 
)

◆ nrKnots()

int EM::FaultStickSetGeometry::nrKnots ( const SectionID ,
int  sticknr 
) const

◆ nrSticks()

int EM::FaultStickSetGeometry::nrSticks ( const SectionID ) const

◆ pickedGeomID()

Pos::GeomID EM::FaultStickSetGeometry::pickedGeomID ( const SectionID ,
int  sticknr 
) const

◆ pickedMultiID()

const MultiID* EM::FaultStickSetGeometry::pickedMultiID ( const SectionID ,
int  sticknr 
) const
virtual

Reimplemented from EM::FaultGeometry.

◆ pickedName()

const char* EM::FaultStickSetGeometry::pickedName ( const SectionID ,
int  sticknr 
) const
virtual

Reimplemented from EM::FaultGeometry.

◆ pickedOn2DLine()

bool EM::FaultStickSetGeometry::pickedOn2DLine ( const SectionID ,
int  sticknr 
) const

◆ pickedOnHorizon()

bool EM::FaultStickSetGeometry::pickedOnHorizon ( const SectionID ,
int  sticknr 
) const

◆ pickedOnPlane()

bool EM::FaultStickSetGeometry::pickedOnPlane ( const SectionID ,
int  sticknr 
) const

◆ removeKnot()

bool EM::FaultStickSetGeometry::removeKnot ( const SectionID ,
const SubID ,
bool  addtohistory 
)
virtual

Reimplemented from EM::FaultGeometry.

◆ removeStick()

bool EM::FaultStickSetGeometry::removeStick ( const SectionID ,
int  sticknr,
bool  addtohistory 
)
virtual

Reimplemented from EM::FaultGeometry.

◆ sectionGeometry() [1/2]

Geometry::FaultStickSet* EM::FaultStickSetGeometry::sectionGeometry ( const SectionID )
virtual

Reimplemented from EM::SurfaceGeometry.

◆ sectionGeometry() [2/2]

const Geometry::FaultStickSet* EM::FaultStickSetGeometry::sectionGeometry ( const SectionID ) const
virtual

Reimplemented from EM::SurfaceGeometry.

◆ usePar()

bool EM::FaultStickSetGeometry::usePar ( const IOPar )
virtual

Reimplemented from EM::SurfaceGeometry.

Member Data Documentation

◆ stickinfo_

ObjectSet<StickInfo> EM::FaultStickSetGeometry::stickinfo_
protected

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