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

A Surface polygon Body. More...

Inheritance diagram for EM::PolygonBody:
[legend]

Public Member Functions

 PolygonBody (EM::EMManager &)
 
const char * getTypeStr () const
 
void setNewName ()
 
PolygonBodyGeometrygeometry ()
 
const PolygonBodyGeometrygeometry () const
 
const char * type () const
 
virtual Executorloader ()
 
virtual Executorsaver ()
 
virtual Executorsaver (IOObj *)
 
ImplicitBodycreateImplicitBody (TaskRunner *, bool) const
 
bool getBodyRange (TrcKeyZSampling &)
 
MultiID storageID () const
 
BufferString storageName () const
 
void refBody ()
 Should be mapped to EMObject::ref() More...
 
void unRefBody ()
 Should be mapped to EMObject::unRef() More...
 
bool useBodyPar (const IOPar &)
 Should be mapped to EMObject::usePar;. More...
 
void fillBodyPar (IOPar &) const
 Should be mapped to EMObject::fillPar;. More...
 
uiString getUserTypeStr () const
 
- 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)
 
virtual void removeAll ()
 
bool isAtEdge (const EM::PosID &) const
 
bool isLoaded () const
 
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
 
virtual void apply (const Pos::Filter &)
 
- 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...
 
- Public Member Functions inherited from EM::Body
const IOObjContextgetBodyContext () const
 

Static Public Member Functions

static void initClass ()
 
static EMObjectcreate (EM::EMManager &)
 
static PolygonBodycreate (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

 ~PolygonBody ()
 
const IOObjContextgetIOObjContext () const
 
- 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 Member Functions inherited from EM::Body
 ~Body ()
 

Protected Attributes

PolygonBodyGeometry 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 (PolygonBody)
 

Friends

class EMManager
 
class EMObject
 

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

A Surface polygon Body.

Constructor & Destructor Documentation

EM::PolygonBody::PolygonBody ( EM::EMManager )
EM::PolygonBody::~PolygonBody ( )
protected

Member Function Documentation

static EMObject* EM::PolygonBody::create ( EM::EMManager )
static
static PolygonBody* EM::PolygonBody::create ( const char *  nm)
static
ImplicitBody* EM::PolygonBody::createImplicitBody ( TaskRunner ,
bool   
) const
virtual

Reimplemented from EM::Body.

void EM::PolygonBody::fillBodyPar ( IOPar ) const
virtual

Should be mapped to EMObject::fillPar;.

Implements EM::Body.

PolygonBodyGeometry& EM::PolygonBody::geometry ( )
virtual

Implements EM::Surface.

const PolygonBodyGeometry& EM::PolygonBody::geometry ( ) const
virtual

Reimplemented from EM::Surface.

bool EM::PolygonBody::getBodyRange ( TrcKeyZSampling )
virtual

Implements EM::Body.

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

Implements EM::EMObject.

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

Implements EM::EMObject.

uiString EM::PolygonBody::getUserTypeStr ( ) const
inlinevirtual

Implements EM::EMObject.

static void EM::PolygonBody::initClass ( )
static
virtual Executor* EM::PolygonBody::loader ( )
virtual

Reimplemented from EM::Surface.

EM::PolygonBody::mODTextTranslationClass ( PolygonBody  )
private
void EM::PolygonBody::refBody ( )
virtual

Should be mapped to EMObject::ref()

Implements EM::Body.

virtual Executor* EM::PolygonBody::saver ( )
virtual

Reimplemented from EM::Surface.

virtual Executor* EM::PolygonBody::saver ( IOObj )
virtual

Reimplemented from EM::Surface.

void EM::PolygonBody::setNewName ( )
virtual

Reimplemented from EM::EMObject.

MultiID EM::PolygonBody::storageID ( ) const
virtual

Implements EM::Body.

BufferString EM::PolygonBody::storageName ( ) const
virtual

Implements EM::Body.

const char* EM::PolygonBody::type ( ) const
inlinevirtual

Implements EM::Body.

static FixedString EM::PolygonBody::typeStr ( )
static
void EM::PolygonBody::unRefBody ( )
virtual

Should be mapped to EMObject::unRef()

Implements EM::Body.

bool EM::PolygonBody::useBodyPar ( const IOPar )
virtual

Should be mapped to EMObject::usePar;.

Reimplemented from EM::Body.

Friends And Related Function Documentation

friend class EMManager
friend
friend class EMObject
friend

Member Data Documentation

PolygonBodyGeometry EM::PolygonBody::geometry_
protected

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