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

Used for displaying a random or arbitrary line. More...

Inheritance diagram for visSurvey::RandomTrackDisplay:
[legend]

Classes

struct  UpdateStageInfo
 

Public Member Functions

 RandomTrackDisplay ()
 
 mDefaultFactoryInstantiation (visSurvey::SurveyObject, RandomTrackDisplay,"RandomTrackDisplay", toUiString(sFactoryKeyword()))
 
void setRandomLineID (int id)
 
int getRandomLineID () const
 
Geometry::RandomLinegetRandomLine ()
 
int nameNr () const
 
bool isInlCrl () const
 
int nrResolutions () const
 
void setResolution (int, TaskRunner *)
 
bool hasPosModeManipulator () const
 
void showManipulator (bool yn)
 
bool isManipulatorShown () const
 
bool isManipulated () const
 
bool canResetManipulation () const
 
void resetManipulation ()
 
void acceptManipulation ()
 
BufferString getManipulationString () const
 
bool canDuplicate () const
 
SurveyObjectduplicate (TaskRunner *) const
 
MultiID getMultiID () const
 
bool allowMaterialEdit () const
 
SurveyObject::AttribFormat getAttributeFormat (int attrib) const
 
TypeSet< BinID > * getPath ()
 BinID-based coding: inner nodes single. More...
 
void getDataTraceBids (TypeSet< BinID > &) const
 Segment-based coding: inner nodes doubled. More...
 
void getTraceKeyPath (TrcKeyPath &, TypeSet< Coord > *) const
 
Interval< float > getDataTraceRange () const
 
TypeSet< CoordgetTrueCoords () const
 
bool setDataPackID (int attrib, DataPack::ID, TaskRunner *)
 
DataPack::ID getDataPackID (int attrib) const
 
DataPack::ID getDisplayedDataPackID (int attrib) const
 
virtual DataPackMgr::ID getDataPackMgrID () const
 
bool canAddNode (int nodenr) const
 
void addNode (int nodenr)
 
int nrNodes () const
 
void addNode (const BinID &)
 
void insertNode (int, const BinID &)
 
void setNodePos (int, const BinID &)
 
BinID getNodePos (int) const
 
BinID getManipNodePos (int) const
 
void getAllNodePos (TypeSet< BinID > &) const
 
TypeSet< BinID > * getNodes ()
 
void removeNode (int)
 
void removeAllNodes ()
 
bool setNodePositions (const TypeSet< BinID > &)
 
void lockGeometry (bool)
 
bool isGeometryLocked () const
 
TrcKeyZSampling getTrcKeyZSampling (int attrib) const
 
void setDepthInterval (const Interval< float > &)
 
Interval< float > getDepthInterval () const
 
const MouseCursorgetMouseCursor () const
 
void getMousePosInfo (const visBase::EventInfo &, IOPar &) const
 
void getMousePosInfo (const visBase::EventInfo &, Coord3 &, BufferString &, BufferString &) const
 
int getSelNodeIdx () const
 knotidx>=0, panelidx<0 More...
 
virtual NotifierAccessgetMovementNotifier ()
 
NotifierAccessgetManipulationNotifier ()
 
int getClosestPanelIdx (const Coord &) const
 
Coord3 getNormal (const Coord3 &) const
 
virtual float calcDist (const Coord3 &) const
 
virtual bool allowsPicks () const
 
virtual void fillPar (IOPar &) const
 
virtual bool usePar (const IOPar &)
 
bool canBDispOn2DViewer () const
 
void setSceneEventCatcher (visBase::EventCatcher *)
 
visBase::TexturePanelStripgetTexturePanelStrip () const
 
const char * getRandomLineName () const
 
const char * errMsg () const
 
void setPolyLineMode (bool yn)
 
bool createFromPolyLine ()
 
void setColor (Color)
 
bool setZAxisTransform (ZAxisTransform *, TaskRunner *)
 
const ZAxisTransformgetZAxisTransform () const
 
void setDisplayTransformation (const mVisTrans *)
 
const mVisTransgetDisplayTransformation () const
 
virtual void annotateNextUpdateStage (bool yn)
 
virtual void setPixelDensity (float)
 
const TrcKeyPathgetTrcKeyPath ()
 
bool getSelMousePosInfo (const visBase::EventInfo &, Coord3 &, BufferString &, BufferString &) const
 
- Public Member Functions inherited from visSurvey::MultiTextureSurveyObject
bool turnOn (bool yn)
 
bool isOn () const
 
bool isShown () const
 
int getResolution () const
 
bool setChannels2RGBA (visBase::TextureChannel2RGBA *)
 
visBase::TextureChannel2RGBAgetChannels2RGBA ()
 
visBase::TextureChannelsgetChannels () const
 
bool canHaveMultipleAttribs () const
 
bool canAddAttrib (int nrattribstoadd=1) const
 
bool canRemoveAttrib () const
 
