OpendTect-6_4  6.4
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | Private Member Functions | Static Private Member Functions | List of all members
visBase::RGBATextureChannel2RGBA Class Reference
Inheritance diagram for visBase::RGBATextureChannel2RGBA:
[legend]

Public Member Functions

 RGBATextureChannel2RGBA ()
 
virtual const char * getClassName () const
 
const ColTab::SequencegetSequence (int ch) const
 
void getChannelName (int, uiString &) const
 
void swapChannels (int ch0, int ch1)
 
void setEnabled (int ch, bool yn)
 
bool isEnabled (int ch) const
 
void setTransparency (unsigned char)
 
unsigned char getTransparency () const
 
void applyUndefPerChannel (bool)
 
bool isUndefPerChannel () const
 
int maxNrChannels () const
 
int minNrChannels () const
 
- Public Member Functions inherited from visBase::TextureChannel2RGBA
virtual MappedTextureDataSetcreateMappedDataSet () const
 
virtual void setChannels (TextureChannels *)
 
virtual void notifyChannelChange ()
 
virtual void notifyChannelRemove (int ch)
 
virtual const osg::Image * createRGBA () const
 
virtual bool canSetSequence () const
 
virtual void setSequence (int, const ColTab::Sequence &)
 
virtual bool canUseShading () const
 
virtual void allowShading (bool)
 
virtual bool usesShading () const
 
int getTexturePixelSizeInBits () const
 
const unsigned char * getTextureData () const
 
int getTextureWidth () const
 
int getTextureHeight () 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
 
SoNode * getInventorNode ()
 
const SoNode * getInventorNode () const
 
virtual bool turnOn (bool yn)
 
virtual bool isOn () 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 NotifierAccessselection ()
 
virtual NotifierAccessdeSelection ()
 
virtual NotifierAccessrightClicked ()
 
virtual const TypeSet< int > * rightClickedPath () const
 
virtual void setDisplayTransformation (const visBase::Transformation *)
 
virtual const visBase::TransformationgetDisplayTransformation () const
 
virtual void setRightHandSystem (bool yn)
 
virtual bool isRightHandSystem () const
 
virtual void setPixelDensity (float dpi)
 
virtual float getPixelDensity () const
 
virtual const char * errMsg () 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...
 

Static Public Member Functions

static RGBATextureChannel2RGBAcreate ()
 
static void initClass ()
 
static const char * getStaticClassName ()
 
static const char * sFactoryKeyword ()
 
- 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 ()
 

Protected Member Functions

 ~RGBATextureChannel2RGBA ()
 
void notifyChannelInsert (int ch)
 
- Protected Member Functions inherited from visBase::TextureChannel2RGBA
 TextureChannel2RGBA ()
 
- Protected Member Functions inherited from visBase::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 ()
 Call from the destructor of your inherited object. More...
 

Protected Attributes

BoolTypeSet enabled_
 
unsigned char proctransparency_
 
osgGeo::RGBALayerProcess * proc_
 
- Protected Attributes inherited from visBase::TextureChannel2RGBA
TextureChannelschannels_
 
osgGeo::LayeredTexture * laytex_
 
- Protected Attributes inherited from visBase::DataObject
DataObjectGroupparent_
 

Static Protected Attributes

static ArrPtrMan< ColTab::Sequencesequences_
 

Private Member Functions

RGBATextureChannel2RGBAoperator= (const RGBATextureChannel2RGBA &)
 
 RGBATextureChannel2RGBA (const RGBATextureChannel2RGBA &)
 

Static Private Member Functions

static visBase::DataObjectcreateInternal ()
 

Detailed Description

Converts texture channels with RGBA information to ... RGBA. Does also handle enable/disable of the channels.

Constructor & Destructor Documentation

visBase::RGBATextureChannel2RGBA::RGBATextureChannel2RGBA ( const RGBATextureChannel2RGBA )
private
visBase::RGBATextureChannel2RGBA::RGBATextureChannel2RGBA ( )
visBase::RGBATextureChannel2RGBA::~RGBATextureChannel2RGBA ( )
protected

Member Function Documentation

void visBase::RGBATextureChannel2RGBA::applyUndefPerChannel ( bool  )
static RGBATextureChannel2RGBA* visBase::RGBATextureChannel2RGBA::create ( )
inlinestatic
static visBase::DataObject* visBase::RGBATextureChannel2RGBA::createInternal ( )
inlinestaticprivate
void visBase::RGBATextureChannel2RGBA::getChannelName ( int  ,
uiString  
) const
virtual

Reimplemented from visBase::TextureChannel2RGBA.

virtual const char* visBase::RGBATextureChannel2RGBA::getClassName ( ) const
virtual

Reimplemented from visBase::DataObject.

const ColTab::Sequence* visBase::RGBATextureChannel2RGBA::getSequence ( int  ch) const
virtual

Reimplemented from visBase::TextureChannel2RGBA.

static const char* visBase::RGBATextureChannel2RGBA::getStaticClassName ( )
static
unsigned char visBase::RGBATextureChannel2RGBA::getTransparency ( ) const
static void visBase::RGBATextureChannel2RGBA::initClass ( )
static
bool visBase::RGBATextureChannel2RGBA::isEnabled ( int  ch) const
virtual

Reimplemented from visBase::TextureChannel2RGBA.

bool visBase::RGBATextureChannel2RGBA::isUndefPerChannel ( ) const
int visBase::RGBATextureChannel2RGBA::maxNrChannels ( ) const
inlinevirtual
int visBase::RGBATextureChannel2RGBA::minNrChannels ( ) const
inlinevirtual

Reimplemented from visBase::TextureChannel2RGBA.

void visBase::RGBATextureChannel2RGBA::notifyChannelInsert ( int  ch)
protectedvirtual

Reimplemented from visBase::TextureChannel2RGBA.

RGBATextureChannel2RGBA& visBase::RGBATextureChannel2RGBA::operator= ( const RGBATextureChannel2RGBA )
private
void visBase::RGBATextureChannel2RGBA::setEnabled ( int  ch,
bool  yn 
)
virtual

Reimplemented from visBase::TextureChannel2RGBA.

void visBase::RGBATextureChannel2RGBA::setTransparency ( unsigned  char)
static const char* visBase::RGBATextureChannel2RGBA::sFactoryKeyword ( )
static
void visBase::RGBATextureChannel2RGBA::swapChannels ( int  ch0,
int  ch1 
)
virtual

Reimplemented from visBase::TextureChannel2RGBA.

Member Data Documentation

BoolTypeSet visBase::RGBATextureChannel2RGBA::enabled_
protected
osgGeo::RGBALayerProcess* visBase::RGBATextureChannel2RGBA::proc_
protected
unsigned char visBase::RGBATextureChannel2RGBA::proctransparency_
protected
ArrPtrMan<ColTab::Sequence> visBase::RGBATextureChannel2RGBA::sequences_
staticprotected

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