1 #ifndef vistopbotimage_h 2 #define vistopbotimage_h 18 namespace OD{
class RGBImage; }
19 namespace osgGeo {
class LayeredTexture;
class TexturePlaneNode; }
32 void setDisplayTransformation(const
mVisTrans*);
33 const mVisTrans* getDisplayTransformation() const;
35 const
Coord3& topLeft()
const {
return pos0_; }
38 void setImageFilename(
const char*);
39 const char* getImageFilename()
const;
41 void setRGBImageFromFile(
const char*);
43 void setTransparency(
float);
44 float getTransparency()
const;
60 static const char* sKeyTopLeftCoord();
61 static const char* sKeyBottomRightCoord();
62 static const char* sKeyFileNameStr();
63 static const char* sKeyTransparencyStr();
#define mExpClass(module)
Definition: commondefs.h:157
Coord3 pos1_
Definition: vistopbotimage.h:57
int layerid_
Definition: vistopbotimage.h:65
void usePar(const IOPar &iop, ODPolygon< T > &poly, const char *inpkey)
Definition: polygon.h:200
Coord3 pos0_
Definition: vistopbotimage.h:56
BufferString filenm_
Definition: vistopbotimage.h:58
A collection of geoscientific extensions to OpenSceneGraph.
Definition: visannot.h:35
const Coord3 & bottomRight() const
Definition: vistopbotimage.h:36
3D point or vector
Definition: commontypes.h:57
Generalized set of parameters of the keyword-value type.
Definition: iopar.h:53
#define mVisTrans
Definition: visdata.h:25
osgGeo::TexturePlaneNode * texplane_
Definition: vistopbotimage.h:67
void fillPar(IOPar &iop, const ODPolygon< T > &poly, const char *inpkey)
Definition: polygon.h:187
Definition: visannot.h:40
OD::String with its own variable length buffer. The buffer has a guaranteed minimum size...
Definition: bufstring.h:38
osgGeo::LayeredTexture * laytex_
Definition: vistopbotimage.h:66
Definition: vistopbotimage.h:26
const visBase::Transformation * trans_
Definition: vistopbotimage.h:55
OpendTect.
Definition: commontypes.h:25
Class for Red, Green, Blue image.
Definition: odimage.h:26
#define mCreateDataObj(clss)
Definition: visdata.h:210
Definition: visobject.h:67
static TopBotImage * create()
Definition: vistopbotimage.h:29