int nrAttribs () const
 
bool addAttrib ()
 
bool removeAttrib (int attrib)
 
bool swapAttribs (int attrib0, int attrib1)
 
void setAttribTransparency (int, unsigned char)
 
unsigned char getAttribTransparency (int) const
 
virtual void allowShading (bool)
 
const Attrib::SelSpecgetSelSpec (int attrib, int version=0) const
 
const TypeSet< Attrib::SelSpec > * getSelSpecs (int attrib) const
 
void setSelSpec (int, const Attrib::SelSpec &)
 
void setSelSpecs (int attrib, const TypeSet< Attrib::SelSpec > &)
 
void clearTextures ()
 
void enableTextureInterpolation (bool)
 
bool textureInterpolationEnabled () const
 
bool isAngle (int attrib) const
 
void setAngleFlag (int attrib, bool yn)
 
void enableAttrib (int attrib, bool yn)
 
bool isAttribEnabled (int attrib) const
 
const TypeSet< float > * getHistogram (int) const
 
int getColTabID (int) const
 
const ColTab::MapperSetupgetColTabMapperSetup (int attrib, int version) const
 
const ColTab::MapperSetupgetColTabMapperSetup (int) const
 
void setColTabMapperSetup (int, const ColTab::MapperSetup &, TaskRunner *)
 
const ColTab::SequencegetColTabSequence (int) const
 
bool canSetColTabSequence () const
 
void setColTabSequence (int, const ColTab::Sequence &, TaskRunner *)
 
bool canHaveMultipleTextures () const
 
int nrTextures (int attrib) const
 
void selectTexture (int attrib, int texture)
 
int selectedTexture (int attrib) const
 
bool canEnableTextureInterpolation () const
 
bool canDisplayInteractively (Pos::GeomID geomid=-1) const
 
- Public Member Functions inherited from visBase::VisualObjectImpl
void setRightHandSystem (bool yn)
 
bool isRightHandSystem () const
 
void setLockable ()
 
void readLock ()
 
void readUnLock ()
 
bool tryReadLock ()
 
void writeLock ()
 
void writeUnLock ()
 
bool tryWriteLock ()
 
void setMaterial (Material *)
 
const MaterialgetMaterial () const
 
MaterialgetMaterial ()
 
- Public Member Functions inherited from visBase::VisualObject
virtual bool getBoundingBox (Coord3 &min, Coord3 &max) const
 
void setSelectable (bool yn)
 
bool selectable () const
 
NotifierAccessselection ()
 
NotifierAccessdeSelection ()
 
virtual NotifierAccessrightClicked ()
 
const EventInforightClickedEventInfo () const
 
const TypeSet< int > * rightClickedPath () const
 
- Public Member Functions inherited from visBase::DataObject
virtual const char * getClassName () const
 
virtual bool isOK () const
 
int id () const
 
void setID (int nid)
 
uiString name () const
 
virtual void setName (const uiString &)
 
osg::Node * osgNode (bool skipswitch=false)
 
const osg::Node * osgNode (bool skipswitch=false) const
 
void enableTraversal (unsigned int mask, bool yn=true)
 
bool isTraversalEnabled (unsigned int mask) const
 
SoNode * getInventorNode ()
 
const SoNode * getInventorNode () const
 
bool isPickable (bool actively=true) const
 
void setPickable (bool actively, bool passively=true)
 
virtual bool rightClickable () const
 
void select () const
 
void deSelect () const
 
void updateSel () const
 
virtual bool isSelected () const
 
virtual void setDisplayTransformation (const visBase::Transformation *)
 
virtual float getPixelDensity () const
 
bool serialize (const char *filename, bool binary=false)
 
void setParent (DataObjectGroup *g)
 
template<class T >
T * addNodeState (T *ns)
 
NodeStateremoveNodeState (NodeState *)
 
NodeStategetNodeState (int idx)
 
- 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 visSurvey::SurveyObject
void doRef ()
 
void doUnRef ()
 
virtual const char * get3DSurvGeomName () const
 
virtual Pos::GeomID getGeomID () const
 
virtual float maxDist () const
 
virtual void getPickingMessage (BufferString &msg) const
 
virtual void snapToTracePos (Coord3 &) const
 
virtual void otherObjectsMoved (const ObjectSet< const SurveyObject > &, int whichobj)
 
virtual void setTranslation (const Coord3 &)
 
virtual Coord3 getTranslation () const
 
virtual void getChildren (TypeSet< int > &) const
 
virtual void enableEditor (bool yn)
 
virtual const OD::LineStylelineStyle () const
 
virtual void setLineStyle (const OD::LineStyle &)
 
virtual void getLineWidthBounds (int &min, int &max)
 
virtual bool hasSpecificLineColor () const
 
virtual void setOnlyAtSectionsDisplay (bool)
 
virtual bool displayedOnlyAtSections () const
 
virtual bool hasColor () const
 
virtual bool usesColor () const
 
