1#ifndef COIN_SOSFVEC2B_H
2#define COIN_SOSFVEC2B_H
36#include <Inventor/fields/SoSField.h>
37#include <Inventor/fields/SoSubField.h>
38#include <Inventor/SbVec2b.h>
40class COIN_DLL_API SoSFVec2b :
public SoSField {
48 void setValue(int8_t x, int8_t y);
49 void setValue(
const int8_t xy[2]);
a vector class for containing two byte integers.
Definition SbVec2b.h:48
static void initClass(void)
Definition SoSField.cpp:137
SoSField(void)
Definition SoSField.cpp:121