class MwSFImage : public MwSField


Inheritance:


Public Fields

unsigned int* bytes
Array of pixels
int numComponents
Number of components per pixel
short size[2]
Width and height of image

Public Methods

void copy(MwSFImage)
int getComponents()
int getHeight()
unsigned int* getValue()
int getWidth()
static void init()
MwSFImage(int, int, int)
int operator !=(const MwSFImage &f)
int operator ==(const MwSFImage &f)
Equality/inequality tests
virtual void print(ostream &o)
virtual MbBool readValue(MwInput *in)
Reading and writing

Private Methods

MW_SFIELD_CONSTRUCTOR_HEADER(MwSFImage)

Inherited from MwSField:

Public Methods

static MwType* getClassType()

Private Fields

static MwType* classType

Documentation

MW_SFIELD_CONSTRUCTOR_HEADER(MwSFImage)

virtual MbBool readValue(MwInput *in)
Reading and writing

static void init()

int operator ==(const MwSFImage &f)
Equality/inequality tests

int operator !=(const MwSFImage &f)

short size[2]
Width and height of image

int numComponents
Number of components per pixel

unsigned int* bytes
Array of pixels

MwSFImage(int, int, int)

void copy(MwSFImage)

int getComponents()

int getWidth()

int getHeight()

unsigned int* getValue()

virtual void print(ostream &o)


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de