virtual Color getColor () const
 
virtual void setAnnotColor (Color)
 
virtual Color getAnnotColor () const
 
virtual BufferString getResolutionName (int) const
 
const visBase::TextureChannel2RGBAgetChannels2RGBA () const
 
void getChannelName (int, uiString &) const
 
virtual bool canHandleColTabSeqTrans (int) const
 
bool isAnyAttribEnabled () const
 
virtual bool hasSingleColorFallback () const
 
virtual Pol2D3D getAllowedDataType () const
 
virtual bool canRemoveSelection () const
 
virtual bool removeSelections (TaskRunner *)
 
virtual void clearSelections ()
 
virtual void getObjectInfo (BufferString &) const
 
virtual bool setDataVolume (int attrib, const RegularSeisDataPack *, TaskRunner *)
 
virtual const RegularSeisDataPackgetCacheVolume (int attr) const
 
virtual void getRandomPos (DataPointSet &, TaskRunner *) const
 
virtual void getRandomPosCache (int attrib, DataPointSet &) const
 
virtual void setRandomPosData (int attrib, const DataPointSet *, TaskRunner *)
 
virtual void readAuxData ()
 
virtual void setScene (Scene *scn)
 
virtual const ScenegetScene () const
 
virtual ScenegetScene ()
 
virtual int getSceneID () const
 
virtual bool alreadyTransformed (int attrib) const
 
int getUpdateStageNr () const
 
virtual void lock (bool yn)
 
virtual bool isLocked () const
 
virtual NotifierAccessgetLockNotifier ()
 
virtual bool isVerticalPlane () const
 
virtual void turnOnSelectionMode (bool)
 
void setUserRefs (int attrib, BufferStringSet *nms)
 
void setSaveInSessionsFlag (bool yn)
 
bool getSaveInSessionsFlag () const
 
virtual bool canBeRemoved () const
 

Static Public Member Functions

static const char * sKeyPanelDepthKey ()
 
static const char * sKeyPanelPlaneKey ()
 
static const char * sKeyPanelRotateKey ()
 
- Static Public Member Functions inherited from visBase::VisualObjectImpl
static const char * sKeyMaterialID ()
 
static const char * sKeyMaterial ()
 
static const char * sKeyIsOn ()
 
- Static Public Member Functions inherited from visBase::DataObject
static int getID (const osg::Node *)
 
static float getDefaultPixelDensity ()
 
static void setVisualizationThread (const void *)
 Call only once from initialization. More...
 
static bool isVisualizationThread ()
 
static void requestSingleRedraw ()
 
static void setCommonViewer (osgViewer::CompositeViewer *)
 
static osgViewer::CompositeViewer * getCommonViewer ()
 
- Static Public Member Functions inherited from visSurvey::SurveyObject
static float sDefMaxDist ()
 
static const char * sKeyColTabID ()
 
static const char * sKeySequence ()
 
static const char * sKeyMapper ()
 
static const char * sKeyTextTrans ()
 
static const char * sKeyTC2RGBA ()
 
static const char * sKeyNrAttribs ()
 
static const char * sKeyAttribs ()
 
static const char * sKeyLocked ()
 
static const char * sKeySurvey ()
 

Public Attributes

Notifier< RandomTrackDisplaymoving_
 
Notifier< RandomTrackDisplaynodemoving_
 

Protected Member Functions

 ~RandomTrackDisplay ()
 
bool getCacheValue (int attrib, int version, const Coord3 &, float &) const
 Coord is in attribute space. More...
 
void addCache ()
 
void removeCache (int)
 
void swapCache (int, int)
 
void emptyCache (int)
 
bool hasCache (int) const
 
void getDataTraceBids (TypeSet< BinID > &, TypeSet< int > *segments) const
 
BinID proposeNewPos (int node) const
 
void updateChannels (int attrib, TaskRunner *)
 
void createTransformedDataPack (int attrib, TaskRunner *=0)
 
void setNodePos (int, const BinID &, bool check)
 
BinID snapPosition (const BinID &) const
 
bool checkPosition (const BinID &) const
 
void geomChangeCB (CallBacker *)
 
void nodeMoved (CallBacker *)
 
void draggerRightClick (CallBacker *)
 
void pickCB (CallBacker *)
 
bool checkValidPick (const visBase::EventInfo &, const Coord3 &pos) const
 
void setPickPos (const Coord3 &pos)
 
void removePickPos (const Coord3 &)
 
void dataTransformCB (CallBacker *)
 
void updateRanges (bool, bool)
 
void updatePanelStripPath ()
 
void setPanelStripZRange (const Interval< float > &)
 
float appliedZRangeStep () const
 
void draggerMoveFinished (CallBacker *)
 
void updateMouseCursorCB (CallBacker *)
 
void updateTexOriginAndScale (int attrib, const TrcKeyPath &, const StepInterval< float > &zrg)
 
