/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/ |
H A D | SbBox2d.h | 42 class COIN_DLL_API SbBox2d { 44 SbBox2d(void) { makeEmpty(); } in SbBox2d() function 49 explicit SbBox2d(const SbBox2f & box) { setBounds(box); } in SbBox2d() function 50 explicit SbBox2d(const SbBox2s & box) { setBounds(box); } in SbBox2d() function 57 SbBox2d & setBounds(const SbBox2f & box); 58 SbBox2d & setBounds(const SbBox2s & box); 59 SbBox2d & setBounds(const SbBox2i32 & box); 72 void extendBy(const SbBox2d & box); 78 SbBool intersect(const SbBox2d & box) const; 102 COIN_DLL_API inline int operator == (const SbBox2d & b1, const SbBox2d & b2) { [all …]
|
H A D | SbBox2s.h | 41 class SbBox2d; variable 52 explicit SbBox2s(const SbBox2d & box) { setBounds(box); } in SbBox2s() 60 SbBox2s & setBounds(const SbBox2d & box);
|
H A D | SbBox2f.h | 38 class SbBox2d; variable 49 explicit SbBox2f(const SbBox2d & box) { setBounds(box); } in SbBox2f() 57 SbBox2f & setBounds(const SbBox2d & box);
|
H A D | SbBox2i32.h | 41 class SbBox2d; variable 52 explicit SbBox2i32(const SbBox2d & box) { setBounds(box); } in SbBox2i32() 60 SbBox2i32 & setBounds(const SbBox2d & box);
|
H A D | SbTypeInfo.h | 99 class SbBox2d; variable 306 typedef SbBox2d Box2Type; 423 typedef SbBox2d BoxType; 715 struct SbTypeInfo<SbBox2d> { 716 typedef SbBox2d Type; 903 typedef SbBox2d DataType;
|
H A D | Makefile.am | 15 SbBox2d.h \
|
H A D | Makefile.in | 321 SbBox2d.h \
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/base/ |
H A D | SbBox2d.cpp | 121 SbBox2d & 122 SbBox2d::setBounds(const SbBox2f & box) in setBounds() 140 SbBox2d & 141 SbBox2d::setBounds(const SbBox2s & box) in setBounds() 159 SbBox2d & 160 SbBox2d::setBounds(const SbBox2i32 & box) in setBounds() 177 SbBox2d::makeEmpty(void) in makeEmpty() 241 SbBox2d::extendBy(const SbVec2d & point) in extendBy() 257 SbBox2d::extendBy(const SbBox2d & box) in extendBy() 281 SbBox2d::intersect(const SbBox2d & box) const in intersect() [all …]
|
H A D | Makefile.in | 62 SbBox2i32.cpp SbBox2f.cpp SbBox2d.cpp SbBox3s.cpp \ 82 SbBox2d.$(OBJEXT) SbBox3s.$(OBJEXT) SbBox3i32.$(OBJEXT) \ 111 SbBox2d.cpp SbBox3s.cpp SbBox3i32.cpp SbBox3f.cpp SbBox3d.cpp \ 133 SbBox2i32.cpp SbBox2f.cpp SbBox2d.cpp SbBox3s.cpp \ 150 SbByteBuffer.lo SbBox2s.lo SbBox2i32.lo SbBox2f.lo SbBox2d.lo \ 173 SbBox2d.cpp SbBox3s.cpp SbBox3i32.cpp SbBox3f.cpp SbBox3d.cpp \ 192 SbBox2s.cpp SbBox2i32.cpp SbBox2f.cpp SbBox2d.cpp SbBox3s.cpp \ 213 SbBox2i32.cpp SbBox2f.cpp SbBox2d.cpp SbBox3s.cpp \ 233 @AMDEP_TRUE@ ./$(DEPDIR)/SbBSPTree.Po ./$(DEPDIR)/SbBox2d.Plo \ 234 @AMDEP_TRUE@ ./$(DEPDIR)/SbBox2d.Po ./$(DEPDIR)/SbBox2f.Plo \ [all …]
|
H A D | SbBox2s.cpp | 161 SbBox2s::setBounds(const SbBox2d & box) in setBounds()
|
H A D | SbBox2i32.cpp | 161 SbBox2i32::setBounds(const SbBox2d & box) in setBounds()
|
H A D | SbBox2f.cpp | 118 SbBox2f::setBounds(const SbBox2d & box) in setBounds()
|
H A D | Makefile.am | 17 SbBox2d.cpp \
|
/dports/graphics/py-pivy/pivy-0.6.6/Inventor/ |
H A D | SbBox2d.i | 1 %extend SbBox2d { 2 int __eq__(const SbBox2d & u) { return *self == u; } in __eq__() 3 int __ne__(const SbBox2d & u) { return *self != u; } in __ne__() 4 SbBox2d & setValue(const SbBox2d & u) { in setValue()
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/fields/ |
H A D | SoSFBox2d.cpp | 59 SO_SFIELD_SOURCE(SoSFBox2d, SbBox2d, const SbBox2d &); 97 SbBox2d b = this->getValue(); in writeValue() 119 this->setValue(SbBox2d(xmin, ymin, xmax, ymax)); in setValue() 129 this->setValue(SbBox2d(minvec, maxvec)); in setValue() 137 SoSFBox2d::getValue(SbBox2d & box) const in getValue()
|
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/fields/ |
H A D | SoSFBox2d.h | 43 SO_SFIELD_HEADER(SoSFBox2d, SbBox2d, const SbBox2d &); 50 void getValue(SbBox2d & box) const;
|
/dports/graphics/Coin/coin-Coin-4.0.0/docs/ |
H A D | autoexp.dat | 17 SbBox2d=SbBox2d(min=(<min.vec[0],g>, <min.vec[1],g>), max=(<max.vec[0],g>, <max.vec[1],g>))
|
H A D | coin_doxygenfiles.inc | 597 ${path_tag}${coin_src_dir}/include/Inventor/SbBox2d.h 818 ${path_tag}${coin_src_dir}/src/base/SbBox2d.cpp
|
H A D | ChangeLog.2002 | 3358 include/Inventor/SbBox.h, include/Inventor/SbBox2d.h, 3916 src/actions/all.cpp, src/base/SbBSPTree.cpp, src/base/SbBox2d.cpp, 6604 base/SbBox2d.cpp, base/SbBox2f.cpp, base/SbBox2s.cpp, 10810 compile/link/install SbBox2d 10814 * include/Inventor/SbBox2d.h, src/base/SbBox2d.cpp:
|
H A D | ChangeLog.2006 | 84 * docs/coin.doxygen.in, src/base/SbBox2s.cpp, src/base/SbBox2d.cpp, 109 src/base/SbBox2s.cpp, src/base/SbBox2d.cpp, src/base/SbBox3s.cpp,
|
/dports/graphics/py-pivy/pivy-0.6.6/docs/ |
H A D | ChangeLog.2004 | 173 * Inventor/SbBox2d.i, Inventor/SbVec2d.i: 263 Inventor/SbBox2d.i, scons/scons- 507 * Inventor/SbBox2d.i, Inventor/SbPlane.i, Inventor/SbXfBox3f.i, 521 * Inventor/SbBox2s.i, Inventor/SbBox2d.i, Inventor/SbBox3s.i, 1845 * Inventor/SbBox2s.i, Inventor/SbBox2d.i, Inventor/SbBox3s.i,
|
H A D | ChangeLog.2005 | 1265 Inventor/nodes/SoCamera.i, Inventor/SbBox2d.i,
|
/dports/graphics/Coin/coin-Coin-4.0.0/testsuite/ |
H A D | Makefile.in | 384 baseSbBox2d.cpp: $(top_srcdir)/src/base/SbBox2d.cpp $(srcdir)/makeextract.sh 385 $(srcdir)/makeextract.sh $(top_srcdir) src/base/SbBox2d.cpp
|
/dports/graphics/Coin/coin-Coin-4.0.0/build/Xcode/Coin.xcodeproj/ |
H A D | project.pbxproj | 74 …E099896C0D9425F40054FBE6 /* SbBox2d.h in Headers */ = {isa = PBXBuildFile; fileRef = E09988F60D942… 256 …E0FC4C140D92D50900EF3BB3 /* SbBox2d.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E0FC47280D9… 1350 …F60D9425F40054FBE6 /* SbBox2d.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 2523 …D92D50100EF3BB3 /* SbBox2d.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 3612 E09988F60D9425F40054FBE6 /* SbBox2d.h */, 5566 E0FC47280D92D50100EF3BB3 /* SbBox2d.cpp */, 7028 E099896C0D9425F40054FBE6 /* SbBox2d.h in Headers */, 7274 E0FC4C140D92D50900EF3BB3 /* SbBox2d.cpp in Sources */,
|
/dports/graphics/Coin/coin-Coin-4.0.0/build/misc/ |
H A D | uninstall-headers.bat | 795 del %COINDIR%\include\Inventor\SbBox2d.h
|