Field containing an SbKernel3i32 object More...
#include <ImageViz/Fields/SoSFKernel3i32.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
const SoSFKernel3i32 & | operator= (const SoSFKernel3i32 &f) |
SoSFKernel3i32 () | |
virtual | ~SoSFKernel3i32 () |
SbKernel3i32 | getValue () const |
void | setValue (SbKernel3i32 newValue) |
SbKernel3i32 | operator= (SbKernel3i32 newValue) |
int | operator== (const SoSFKernel3i32 &f) const |
int | operator!= (const SoSFKernel3i32 &f) const |
virtual size_t | getValueSize () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
An SoSFKernel3i32 is written to file as:
The following 3x3x3 kernel:
Will be written as:
3 3 3 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
SoSFKernel3i32::SoSFKernel3i32 | ( | ) |
Default constructor.
virtual SoSFKernel3i32::~SoSFKernel3i32 | ( | ) | [virtual] |
Destructor.
static SoType SoSFKernel3i32::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoSField.
virtual SoType SoSFKernel3i32::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Implements SoTypedObject.
SbKernel3i32 SoSFKernel3i32::getValue | ( | ) | const [inline] |
Returns this field's value.
virtual size_t SoSFKernel3i32::getValueSize | ( | ) | const [inline, virtual] |
Get size of the value.
Reimplemented from SoField.
int SoSFKernel3i32::operator!= | ( | const SoSFKernel3i32 & | f | ) | const [inline] |
Returns FALSE if otherField is of the same type and has the same value as this field.
Reimplemented from SoField.
SbKernel3i32 SoSFKernel3i32::operator= | ( | SbKernel3i32 | newValue | ) | [inline] |
Sets this field to newValue.
const SoSFKernel3i32& SoSFKernel3i32::operator= | ( | const SoSFKernel3i32 & | f | ) |
Copy from another field of same type.
int SoSFKernel3i32::operator== | ( | const SoSFKernel3i32 & | f | ) | const |
Returns TRUE if otherField is of the same type and has the same value as this field.
Reimplemented from SoField.
void SoSFKernel3i32::setValue | ( | SbKernel3i32 | newValue | ) |
Sets this field to newValue.