int getClosestPanelIdx (const Coord &, double *fracptr) const
 
void mouseCB (CallBacker *)
 
bool isPicking () const
 
void removePickPos (int polyidx)
 
void addNodeInternal (const BinID &)
 
void insertNodeInternal (int, const BinID &)
 
void removeNodeInternal (int)
 
void movingNodeInternal (int selnodeidx)
 
void finishNodeMoveInternal ()
 
void geomNodeMoveCB (CallBacker *)
 
void setNodePositions (const TypeSet< BinID > &, bool onlyinternal)
 
bool isMappingTraceOfBid (BinID bid, int trcidx, bool forward=true) const
 
void snapZRange (Interval< float > &)
 
- Protected Member Functions inherited from visSurvey::MultiTextureSurveyObject
 MultiTextureSurveyObject ()
 
 ~MultiTextureSurveyObject ()
 
void getValueString (const Coord3 &, BufferString &) const
 Coord is in ztransformed space. More...
 
void updateMainSwitch ()
 
virtual bool init ()
 
- Protected Member Functions inherited from visBase::VisualObjectImpl
int addChild (osg::Node *)
 
void insertChild (int pos, osg::Node *)
 
void removeChild (osg::Node *)
 
int childIndex (const osg::Node *) const
 
 VisualObjectImpl (bool selectable)
 
virtual ~VisualObjectImpl ()
 
virtual void materialChangeCB (CallBacker *)
 
virtual void setGroupNode (osg::Group *)
 Must be called during construction. More...
 
- Protected Member Functions inherited from visBase::VisualObject
void triggerSel ()
 
void triggerDeSel ()
 
void triggerRightClick (const EventInfo *)
 
 VisualObject (bool selectable=false)
 
 ~VisualObject ()
 
- Protected Member Functions inherited from visBase::DataObject
virtual osg::StateSet * getStateSet ()
 
void doAddNodeState (NodeState *ns)
 
 DataObject ()
 
template<class T >
T * setOsgNode (T *t)
 Must be called during construction. More...
 
void updateNodemask ()
 
- Protected Member Functions inherited from CallBacker
void detachAllNotifiers ()
 Call from the destructor of your inherited object. More...
 
- Protected Member Functions inherited from visSurvey::SurveyObject
 SurveyObject ()
 
 ~SurveyObject ()
 
void initAdaptiveMouseCursor (CallBacker *eventcb, int objid, int inplanedragkeys, MouseCursor &)
 

Static Protected Member Functions

static const char * sKeyTrack ()
 
static const char * sKeyNrKnots ()
 
static const char * sKeyKnotPrefix ()
 
static const char * sKeyDepthInterval ()
 
static const char * sKeyLockGeometry ()
 
- Static Protected Member Functions inherited from visSurvey::SurveyObject
static int cValNameOffset ()
 

Protected Attributes

int nrgeomchangecbs_
 
Geometry::RandomLinerl_
 
visBase::TexturePanelStrippanelstrip_
 
visBase::RandomTrackDraggerdragger_
 
visBase::PolyLinepolyline_
 
visBase::MarkerSetmarkerset_
 
visBase::EventCatchereventcatcher_
 
MouseCursor mousecursor_
 
int selnodeidx_
 
TypeSet< DataPack::IDdatapackids_
 
TypeSet< DataPack::IDtransfdatapackids_
 
TypeSet< BinIDtrcspath_
 
TypeSet< BinIDnodes_
 
ZAxisTransformdatatransform_
 
Interval< float > depthrg_
 
int voiidx_
 
TrcKeyPath trckeypath_
 
int pickstartnodeidx_
 
bool ispicking_
 
int oldstyledoubleclicked_
 
UpdateStageInfo updatestageinfo_
 
bool lockgeometry_
 
bool ismanip_
 
int namenr_
 
bool polylinemode_
 
bool interactivetexturedisplay_
 
int originalresolution_
 
- Protected Attributes inherited from visSurvey::MultiTextureSurveyObject
visBase::TextureChannelschannels_
 
int resolution_
 
- Protected Attributes inherited from visBase::VisualObjectImpl
Materialmaterial_
 
bool righthandsystem_
 
- Protected Attributes inherited from visBase::DataObject
DataObjectGroupparent_
 
- Protected Attributes inherited from visSurvey::SurveyObject
BufferString errmsg_
 
Scenescene_
 
int updatestagenr_
 
bool locked_
 
ObjectSet< BufferStringSetuserrefs_
 
const Survey::Geometry3Ds3dgeom_
 
BufferString survname_
 
bool saveinsessionsflag_
 

Private Member Functions

 mODTextTranslationClass (RandomTrackDisplay)
 

Additional Inherited Members

- Public Types inherited from visSurvey::SurveyObject
enum  AttribFormat {
  None, Cube, Traces, RandomPos,
  OtherFormat
}
 

Detailed Description

Used for displaying a random or arbitrary line.

