File: SbBox2f.i

package info (click to toggle)
pivy 0.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,904 kB
  • sloc: python: 36,310; cpp: 787; ansic: 728; makefile: 22; sh: 14
file content (4 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (9)
1
2
3
4
%extend SbBox2f {
  int __eq__(const SbBox2f & u) { return *self == u; }
  int __ne__(const SbBox2f & u) { return *self != u; }
}