OpendTect
7.0
|
Classes | |
struct | AttribData |
struct | IsosurfaceSetting |
Public Member Functions | |
VolumeDisplay () | |
void | acceptManipulation () override |
bool | addAttrib () override |
VisID | addIsoSurface (TaskRunner *=nullptr, bool updateisosurface=true) |
VisID | addSlice (int dim) |
bool | allowMaterialEdit () const override |
void | allowShading (bool yn) override |
bool | allowsPicks () const override |
bool | canAddAttrib (int nrattribstoadd=1) const override |
bool | canDuplicate () const override |
bool | canEnableTextureInterpolation () const override |
bool | canHaveMultipleAttribs () const override |
bool | canRemoveAttrib () const override |
bool | canResetManipulation () const override |
bool | canSetColTabSequence () const override |
float | defaultIsoValue () const |
visSurvey::SurveyObject * | duplicate (TaskRunner *) const override |
void | enableAttrib (int attrib, bool yn) override |
void | enableTextureInterpolation (bool) override |
const char * | errMsg () const override |
void | fillPar (IOPar &) const override |
unsigned char | getAttribTransparency (int attrib) const override |
SurveyObject::AttribFormat | getAttributeFormat (int attrib) const override |
const RegularSeisDataPack * | getCacheVolume (int attrib) const override |
const visBase::TextureChannel2RGBA * | getChannels2RGBA () const |
visBase::TextureChannel2RGBA * | getChannels2RGBA () override |
void | getChildren (TypeSet< VisID > &) const override |
const ColTab::MapperSetup * | getColTabMapperSetup (int attrib, int version=0) const override |
const ColTab::Sequence * | getColTabSequence (int attrib) const override |
DataPackID | getDataPackID (int attrib) const override |
virtual DataPackMgr::MgrID | getDataPackMgrID () const override |
DataPackID | getDisplayedDataPackID (int attrib) const override |
const TypeSet< float > * | getHistogram (int attrib) const override |
visBase::MarchingCubesSurface * | getIsoSurface (int idx) |
int | getIsoSurfaceIdx (const visBase::MarchingCubesSurface *) const |
NotifierAccess * | getManipulationNotifier () override |
BufferString | getManipulationString () const override |
void | getMousePosInfo (const visBase::EventInfo &, Coord3 &, BufferString &val, BufferString &info) const override |
void | getMousePosInfo (const visBase::EventInfo &ei, IOPar &iop) const override |
NotifierAccess * | getMovementNotifier () override |
int | getNrIsoSurfaces () |
void | getObjectInfo (BufferString &) const override |
MultiID | getSeedsID (const visBase::MarchingCubesSurface *) const |
visBase::OrthogonalSlice * | getSelectedSlice () const |
const Attrib::SelSpec * | getSelSpec (int attrib, int version=0) const override |
version=-1 gives current version More... | |
const TypeSet< Attrib::SelSpec > * | getSelSpecs (int attrib) const override |
TrcKeyZSampling | getTrcKeyZSampling (bool manippos, bool displayspace, int attrib) const |
TrcKeyZSampling | getTrcKeyZSampling (int attrib) const override |
void | getTreeObjectInfo (uiString &) const |
float | getValue (int attrib, const Coord3 &) const |
const ZAxisTransform * | getZAxisTransform () const override |
bool | hasPosModeManipulator () const override |
bool | isAttribEnabled (int attrib) const override |
char | isFullMode (const visBase::MarchingCubesSurface *) const |
bool | isInlCrl () const override |
bool | isManipulated () const override |
bool | isManipulatorShown () const override |
bool | isOn () const override |
float | isoValue (const visBase::MarchingCubesSurface *) const |
bool | isVolRenShown () const |
int | nrAttribs () const override |
bool | removeAttrib (int attrib) override |
void | removeChild (VisID displayid) |
void | resetManipulation () override |
char | seedAboveIsovalue (const visBase::MarchingCubesSurface *) const |
void | setAttribTransparency (int attrib, unsigned char) override |
bool | setChannels2RGBA (visBase::TextureChannel2RGBA *) override |
void | setColTabMapperSetup (int attrib, const ColTab::MapperSetup &, TaskRunner *) override |
void | setColTabSequence (int attrib, const ColTab::Sequence &, TaskRunner *) override |
bool | setDataPackID (int attrib, DataPackID, TaskRunner *) override |
bool | setDataVolume (int attrib, const RegularSeisDataPack *, TaskRunner *) override |
void | setDisplayTransformation (const mVisTrans *) override |
void | setFullMode (const visBase::MarchingCubesSurface *, bool full=1) |
void | setIsoValue (const visBase::MarchingCubesSurface *, float, TaskRunner *=nullptr) |
void | setMaterial (visBase::Material *) override |
void | setRightHandSystem (bool yn) override |
void | setSeedAboveIsovalue (const visBase::MarchingCubesSurface *, bool) |
void | setSeedsID (const visBase::MarchingCubesSurface *, MultiID) |
void | setSelSpec (int attrib, const Attrib::SelSpec &) override |
void | setSelSpecs (int attrib, const TypeSet< Attrib::SelSpec > &) override |
void | setSlicePosition (visBase::OrthogonalSlice *, const TrcKeyZSampling &) |
void | setTrcKeyZSampling (const TrcKeyZSampling &, bool dragmode=false) |
bool | setZAxisTransform (ZAxisTransform *, TaskRunner *) override |
void | showManipulator (bool yn) override |
void | showVolRen (bool yn) |
float | slicePosition (visBase::OrthogonalSlice *) const |
TrcKeyZSampling | sliceSampling (visBase::OrthogonalSlice *) const |
bool | swapAttribs (int attrib0, int attrib1) override |
bool | textureInterpolationEnabled () const override |
bool | turnOn (bool yn) override |
void | updateIsoSurface (int, TaskRunner *=nullptr) |
bool | usePar (const IOPar &) override |
bool | usesShading () const |
VisID | volRenID () const |
bool | writeVolume (int attrib, const char *fnm) const |
Public Member Functions inherited from visBase::VisualObjectImpl | |
const Material * | getMaterial () const |
Material * | getMaterial () override |
bool | isRightHandSystem () const override |
NotifierAccess * | materialChange () |
void | readLock () |
void | readUnLock () |
void | setLockable () |
bool | tryReadLock () |
bool | tryWriteLock () |
void | writeLock () |
void | writeUnLock () |
Public Member Functions inherited from visBase::VisualObject | |
NotifierAccess * | deSelection () override |
virtual bool | getBoundingBox (Coord3 &min, Coord3 &max) const |
NotifierAccess * | rightClicked () override |
const EventInfo * | rightClickedEventInfo () const |
const TypeSet< VisID > * | rightClickedPath () const override |
NotifierAccess * | selection () override |
void | setSelectable (bool yn) |
Public Member Functions inherited from visBase::DataObject | |
template<class T > | |
T * | addNodeState (T *ns) |
void | deSelect () const |
void | enableTraversal (unsigned int mask, bool yn=true) |
virtual const char * | getClassName () const |
virtual const visBase::Transformation * | getDisplayTransformation () const |
SoNode * | getInventorNode () |
const SoNode * | getInventorNode () const |
BufferString | getName () const override |
NodeState * | getNodeState (int idx) |
virtual float | getPixelDensity () const |
VisID | id () const |
virtual bool | isOK () const |
bool | isPickable (bool actively=true) const |
bool | isTraversalEnabled (unsigned int mask) const |
const OD::String & | name () const override |
osg::Node * | osgNode (bool skipswitch=false) |
const osg::Node * | osgNode (bool skipswitch=false) const |
NodeState * | removeNodeState (NodeState *) |
void | select () const |
bool | serialize (const char *filename, bool binary=false) |
virtual void | setDisplayTransformation (const visBase::Transformation *) |
void | setID (VisID newid) |
void | setName (const char *) override |
void | setName (const uiString &uistr) |
void | setParent (DataObjectGroup *g) |
void | setPickable (bool actively, bool passively=true) |
virtual void | setPixelDensity (float dpi) |
void | setUiName (const uiString &) |
uiString | uiName () const |
void | updateSel () const |
Public Member Functions inherited from SharedObject | |
SharedObject (const char *nm=nullptr) | |
SharedObject (const SharedObject &) | |
Public Member Functions inherited from NamedCallBacker | |
NamedCallBacker (const char *nm=0) | |
NamedCallBacker (const NamedCallBacker &) | |
virtual Notifier< NamedCallBacker > & | objectToBeDeleted () const |
bool | operator== (const NamedCallBacker &oth) const |
bool | operator== (const NamedObject &oth) const |
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 |
virtual CallBacker * | trueCaller () |
Public Member Functions inherited from NamedObject | |
NamedObject (const char *nm=nullptr) | |
NamedObject (const NamedObject &oth) | |
virtual | ~NamedObject () |
bool | getNameFromPar (const IOPar &) |
NamedObject & | operator= (const NamedObject &) |
bool | operator== (const NamedObject &oth) const |
Public Member Functions inherited from ObjectWithName | |
virtual | ~ObjectWithName () |
bool | hasName (const char *nm) const |
bool | hasName (const name_type &nm) const |
void | putNameInPar (IOPar &) const |
Public Member Functions inherited from RefCount::Referenced | |
void | addObserver (WeakPtrBase *obs) |
Not for normal use. May become private. More... | |
int | nrRefs () const |
Only for expert use. More... | |
void | ref () const |
bool | refIfReffed () const |
Don't use in production, for debugging. More... | |
void | removeObserver (WeakPtrBase *obs) |
Not for normal use. May become private. More... | |
bool | tryRef () const |
Not for normal use. May become private. More... | |
void | unRef () const |
void | unRefNoDelete () const |
Public Member Functions inherited from visSurvey::SurveyObject | |
virtual bool | alreadyTransformed (int attrib) const |
virtual void | annotateNextUpdateStage (bool yn) |
virtual float | calcDist (const Coord3 &pos) const |
virtual bool | canBDispOn2DViewer () const |
virtual bool | canBeRemoved () const |
virtual bool | canHandleColTabSeqTrans (int) const |
virtual bool | canHaveMultipleTextures () const |
virtual bool | canRemoveSelection () const |
virtual bool | canShowTexture () const |
virtual void | clearSelections () |
virtual bool | displayedOnlyAtSections () const |
void | doRef () |
void | doUnRef () |
virtual void | enableEditor (bool yn) |
const Survey::Geometry3D * | get3DSurvGeom () const |
virtual const char * | get3DSurvGeomName () const |
virtual OD::Pol2D3D | getAllowedDataType () const |
virtual OD::Color | getAnnotColor () const |
OD::Color | getBackgroundColor () const |
void | getChannelName (int, uiString &) const |
virtual visBase::TextureChannels * | getChannels () const |
const visBase::TextureChannel2RGBA * | getChannels2RGBA () const |
virtual OD::Color | getColor () const |
virtual void | getDataTraceBids (TypeSet< BinID > &) const |
virtual Interval< float > | getDataTraceRange () const |
virtual Pos::GeomID | getGeomID () const |
virtual void | getLineWidthBounds (int &min, int &max) |
virtual NotifierAccess * | getLockNotifier () |
virtual MultiID | getMultiID () const |
virtual Coord3 | getNormal (const Coord3 &pos) const |
virtual void | getPickingMessage (BufferString &msg) const |
virtual void | getRandomPos (DataPointSet &, TaskRunner *) const |
virtual void | getRandomPosCache (int attrib, DataPointSet &) const |
virtual int | getResolution () const |
virtual BufferString | getResolutionName (int) const |
bool | getSaveInSessionsFlag () const |
virtual Scene * | getScene () |
virtual const Scene * | getScene () const |
virtual SceneID | getSceneID () const |
virtual void | getTraceKeyPath (TrcKeyPath &, TypeSet< Coord > *=nullptr) const |
virtual Coord3 | getTranslation () const |
int | getUpdateStageNr () const |
virtual bool | hasColor () const |
bool | hasSelSpec (const Attrib::SelSpec &, int &attrib, int &version) const |
virtual bool | hasSingleColorFallback () const |
virtual bool | hasSpecificLineColor () const |
virtual bool | hasSpecificMarkerColor () const |
virtual bool | isAngle (int attrib) const |
bool | isAnyAttribEnabled () const |
virtual bool | isLocked () const |
virtual bool | isPainting () const |
virtual bool | isPicking () const |
virtual bool | isVerticalPlane () const |
virtual const OD::LineStyle * | lineStyle () const |
virtual void | lock (bool yn) |
virtual const MarkerStyle3D * | markerStyle () const |
virtual float | maxDist () const |
virtual int | nrResolutions () const |
virtual int | nrTextures (int attrib) const |
virtual void | otherObjectsMoved (const ObjectSet< const SurveyObject > &, VisID whichobj) |
virtual void | readAuxData () |
virtual bool | removeSelections (TaskRunner *) |
virtual int | selectedTexture (int attrib) const |
virtual void | selectTexture (int attrib, int texture) |
virtual void | set3DSurvGeom (const Survey::Geometry3D *) |
virtual void | setAngleFlag (int attrib, bool yn) |
virtual void | setAnnotColor (OD::Color) |
virtual void | setColor (OD::Color) |
virtual void | setLineStyle (const OD::LineStyle &) |
virtual void | setMarkerStyle (const MarkerStyle3D &) |
virtual void | setOnlyAtSectionsDisplay (bool) |
virtual void | setRandomPosData (int attrib, const DataPointSet *, TaskRunner *) |
virtual void | setResolution (int, TaskRunner *) |
void | setSaveInSessionsFlag (bool yn) |
virtual void | setTranslation (const Coord3 &) |
void | setUserRefs (int attrib, BufferStringSet *nms) |
virtual bool | showsTexture () const |
virtual void | snapToTracePos (Coord3 &) const |
virtual void | turnOnSelectionMode (bool) |
virtual bool | usesColor () const |
virtual bool | usesTexture () const |
virtual void | useTexture (bool yn, bool trigger) |
Static Public Member Functions | |
static bool | canUseVolRenShading () |
static int | cCrossLine () |
static int | cInLine () |
static int | cTimeSlice () |
static const char * | sKeyInDepthVolResize () |
static const char * | sKeyVolDepthKey () |
static const char * | sKeyVolPlaneKey () |
Static Public Member Functions inherited from visBase::VisualObjectImpl | |
static const char * | sKeyIsOn () |
static const char * | sKeyMaterial () |
static const char * | sKeyMaterialID () |
Static Public Member Functions inherited from visBase::DataObject | |
static osgViewer::CompositeViewer * | getCommonViewer () |
static float | getDefaultPixelDensity () |
static VisID | getID (const osg::Node *) |
static bool | isVisualizationThread () |
static void | requestSingleRedraw () |
static void | setCommonViewer (osgViewer::CompositeViewer *) |
static void | setDefaultPixelDensity (float) |
static void | setVisualizationThread (const void *) |
Call only once from initialization. More... | |
Static Public Member Functions inherited from SharedObject | |
static Notifier< SharedObject > & | instanceCreated () |
Static Public Member Functions inherited from CallBacker | |
static void | createReceiverForCurrentThread () |
static void | removeReceiverForCurrentThread () |
Static Public Member Functions inherited from RefCount::Referenced | |
static bool | isSane (const Referenced *) |
Static Public Member Functions inherited from visSurvey::SurveyObject | |
static float | sDefMaxDist () |
static const char * | sKeyAttribs () |
static const char * | sKeyColTabID () |
static const char * | sKeyLocked () |
static const char * | sKeyMapper () |
static const char * | sKeyNrAttribs () |
static const char * | sKeyNrVersions () |
static const char * | sKeySelTexture () |
static const char * | sKeySequence () |
static const char * | sKeySurvey () |
static const char * | sKeyTC2RGBA () |
static const char * | sKeyTextTrans () |
Protected Member Functions | |
~VolumeDisplay () | |
void | dataTransformCB (CallBacker *) |
void | draggerFinishCB (CallBacker *) |
void | draggerMoveCB (CallBacker *) |
void | draggerStartCB (CallBacker *) |
const MouseCursor * | getMouseCursor () const override |
void | getObjectInfoText (uiString &info, bool compact) const |
bool | isSelected () const override |
void | materialChange (CallBacker *) |
bool | pickable () const |
bool | rightClickable () const override |
bool | selectable () const override |
void | setData (const RegularSeisDataPack *, int datatype=0) |
void | setScene (Scene *) override |
void | setSceneEventCatcher (visBase::EventCatcher *) override |
void | sliceMoving (CallBacker *) |
void | updateAttribEnabling () |
void | updateDraggerLimits (bool dragmode=false) |
void | updateIsoSurfColor () |
void | updateMouseCursorCB (CallBacker *) override |
void | updateRanges (bool updateic, bool updatez) |
bool | updateSeedBasedSurface (int, TaskRunner *=0) |
Protected Member Functions inherited from visBase::VisualObjectImpl | |
VisualObjectImpl (bool selectable) | |
virtual | ~VisualObjectImpl () |
int | addChild (osg::Node *) |
int | childIndex (const osg::Node *) const |
void | insertChild (int pos, osg::Node *) |
virtual void | materialChangeCB (CallBacker *) |
void | removeChild (osg::Node *) |
void | setGroupNode (DataObject *) |
virtual void | setGroupNode (osg::Group *) |
Must be called during construction. More... | |
Protected Member Functions inherited from visBase::VisualObject | |
VisualObject (bool selectable=false) | |
~VisualObject () | |
void | triggerDeSel () override |
void | triggerRightClick (const EventInfo *) override |
void | triggerSel () override |
Protected Member Functions inherited from visBase::DataObject | |
DataObject () | |
virtual | ~DataObject () |
void | doAddNodeState (NodeState *ns) |
virtual osg::StateSet * | getStateSet () |
template<class T > | |
T * | setOsgNode (T *t) |
Must be called during construction. More... | |
void | updateNodemask () |
Protected Member Functions inherited from SharedObject | |
virtual | ~SharedObject () |
Protected Member Functions inherited from NamedCallBacker | |
void | sendDelNotif () const |
Protected Member Functions inherited from RefCount::Referenced | |
Referenced () | |
Referenced (const Referenced &) | |
virtual | ~Referenced () |
Referenced & | operator= (const Referenced &) |
Protected Member Functions inherited from visSurvey::SurveyObject | |
SurveyObject () | |
~SurveyObject () | |
void | initAdaptiveMouseCursor (CallBacker *eventcb, VisID objid, int inplanedragkeys, MouseCursor &) |
Static Protected Member Functions | |
static const char * | sKeyCrossLine () |
static const char * | sKeyInline () |
static const char * | sKeyIsoOnStart () |
static const char * | sKeyIsoValueStart () |
static const char * | sKeyNrIsoSurfaces () |
static const char * | sKeyNrSlices () |
static const char * | sKeySeedsAboveIsov () |
static const char * | sKeySeedsMid () |
static const char * | sKeySlice () |
static const char * | sKeySurfMode () |
static const char * | sKeyTexture () |
static const char * | sKeyTime () |
static const char * | sKeyVolRen () |
static const char * | sKeyVolumeID () |
Static Protected Member Functions inherited from visSurvey::SurveyObject | |
static int | cValNameOffset () |
Additional Inherited Members | |
Public Types inherited from ObjectWithName | |
typedef OD::String | name_type |
Public Types inherited from visSurvey::SurveyObject | |
enum | AttribFormat { None , Cube , Traces , RandomPos , OtherFormat } |
<>
visSurvey::VolumeDisplay::VolumeDisplay | ( | ) |
|
protected |
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
VisID visSurvey::VolumeDisplay::addIsoSurface | ( | TaskRunner * | = nullptr , |
bool | updateisosurface = true |
||
) |
VisID visSurvey::VolumeDisplay::addSlice | ( | int | dim | ) |
|
inlineoverridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
inlineoverridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
inlineoverridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
static |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
protected |
float visSurvey::VolumeDisplay::defaultIsoValue | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
inlineoverridevirtual |
Reimplemented from visBase::DataObject.
|
overridevirtual |
Reimplemented from visBase::VisualObjectImpl.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
const visBase::TextureChannel2RGBA* visSurvey::VolumeDisplay::getChannels2RGBA | ( | ) | const |
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
inlineoverridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
visBase::MarchingCubesSurface* visSurvey::VolumeDisplay::getIsoSurface | ( | int | idx | ) |
int visSurvey::VolumeDisplay::getIsoSurfaceIdx | ( | const visBase::MarchingCubesSurface * | ) | const |
|
inlineoverridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
inlineoverrideprotectedvirtual |
Returns a mouse cursor that will be used if this object under the mouse in Act mode.
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
inlineoverridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
inlineoverridevirtual |
Gives access to a notifier that is triggered when object is moved or modified.
Reimplemented from visSurvey::SurveyObject.
int visSurvey::VolumeDisplay::getNrIsoSurfaces | ( | ) |
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
protected |
MultiID visSurvey::VolumeDisplay::getSeedsID | ( | const visBase::MarchingCubesSurface * | ) | const |
visBase::OrthogonalSlice* visSurvey::VolumeDisplay::getSelectedSlice | ( | ) | const |
|
overridevirtual |
version=-1 gives current version
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
TrcKeyZSampling visSurvey::VolumeDisplay::getTrcKeyZSampling | ( | bool | manippos, |
bool | displayspace, | ||
int | attrib | ||
) | const |
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
void visSurvey::VolumeDisplay::getTreeObjectInfo | ( | uiString & | ) | const |
float visSurvey::VolumeDisplay::getValue | ( | int | attrib, |
const Coord3 & | |||
) | const |
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
inlineoverridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
char visSurvey::VolumeDisplay::isFullMode | ( | const visBase::MarchingCubesSurface * | ) | const |
|
inlineoverridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visBase::DataObject.
float visSurvey::VolumeDisplay::isoValue | ( | const visBase::MarchingCubesSurface * | ) | const |
|
overrideprotectedvirtual |
Reimplemented from visBase::DataObject.
bool visSurvey::VolumeDisplay::isVolRenShown | ( | ) | const |
|
protected |
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
inlineprotected |
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
void visSurvey::VolumeDisplay::removeChild | ( | VisID | displayid | ) |
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
inlineoverrideprotectedvirtual |
Reimplemented from visBase::DataObject.
char visSurvey::VolumeDisplay::seedAboveIsovalue | ( | const visBase::MarchingCubesSurface * | ) | const |
|
inlineoverrideprotectedvirtual |
Reimplemented from visBase::VisualObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
protected |
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
override |
void visSurvey::VolumeDisplay::setFullMode | ( | const visBase::MarchingCubesSurface * | , |
bool | full = 1 |
||
) |
void visSurvey::VolumeDisplay::setIsoValue | ( | const visBase::MarchingCubesSurface * | , |
float | , | ||
TaskRunner * | = nullptr |
||
) |
|
overridevirtual |
Reimplemented from visBase::VisualObjectImpl.
|
overridevirtual |
Sets whether the coordinate system is right or left handed.
Reimplemented from visBase::VisualObjectImpl.
|
overrideprotectedvirtual |
Reimplemented from visSurvey::SurveyObject.
|
overrideprotectedvirtual |
Reimplemented from visBase::VisualObject.
void visSurvey::VolumeDisplay::setSeedAboveIsovalue | ( | const visBase::MarchingCubesSurface * | , |
bool | |||
) |
void visSurvey::VolumeDisplay::setSeedsID | ( | const visBase::MarchingCubesSurface * | , |
MultiID | |||
) |
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
void visSurvey::VolumeDisplay::setSlicePosition | ( | visBase::OrthogonalSlice * | , |
const TrcKeyZSampling & | |||
) |
void visSurvey::VolumeDisplay::setTrcKeyZSampling | ( | const TrcKeyZSampling & | , |
bool | dragmode = false |
||
) |
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
void visSurvey::VolumeDisplay::showVolRen | ( | bool | yn | ) |
|
staticprotected |
|
inlinestatic |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
inlinestatic |
|
inlinestatic |
|
staticprotected |
|
staticprotected |
|
protected |
float visSurvey::VolumeDisplay::slicePosition | ( | visBase::OrthogonalSlice * | ) | const |
TrcKeyZSampling visSurvey::VolumeDisplay::sliceSampling | ( | visBase::OrthogonalSlice * | ) | const |
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visBase::DataObject.
|
protected |
|
protected |
void visSurvey::VolumeDisplay::updateIsoSurface | ( | int | , |
TaskRunner * | = nullptr |
||
) |
|
protected |
|
overrideprotectedvirtual |
Reimplemented from visSurvey::SurveyObject.
|
protected |
|
protected |
|
overridevirtual |
Reimplemented from visBase::VisualObjectImpl.
bool visSurvey::VolumeDisplay::usesShading | ( | ) | const |
VisID visSurvey::VolumeDisplay::volRenID | ( | ) | const |
bool visSurvey::VolumeDisplay::writeVolume | ( | int | attrib, |
const char * | fnm | ||
) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024