RandomTrackDisplay is the front-end class for displaying arbitrary lines. The complete line consists of separate sections connected at inline/crossline positions, called knots or nodes. Several functions are available for adding or inserting node positions. The depth range of the line can be changed by setDepthInterval(const Interval<float>&)

Constructor & Destructor Documentation

visSurvey::RandomTrackDisplay::RandomTrackDisplay ( )
visSurvey::RandomTrackDisplay::~RandomTrackDisplay ( )
protected

Member Function Documentation

void visSurvey::RandomTrackDisplay::acceptManipulation ( )
virtual

Reimplemented from visSurvey::SurveyObject.

void visSurvey::RandomTrackDisplay::addCache ( )
protectedvirtual
void visSurvey::RandomTrackDisplay::addNode ( int  nodenr)

If nodenr<nrNodes, a node is added before the nodenr. If nodenr==nrNodes, a node is added at the end.

void visSurvey::RandomTrackDisplay::addNode ( const BinID )
void visSurvey::RandomTrackDisplay::addNodeInternal ( const BinID )
protected
bool visSurvey::RandomTrackDisplay::allowMaterialEdit ( ) const
inlinevirtual

Reimplemented from visSurvey::SurveyObject.

virtual bool visSurvey::RandomTrackDisplay::allowsPicks ( ) const
inlinevirtual

Reimplemented from visSurvey::SurveyObject.

virtual void visSurvey::RandomTrackDisplay::annotateNextUpdateStage ( bool  yn)
virtual

Annotation to enumerate distinguishable stages in an update sequence. False resets updatestagenr_ to zero. For example: no updating #0 annotateNextUpdateStage( true ); update geometry #1 annotateNextUpdateStage( true ); update textures #2 annotateNextUpdateStage( false ); no updating #0 Derived class decides whether to neglect or act, e.g. by (de/re)freezing its display.

Reimplemented from visSurvey::SurveyObject.

float visSurvey::RandomTrackDisplay::appliedZRangeStep ( ) const
protected
virtual float visSurvey::RandomTrackDisplay::calcDist ( const Coord3 ) const
virtual

Reimplemented from visSurvey::SurveyObject.

bool visSurvey::RandomTrackDisplay::canAddNode ( int  nodenr) const

If nodenr<nrNodes the function Checks if a node can be added before the nodenr. If nodenr==nrNodes, it checks if a node can be added.

bool visSurvey::RandomTrackDisplay::canBDispOn2DViewer ( ) const
inlinevirtual
bool visSurvey::RandomTrackDisplay::canDuplicate ( ) const
inlinevirtual

Reimplemented from visSurvey::SurveyObject.

bool visSurvey::RandomTrackDisplay::canResetManipulation ( ) const
inlinevirtual

Reimplemented from visSurvey::SurveyObject.

bool visSurvey::RandomTrackDisplay::checkPosition ( const BinID ) const
protected
bool visSurvey::RandomTrackDisplay::checkValidPick ( const visBase::EventInfo ,
const Coord3 pos 
) const
protected
bool visSurvey::RandomTrackDisplay::createFromPolyLine ( )
void visSurvey::RandomTrackDisplay::createTransformedDataPack ( int  attrib,
TaskRunner = 0 
)
protected
void visSurvey::RandomTrackDisplay::dataTransformCB ( CallBacker )
protected
void visSurvey::RandomTrackDisplay::draggerMoveFinished ( CallBacker )
protected
void visSurvey::RandomTrackDisplay::draggerRightClick ( CallBacker )
protected
SurveyObject* visSurvey::RandomTrackDisplay::duplicate ( TaskRunner ) const
virtual

Reimplemented from visSurvey::SurveyObject.

void visSurvey::RandomTrackDisplay::emptyCache ( int  )
protectedvirtual
const char* visSurvey::RandomTrackDisplay::errMsg ( ) const
inlinevirtual
virtual void visSurvey::RandomTrackDisplay::fillPar ( IOPar ) const
virtual
void visSurvey::RandomTrackDisplay::finishNodeMoveInternal ( )
protected
void visSurvey::RandomTrackDisplay::geomChangeCB ( CallBacker )
protected
void visSurvey::RandomTrackDisplay::geomNodeMoveCB ( CallBacker )
protected
void visSurvey::RandomTrackDisplay::getAllNodePos ( TypeSet< BinID > &  ) const
SurveyObject::AttribFormat visSurvey::RandomTrackDisplay::getAttributeFormat ( int  attrib) const
virtual

Reimplemented from visSurvey::SurveyObject.

bool visSurvey::RandomTrackDisplay::getCacheValue ( int  attrib,
int  version,
const Coord3 ,
float &   
) const
protectedvirtual

Coord is in attribute space.

Implements visSurvey::MultiTextureSurveyObject.

