1 %extend SoSFInt32 { setValue(const SoSFInt32 * other)2 void setValue(const SoSFInt32 * other) { *self = *other; } 3 } 4 5