File: SoSFString.i

package info (click to toggle)
pivy 0.6.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,216 kB
  • sloc: python: 36,331; cpp: 787; ansic: 733; makefile: 30; sh: 27; objc: 5
file content (3 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (10)
1
2
3
%extend SoSFString {
  void setValue(const SoSFString * other) { *self = *other; }
}