int visSurvey::RandomTrackDisplay::getClosestPanelIdx ( const Coord ) const
int visSurvey::RandomTrackDisplay::getClosestPanelIdx ( const Coord ,
double *  fracptr 
) const
protected
DataPack::ID visSurvey::RandomTrackDisplay::getDataPackID ( int  attrib) const
virtual

Reimplemented from visSurvey::SurveyObject.

virtual DataPackMgr::ID visSurvey::RandomTrackDisplay::getDataPackMgrID ( ) const
inlinevirtual

Reimplemented from visSurvey::SurveyObject.

void visSurvey::RandomTrackDisplay::getDataTraceBids ( TypeSet< BinID > &  ) const
virtual

Segment-based coding: inner nodes doubled.

Reimplemented from visSurvey::SurveyObject.

void visSurvey::RandomTrackDisplay::getDataTraceBids ( TypeSet< BinID > &  ,
TypeSet< int > *  segments 
) const
protected
Interval<float> visSurvey::RandomTrackDisplay::getDataTraceRange ( ) const
virtual

Reimplemented from visSurvey::SurveyObject.

Interval<float> visSurvey::RandomTrackDisplay::getDepthInterval ( ) const
DataPack::ID visSurvey::RandomTrackDisplay::getDisplayedDataPackID ( int  attrib) const
virtual

Reimplemented from visSurvey::SurveyObject.

const mVisTrans* visSurvey::RandomTrackDisplay::getDisplayTransformation ( ) const
virtual

All positions going from the outside world to the vis should be transformed with this transform. This enables us to have different coord-systems outside OI, e.g. we can use UTM coords outside the vis without loosing precision in the vis.

Reimplemented from visBase::DataObject.

BinID visSurvey::RandomTrackDisplay::getManipNodePos ( int  ) const
NotifierAccess* visSurvey::RandomTrackDisplay::getManipulationNotifier ( )
inlinevirtual

Reimplemented from visSurvey::SurveyObject.

BufferString visSurvey::RandomTrackDisplay::getManipulationString ( ) const
virtual

Reimplemented from visSurvey::SurveyObject.

const MouseCursor* visSurvey::RandomTrackDisplay::getMouseCursor ( ) const
inlinevirtual

Returns a mouse cursor that will be used if this object under the mouse in Act mode.

Reimplemented from visSurvey::SurveyObject.

void visSurvey::RandomTrackDisplay::getMousePosInfo ( const visBase::EventInfo ,
IOPar  
) const
virtual

Reimplemented from visSurvey::SurveyObject.

void visSurvey::RandomTrackDisplay::getMousePosInfo ( const visBase::EventInfo ,
Coord3 ,
BufferString ,
BufferString  
) const
virtual

Reimplemented from visSurvey::SurveyObject.

virtual NotifierAccess* visSurvey::RandomTrackDisplay::getMovementNotifier ( )
inlinevirtual

Gives access to a notifier that is triggered when object is moved or modified.

Reimplemented from visSurvey::SurveyObject.

MultiID visSurvey::RandomTrackDisplay::getMultiID ( ) const
virtual

Reimplemented from visSurvey::SurveyObject.

BinID visSurvey::RandomTrackDisplay::getNodePos ( int  ) const
TypeSet<BinID>* visSurvey::RandomTrackDisplay::getNodes ( )
inline
Coord3 visSurvey::RandomTrackDisplay::getNormal ( const Coord3 pos) const
virtual

Position and Normal are both in displayspace.

Reimplemented from visSurvey::SurveyObject.

TypeSet<BinID>* visSurvey::RandomTrackDisplay::getPath ( )
inline

BinID-based coding: inner nodes single.

Geometry::RandomLine* visSurvey::RandomTrackDisplay::getRandomLine ( )
int visSurvey::RandomTrackDisplay::getRandomLineID ( ) const
const char* visSurvey::RandomTrackDisplay::getRandomLineName ( ) const
bool visSurvey::RandomTrackDisplay::getSelMousePosInfo ( const visBase::EventInfo ,
Coord3 ,
BufferString ,
BufferString  
) const
int visSurvey::RandomTrackDisplay::getSelNodeIdx ( ) const
inline

knotidx>=0, panelidx<0

visBase::TexturePanelStrip* visSurvey::RandomTrackDisplay::getTexturePanelStrip ( ) const
inline
void visSurvey::RandomTrackDisplay::getTraceKeyPath ( TrcKeyPath ,
TypeSet< Coord > *   
) const
virtual

If Coordinates are different from the trckeys, they can be delivered in the TypeSet<Coord>*

Reimplemented from visSurvey::SurveyObject.

const TrcKeyPath* visSurvey::RandomTrackDisplay::getTrcKeyPath ( )
inline
TrcKeyZSampling visSurvey::RandomTrackDisplay::getTrcKeyZSampling ( int  attrib) const
virtual
Returns
the volume in world survey coordinates.

Reimplemented from visSurvey::SurveyObject.

