16 #include "visbasemod.h" 20 template <
class T>
class Array2D;
37 bool replacesMaterial() const;
38 void replaceMaterial(
bool yn);
41 void setFileName(const
char*);
42 const
char* getFileName() const;
48 virtual SoNode* gtInvntrNode();
59 bool hasAlpha()
const;
60 char nrComponents()
const;
61 bool setSize(
int,
int);
62 int getSize(
bool xdir)
const;
63 Color
get(int,int)
const;
64 bool set(int,int,
const Color&);
66 void fill(
unsigned char*)
const;
#define mExpClass(module)
Definition: commondefs.h:160
Definition: visimage.h:53
DataObject is the base class off all objects that are used in Visualization and ought to be shared in...
Definition: visdata.h:65
Definition: visimage.h:31
SbImage * image_
Definition: visimage.h:69
static Image * create()
Definition: visimage.h:34
Array2D ( Subclass of ArrayND ) is a two dimensional array.
Definition: arraynd.h:131
Definition: visannot.h:43
OpendTect.
Definition: commontypes.h:29
Color is an RGB color object, with a transparancy. The storage is in a 4-byte integer, similar to Qt.
Definition: color.h:26
#define mCreateDataObj(clss)
Definition: visdata.h:209