![]() |
OpendTect
6.3
|
Classes | |
| struct | AttribData |
Public Member Functions | |
| VolumeRenderScalarField () | |
| virtual const char * | getClassName () const |
| void | setChannels2RGBA (visBase::TextureChannel2RGBA *) |
| TextureChannel2RGBA * | getChannels2RGBA () |
| const TextureChannel2RGBA * | getChannels2RGBA () const |
| void | setScalarField (int attr, const Array3D< float > *, bool mine, const TrcKeyZSampling &, TaskRunner *) |
| TrcKeyZSampling | getMultiAttribTrcKeyZSampling () const |
| void | setColTabMapper (int attr, const ColTab::Mapper &, TaskRunner *) |
| const ColTab::Mapper & | getColTabMapper (int attr) |
| const uiString | writeVolumeFile (int attr, od_ostream &) const |
| void | allowShading (bool yn) |
| bool | usesShading () const |
| bool | turnOn (bool) |
| bool | isOn () const |
| void | setTexVolumeTransform (const Coord3 &trans, const Coord3 &rotvec, double rotangle, const Coord3 &scale) |
| void | setROIVolumeTransform (const Coord3 &trans, const Coord3 &rotvec, double rotangle, const Coord3 &scale) |
| bool | textureInterpolationEnabled () const |
| void | enableTextureInterpolation (bool) |
| void | setMaterial (Material *) |
| void | makeColorTables (int attr) |
| void | enableAttrib (int attr, bool yn) |
| void | swapAttribs (int attr0, int attr1) |
| void | setAttribTransparency (int attr, unsigned char) |
| void | setRightHandSystem (bool) |
| bool | isRightHandSystem () const |
Public Member Functions inherited from visBase::DataObject | |
| 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 |
| bool | isPickable (bool actively=true) const |
| void | setPickable (bool actively, bool passively=true) |
| virtual bool | rightClickable () const |
| virtual bool | selectable () const |
| void | select () const |
| void | deSelect () const |
| void | updateSel () const |
| virtual bool | isSelected () const |
| virtual NotifierAccess * | selection () |
| virtual NotifierAccess * | deSelection () |
| virtual NotifierAccess * | rightClicked () |
| virtual const TypeSet< int > * | rightClickedPath () const |
| virtual void | setDisplayTransformation (const visBase::Transformation *) |
| virtual const visBase::Transformation * | getDisplayTransformation () const |
| virtual void | setPixelDensity (float dpi) |
| virtual float | getPixelDensity () const |
| virtual const uiString & | errMsg () const |
| bool | serialize (const char *filename, bool binary=false) |
| void | setParent (DataObjectGroup *g) |
| template<class T > | |
| T * | addNodeState (T *ns) |
| NodeState * | removeNodeState (NodeState *) |
| NodeState * | getNodeState (int idx) |
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 | detachCB (const NotifierAccess &, const CallBack &) const |
| void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
| bool | isNotifierAttached (const NotifierAccess *) const |
| Only for debugging purposes, don't use. More... | |
| virtual bool | isCapsule () const |
| void | stopReceivingNotifications () const |
Static Public Member Functions | |
| static void | initClass () |
| static const char * | getStaticClassName () |
| static const char * | sFactoryKeyword () |
| static bool | isShadingSupported () |
Static Public Member Functions inherited from visBase::DataObject | |
| static int | getID (const osg::Node *) |
| static float | getDefaultPixelDensity () |
| static void | setVisualizationThread (Threads::ThreadID) |
| Call only once from initialization. More... | |
| static bool | isVisualizationThread () |
| static void | requestSingleRedraw () |
| static void | setCommonViewer (osgViewer::CompositeViewer *) |
| static osgViewer::CompositeViewer * | getCommonViewer () |
| static const osgGeo::GLInfo * | getGLInfo () |
| static NotifierAccess & | glInfoAvailable () |
Static Public Member Functions inherited from CallBacker | |
| static void | createReceiverForCurrentThread () |
| static void | removeReceiverForCurrentThread () |
Protected Member Functions | |
| ~VolumeRenderScalarField () | |
| void | updateResizeCache (int attr, TaskRunner *) |
| void | makeIndices (int attr, TaskRunner *) |
| void | clipData (int attr, TaskRunner *) |
| void | updateFragShaderType () |
| void | updateVolumeSlicing () |
| void | updateTransparencyRescaling () |
| void | setDefaultRGBAValue (int channel) |
Protected Member Functions inherited from visBase::DataObject | |
| ~DataObject () | |
| virtual osg::StateSet * | getStateSet () |
| void | doAddNodeState (NodeState *ns) |
| virtual void | triggerSel () |
| virtual void | triggerDeSel () |
| virtual void | triggerRightClick (const EventInfo *=0) |
| DataObject () | |
| template<class T > | |
| T * | setOsgNode (T *t) |
| Must be called during construction. More... | |
| void | updateNodemask () |
Protected Member Functions inherited from CallBacker | |
| void | detachAllNotifiers () const |
| Call from the destructor of your inherited object. More... | |
Protected Attributes | |
| ObjectSet< AttribData > | attribs_ |
| TextureChannel2RGBA * | channels2rgba_ |
| bool | isrgba_ |
| Material * | material_ |
| bool | useshading_ |
| bool | isrighthandsystem_ |
| osgVolume::VolumeTile * | osgvoltile_ |
| osg::Switch * | osgvolroot_ |
| osgVolume::Volume * | osgvolume_ |
| osgVolume::ImageLayer * | osgimagelayer_ |
| osg::Image * | osgvoldata_ |
| osg::TransferFunction1D * | osgtransfunc_ |
| osgVolume::TransparencyProperty * | osgtransprop_ |
| osgGeo::RayTracedTechnique * | raytt_ |
Protected Attributes inherited from visBase::DataObject | |
| DataObjectGroup * | parent_ |
Private Member Functions | |
| mODTextTranslationClass (VolumeRenderScalarField) public | |
| VolumeRenderScalarField & | operator= (const VolumeRenderScalarField &) |
| VolumeRenderScalarField (const VolumeRenderScalarField &) | |
Static Private Member Functions | |
| static visBase::DataObject * | createInternal () |
|
private |
| visBase::VolumeRenderScalarField::VolumeRenderScalarField | ( | ) |
|
protected |
| void visBase::VolumeRenderScalarField::allowShading | ( | bool | yn | ) |
|
protected |
|
inlinestaticprivate |
| void visBase::VolumeRenderScalarField::enableAttrib | ( | int | attr, |
| bool | yn | ||
| ) |
| void visBase::VolumeRenderScalarField::enableTextureInterpolation | ( | bool | ) |
| TextureChannel2RGBA* visBase::VolumeRenderScalarField::getChannels2RGBA | ( | ) |
| const TextureChannel2RGBA* visBase::VolumeRenderScalarField::getChannels2RGBA | ( | ) | const |
|
virtual |
Reimplemented from visBase::DataObject.
| const ColTab::Mapper& visBase::VolumeRenderScalarField::getColTabMapper | ( | int | attr | ) |
| TrcKeyZSampling visBase::VolumeRenderScalarField::getMultiAttribTrcKeyZSampling | ( | ) | const |
|
static |
|
static |
|
virtual |
Reimplemented from visBase::DataObject.
|
virtual |
Reimplemented from visBase::DataObject.
|
static |
| void visBase::VolumeRenderScalarField::makeColorTables | ( | int | attr | ) |
|
protected |
|
inlineprivate |
|
private |
| void visBase::VolumeRenderScalarField::setAttribTransparency | ( | int | attr, |
| unsigned | char | ||
| ) |
| void visBase::VolumeRenderScalarField::setChannels2RGBA | ( | visBase::TextureChannel2RGBA * | ) |
| void visBase::VolumeRenderScalarField::setColTabMapper | ( | int | attr, |
| const ColTab::Mapper & | , | ||
| TaskRunner * | |||
| ) |
|
protected |
| void visBase::VolumeRenderScalarField::setMaterial | ( | Material * | ) |
Auxiliary functions to be called to force processing of TextureChannel2RGBA changes
|
virtual |
Sets whether the coordinate system is right or left handed.
Reimplemented from visBase::DataObject.
| void visBase::VolumeRenderScalarField::setROIVolumeTransform | ( | const Coord3 & | trans, |
| const Coord3 & | rotvec, | ||
| double | rotangle, | ||
| const Coord3 & | scale | ||
| ) |
Use these instead of parent transformation node, because of normal rescaling issue at fixed function technique!
| void visBase::VolumeRenderScalarField::setScalarField | ( | int | attr, |
| const Array3D< float > * | , | ||
| bool | mine, | ||
| const TrcKeyZSampling & | , | ||
| TaskRunner * | |||
| ) |
| void visBase::VolumeRenderScalarField::setTexVolumeTransform | ( | const Coord3 & | trans, |
| const Coord3 & | rotvec, | ||
| double | rotangle, | ||
| const Coord3 & | scale | ||
| ) |
|
static |
| void visBase::VolumeRenderScalarField::swapAttribs | ( | int | attr0, |
| int | attr1 | ||
| ) |
| bool visBase::VolumeRenderScalarField::textureInterpolationEnabled | ( | ) | const |
|
virtual |
Reimplemented from visBase::DataObject.
|
protected |
|
protected |
|
protected |
|
protected |
| bool visBase::VolumeRenderScalarField::usesShading | ( | ) | const |
| const uiString visBase::VolumeRenderScalarField::writeVolumeFile | ( | int | attr, |
| od_ostream & | |||
| ) | const |
|
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. 2017