TypeSet<Coord> visSurvey::RandomTrackDisplay::getTrueCoords ( ) const
const ZAxisTransform* visSurvey::RandomTrackDisplay::getZAxisTransform ( ) const
virtual

Reimplemented from visSurvey::SurveyObject.

bool visSurvey::RandomTrackDisplay::hasCache ( int  ) const
protectedvirtual
bool visSurvey::RandomTrackDisplay::hasPosModeManipulator ( ) const
inlinevirtual

Reimplemented from visSurvey::SurveyObject.

void visSurvey::RandomTrackDisplay::insertNode ( int  ,
const BinID  
)
void visSurvey::RandomTrackDisplay::insertNodeInternal ( int  ,
const BinID  
)
protected
bool visSurvey::RandomTrackDisplay::isGeometryLocked ( ) const
bool visSurvey::RandomTrackDisplay::isInlCrl ( ) const
inlinevirtual

Reimplemented from visSurvey::SurveyObject.

bool visSurvey::RandomTrackDisplay::isManipulated ( ) const
virtual

Reimplemented from visSurvey::SurveyObject.

bool visSurvey::RandomTrackDisplay::isManipulatorShown ( ) const
virtual

Reimplemented from visSurvey::SurveyObject.

bool visSurvey::RandomTrackDisplay::isMappingTraceOfBid ( BinID  bid,
int  trcidx,
bool  forward = true 
) const
protected
bool visSurvey::RandomTrackDisplay::isPicking ( ) const
protectedvirtual

Reimplemented from visSurvey::SurveyObject.

void visSurvey::RandomTrackDisplay::lockGeometry ( bool  )
visSurvey::RandomTrackDisplay::mDefaultFactoryInstantiation ( visSurvey::SurveyObject  ,
RandomTrackDisplay  ,
"RandomTrackDisplay"  ,
toUiString(sFactoryKeyword())   
)
visSurvey::RandomTrackDisplay::mODTextTranslationClass ( RandomTrackDisplay  )
private
void visSurvey::RandomTrackDisplay::mouseCB ( CallBacker )
protected
void visSurvey::RandomTrackDisplay::movingNodeInternal ( int  selnodeidx)
protected
int visSurvey::RandomTrackDisplay::nameNr ( ) const
inline
Returns
a number that is unique for this rtd, and is present in its name.
void visSurvey::RandomTrackDisplay::nodeMoved ( CallBacker )
protected
int visSurvey::RandomTrackDisplay::nrNodes ( ) const
int visSurvey::RandomTrackDisplay::nrResolutions ( ) const
inlinevirtual
void visSurvey::RandomTrackDisplay::pickCB ( CallBacker )
protected
BinID visSurvey::RandomTrackDisplay::proposeNewPos ( int  node) const
protected
void visSurvey::RandomTrackDisplay::removeAllNodes ( )
void visSurvey::RandomTrackDisplay::removeCache ( int  )
protectedvirtual
void visSurvey::RandomTrackDisplay::removeNode ( int  )
void visSurvey::RandomTrackDisplay::removeNodeInternal ( int  )
protected
void visSurvey::RandomTrackDisplay::removePickPos ( const Coord3 )
protected
void visSurvey::RandomTrackDisplay::removePickPos ( int  polyidx)
protected
void visSurvey::RandomTrackDisplay::resetManipulation ( )
virtual

Reimplemented from visSurvey::SurveyObject.

void visSurvey::RandomTrackDisplay::setColor ( Color  )
virtual

Reimplemented from visSurvey::SurveyObject.

bool visSurvey::RandomTrackDisplay::setDataPackID ( int  attrib,
DataPack::ID  ,
TaskRunner  
)
virtual

Reimplemented from visSurvey::SurveyObject.

void visSurvey::RandomTrackDisplay::setDepthInterval ( const Interval< float > &  )
void visSurvey::RandomTrackDisplay::setDisplayTransformation ( const mVisTrans )
void visSurvey::RandomTrackDisplay::setNodePos ( int  ,
const BinID  
)
void visSurvey::RandomTrackDisplay::setNodePos ( int  ,
const BinID ,
bool  check 
)
protected
bool visSurvey::RandomTrackDisplay::setNodePositions ( const TypeSet< BinID > &  )
void visSurvey::RandomTrackDisplay::setNodePositions ( const TypeSet< BinID > &  ,
bool  onlyinternal 
)
protected
void visSurvey::RandomTrackDisplay::setPanelStripZRange ( const Interval< float > &  )
protected
void visSurvey::RandomTrackDisplay::setPickPos ( const Coord3 pos)
protected
virtual void visSurvey::RandomTrackDisplay::setPixelDensity ( float  )
virtual

Reimplemented from visBase::DataObject.

void visSurvey::RandomTrackDisplay::setPolyLineMode ( bool  yn)
void visSurvey::RandomTrackDisplay::setRandomLineID ( int  id)
void visSurvey::RandomTrackDisplay::setResolution ( int  ,
TaskRunner  
)
virtual
void visSurvey::RandomTrackDisplay::setSceneEventCatcher ( visBase::EventCatcher )
virtual

