OpendTect-6_4  6.4
Protected Member Functions | Private Member Functions | List of all members
EM::PolygonBodyGeometry Class Reference

PolygonBody SurfaceGeometry. More...

Inheritance diagram for EM::PolygonBodyGeometry:
[legend]

Protected Member Functions

Geometry::PolygonSurfacecreateSectionGeometry () const
 
- Protected Member Functions inherited from EM::SurfaceGeometry
SectionID addSectionInternal (Geometry::Element *, const char *nm, const SectionID &, bool addtohistory)
 
void geomChangeCB (CallBacker *)
 
- Protected Member Functions inherited from CallBacker
void detachAllNotifiers ()
 Call from the destructor of your inherited object. More...
 

Private Member Functions

mODTextTranslationClass(PolygonBodyGeometry) public ~PolygonBodyGeometry ()
 
int nrPolygons (const SectionID &) const
 
int nrKnots (const SectionID &, int polygonnr) const
 
bool insertPolygon (const SectionID &, int polygonnr, int firstknot, const Coord3 &pos, const Coord3 &editnormal, bool addtohistory)
 
bool removePolygon (const SectionID &, int polygonnr, bool addtohistory)
 
bool insertKnot (const SectionID &, const SubID &, const Coord3 &pos, bool addtohistory)
 
bool removeKnot (const SectionID &, const SubID &, bool addtohistory)
 
const Coord3getPolygonNormal (const SectionID &, int polygon) const
 
Geometry::PolygonSurfacesectionGeometry (const SectionID &)
 
const Geometry::PolygonSurfacesectionGeometry (const SectionID &) const
 
EMObjectIteratorcreateIterator (const SectionID &, const TrcKeyZSampling *=0) const
 
Executorloader (const SurfaceIODataSelection *s=0)
 
Executorsaver (const SurfaceIODataSelection *s=0, const MultiID *key=0)
 
void fillPar (IOPar &) const
 
bool usePar (const IOPar &)
 

Additional Inherited Members

- Public Member Functions inherited from EM::SurfaceGeometry
 SurfaceGeometry (Surface &)
 
virtual ~SurfaceGeometry ()
 
virtual void removeAll ()
 
virtual bool enableChecks (bool yn)
 
virtual bool isChecksEnabled () const
 
virtual bool isNodeOK (const PosID &) const
 
int nrSections () const
 
SectionID sectionID (int idx) const
 
SectionID sectionID (const char *) const
 
bool hasSection (const SectionID &) const
 
int sectionIndex (const SectionID &) const
 
const char * sectionName (const SectionID &) const
 
bool setSectionName (const SectionID &, const char *, bool addtohistory)
 
SectionID addSection (const char *nm, bool addtohistory)
 
SectionID addSection (const char *nm, const SectionID &, bool addtohistory)
 
virtual bool removeSection (const SectionID &, bool addtohistory)
 
virtual SectionID cloneSection (const SectionID &)
 
virtual int getConnectedPos (const PosID &posid, TypeSet< PosID > *res) const
 
virtual void getLinkedPos (const PosID &posid, TypeSet< PosID > &) const
 
virtual bool isAtEdge (const PosID &) const
 
bool isChanged (int) const
 
void resetChangedFlag ()
 
virtual bool isLoaded () const
 
virtual bool isFullResolution () 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 Interval< float > &x, const Interval< float > &y, const Interval< float > &z, TypeSet< PosID > *) const
 
virtual int findPos (const TrcKeyZSampling &, TypeSet< PosID > *) 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...
 
- Protected Attributes inherited from EM::SurfaceGeometry
Surfacesurface_
 
ObjectSet< Geometry::Elementsections_
 
TypeSet< SectionIDsids_
 
BufferStringSet sectionnames_
 
bool changed_
 

Detailed Description

PolygonBody SurfaceGeometry.

Constructor & Destructor Documentation

mODTextTranslationClass (PolygonBodyGeometry) public EM::PolygonBodyGeometry::~PolygonBodyGeometry ( )
private

Member Function Documentation

EMObjectIterator* EM::PolygonBodyGeometry::createIterator ( const SectionID ,
const TrcKeyZSampling = 0 
) const
privatevirtual

Reimplemented from EM::SurfaceGeometry.

Geometry::PolygonSurface* EM::PolygonBodyGeometry::createSectionGeometry ( ) const
protectedvirtual

Implements EM::SurfaceGeometry.

void EM::PolygonBodyGeometry::fillPar ( IOPar ) const
privatevirtual

Reimplemented from EM::SurfaceGeometry.

const Coord3& EM::PolygonBodyGeometry::getPolygonNormal ( const SectionID ,
int  polygon 
) const
private
bool EM::PolygonBodyGeometry::insertKnot ( const SectionID ,
const SubID ,
const Coord3 pos,
bool  addtohistory 
)
private
bool EM::PolygonBodyGeometry::insertPolygon ( const SectionID ,
int  polygonnr,
int  firstknot,
const Coord3 pos,
const Coord3 editnormal,
bool  addtohistory 
)
private
Executor* EM::PolygonBodyGeometry::loader ( const SurfaceIODataSelection s = 0)
privatevirtual

Reimplemented from EM::SurfaceGeometry.

int EM::PolygonBodyGeometry::nrKnots ( const SectionID ,
int  polygonnr 
) const
private
int EM::PolygonBodyGeometry::nrPolygons ( const SectionID ) const
private
bool EM::PolygonBodyGeometry::removeKnot ( const SectionID ,
const SubID ,
bool  addtohistory 
)
private
bool EM::PolygonBodyGeometry::removePolygon ( const SectionID ,
int  polygonnr,
bool  addtohistory 
)
private
Executor* EM::PolygonBodyGeometry::saver ( const SurfaceIODataSelection s = 0,
const MultiID key = 0 
)
privatevirtual

Reimplemented from EM::SurfaceGeometry.

Geometry::PolygonSurface* EM::PolygonBodyGeometry::sectionGeometry ( const SectionID )
privatevirtual

Reimplemented from EM::SurfaceGeometry.

const Geometry::PolygonSurface* EM::PolygonBodyGeometry::sectionGeometry ( const SectionID ) const
privatevirtual

Reimplemented from EM::SurfaceGeometry.

bool EM::PolygonBodyGeometry::usePar ( const IOPar )
privatevirtual

Reimplemented from EM::SurfaceGeometry.


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