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