Reimplemented from visBase::VisualObject.

bool visSurvey::RandomTrackDisplay::setZAxisTransform ( ZAxisTransform ,
TaskRunner  
)
virtual

Reimplemented from visSurvey::SurveyObject.

void visSurvey::RandomTrackDisplay::showManipulator ( bool  yn)
virtual

Reimplemented from visSurvey::SurveyObject.

static const char* visSurvey::RandomTrackDisplay::sKeyDepthInterval ( )
staticprotected
static const char* visSurvey::RandomTrackDisplay::sKeyKnotPrefix ( )
staticprotected
static const char* visSurvey::RandomTrackDisplay::sKeyLockGeometry ( )
staticprotected
static const char* visSurvey::RandomTrackDisplay::sKeyNrKnots ( )
staticprotected
static const char* visSurvey::RandomTrackDisplay::sKeyPanelDepthKey ( )
inlinestatic
static const char* visSurvey::RandomTrackDisplay::sKeyPanelPlaneKey ( )
inlinestatic
static const char* visSurvey::RandomTrackDisplay::sKeyPanelRotateKey ( )
inlinestatic
static const char* visSurvey::RandomTrackDisplay::sKeyTrack ( )
staticprotected
BinID visSurvey::RandomTrackDisplay::snapPosition ( const BinID ) const
protected
void visSurvey::RandomTrackDisplay::snapZRange ( Interval< float > &  )
protected
void visSurvey::RandomTrackDisplay::swapCache ( int  ,
int   
)
protectedvirtual
void visSurvey::RandomTrackDisplay::updateChannels ( int  attrib,
TaskRunner  
)
protected
void visSurvey::RandomTrackDisplay::updateMouseCursorCB ( CallBacker )
protectedvirtual

Reimplemented from visSurvey::SurveyObject.

void visSurvey::RandomTrackDisplay::updatePanelStripPath ( )
protected
void visSurvey::RandomTrackDisplay::updateRanges ( bool  ,
bool   
)
protected
void visSurvey::RandomTrackDisplay::updateTexOriginAndScale ( int  attrib,
const TrcKeyPath ,
const StepInterval< float > &  zrg 
)
protected
virtual bool visSurvey::RandomTrackDisplay::usePar ( const IOPar )
virtual

Member Data Documentation

TypeSet<DataPack::ID> visSurvey::RandomTrackDisplay::datapackids_
protected
ZAxisTransform* visSurvey::RandomTrackDisplay::datatransform_
protected
Interval<float> visSurvey::RandomTrackDisplay::depthrg_
protected
visBase::RandomTrackDragger* visSurvey::RandomTrackDisplay::dragger_
protected
visBase::EventCatcher* visSurvey::RandomTrackDisplay::eventcatcher_
protected
bool visSurvey::RandomTrackDisplay::interactivetexturedisplay_
protected
bool visSurvey::RandomTrackDisplay::ismanip_
protected
bool visSurvey::RandomTrackDisplay::ispicking_
protected
bool visSurvey::RandomTrackDisplay::lockgeometry_
protected
visBase::MarkerSet* visSurvey::RandomTrackDisplay::markerset_
protected
MouseCursor visSurvey::RandomTrackDisplay::mousecursor_
protected
Notifier<RandomTrackDisplay> visSurvey::RandomTrackDisplay::moving_
int visSurvey::RandomTrackDisplay::namenr_
protected
Notifier<RandomTrackDisplay> visSurvey::RandomTrackDisplay::nodemoving_
TypeSet<BinID> visSurvey::RandomTrackDisplay::nodes_
protected
int visSurvey::RandomTrackDisplay::nrgeomchangecbs_
protected
int visSurvey::RandomTrackDisplay::oldstyledoubleclicked_
protected
int visSurvey::RandomTrackDisplay::originalresolution_
protected
visBase::TexturePanelStrip* visSurvey::RandomTrackDisplay::panelstrip_
protected
int visSurvey::RandomTrackDisplay::pickstartnodeidx_
protected
visBase::PolyLine* visSurvey::RandomTrackDisplay::polyline_
protected
bool visSurvey::RandomTrackDisplay::polylinemode_
protected
Geometry::RandomLine* visSurvey::RandomTrackDisplay::rl_
protected
int visSurvey::RandomTrackDisplay::selnodeidx_
protected
TypeSet<DataPack::ID> visSurvey::RandomTrackDisplay::transfdatapackids_
protected
TrcKeyPath visSurvey::RandomTrackDisplay::trckeypath_
protected
TypeSet<BinID> visSurvey::RandomTrackDisplay::trcspath_
protected
UpdateStageInfo visSurvey::RandomTrackDisplay::updatestageinfo_
protected
int visSurvey::RandomTrackDisplay::voiidx_
protected

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