1 #ifndef COIN_SOSFIMAGE3_H 2 #define COIN_SOSFIMAGE3_H 36 #include <Inventor/fields/SoSField.h> 37 #include <Inventor/fields/SoSubField.h> 38 #include <Inventor/SbVec3s.h> 47 static void initClass(
void);
49 const unsigned char *getValue(
SbVec3s &size,
int &nc)
const;
50 void setValue(
const SbVec3s &size,
const int nc,
51 const unsigned char *bytes);
58 unsigned char * startEditing(
SbVec3s &size,
int &nc);
59 void finishEditing(
void);
68 #endif // !COIN_SOSFIMAGE3_H virtual SbBool readValue(SoInput *in)=0
The SoOutput class is an abstraction of an output stream.SoOutput offers the ability to write basic t...
Definition: SoOutput.h:51
The SoField class is the top-level abstract base class for fields.Fields is the mechanism used throug...
Definition: SoField.h:47
The SoSField class is the base class for fields which contains only a single value.All field types which should always contain only a single member value inherits this class. SoSField is an abstract class.
Definition: SoSField.h:38
int operator!=(const SoSFImage3 &field) const
Definition: SoSFImage3.h:54
The SbVec3s class is a 3 dimensional vector with short integer coordinates.This vector class provides...
Definition: SbVec3s.h:51
virtual void writeValue(SoOutput *out) const =0
The SoSFImage3 class is used to store 3D (volume) images.The SoSFImage3 class provides storage for in...
Definition: SoSFImage3.h:40
The SbImage class is an abstract datatype for 2D and 3D images.Be aware that this class is an extensi...
Definition: SbImage.h:46
int operator==(const SoField &f) const
Definition: SoField.cpp:1611