/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/ |
H A D | SbBox2f.h | 42 class COIN_DLL_API SbBox2f { 44 SbBox2f(void) { makeEmpty(); } in SbBox2f() function 45 SbBox2f(float xmin, float ymin, float xmax, float ymax) in SbBox2f() function 49 explicit SbBox2f(const SbBox2d & box) { setBounds(box); } in SbBox2f() function 57 SbBox2f & setBounds(const SbBox2d & box); 58 SbBox2f & setBounds(const SbBox2s & box); 59 SbBox2f & setBounds(const SbBox2i32 & box); 73 void extendBy(const SbBox2f & box); 79 SbBool intersect(const SbBox2f & box) const; 103 COIN_DLL_API inline int operator == (const SbBox2f & b1, const SbBox2f & b2) { [all …]
|
H A D | SbBox2s.h | 40 class SbBox2f; variable 51 explicit SbBox2s(const SbBox2f & box) { setBounds(box); } in SbBox2s() 59 SbBox2s & setBounds(const SbBox2f & box);
|
H A D | SbBox2d.h | 38 class SbBox2f; variable 49 explicit SbBox2d(const SbBox2f & box) { setBounds(box); } in SbBox2d() 57 SbBox2d & setBounds(const SbBox2f & box);
|
H A D | SbBox2i32.h | 40 class SbBox2f; variable 51 explicit SbBox2i32(const SbBox2f & box) { setBounds(box); } in SbBox2i32() 59 SbBox2i32 & setBounds(const SbBox2f & box);
|
H A D | SbTypeInfo.h | 98 class SbBox2f; variable 243 typedef SbBox2f Box2Type; 407 typedef SbBox2f BoxType; 702 struct SbTypeInfo<SbBox2f> { 703 typedef SbBox2f Type; 909 typedef SbBox2f DataType;
|
H A D | Makefile.am | 14 SbBox2f.h \
|
H A D | Makefile.in | 320 SbBox2f.h \
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/base/ |
H A D | SbBox2f.cpp | 117 SbBox2f & 118 SbBox2f::setBounds(const SbBox2d & box) in setBounds() 136 SbBox2f & 137 SbBox2f::setBounds(const SbBox2s & box) in setBounds() 155 SbBox2f & 156 SbBox2f::setBounds(const SbBox2i32 & box) in setBounds() 173 SbBox2f::makeEmpty(void) in makeEmpty() 229 SbBox2f::extendBy(const SbVec2f & point) in extendBy() 245 SbBox2f::extendBy(const SbBox2f & box) in extendBy() 269 SbBox2f::intersect(const SbBox2f & box) const in intersect() [all …]
|
H A D | Makefile.in | 62 SbBox2i32.cpp SbBox2f.cpp SbBox2d.cpp SbBox3s.cpp \ 81 SbBox2s.$(OBJEXT) SbBox2i32.$(OBJEXT) SbBox2f.$(OBJEXT) \ 110 SbByteBuffer.cpp SbBox2s.cpp SbBox2i32.cpp SbBox2f.cpp \ 133 SbBox2i32.cpp SbBox2f.cpp SbBox2d.cpp SbBox3s.cpp \ 150 SbByteBuffer.lo SbBox2s.lo SbBox2i32.lo SbBox2f.lo SbBox2d.lo \ 172 SbByteBuffer.cpp SbBox2s.cpp SbBox2i32.cpp SbBox2f.cpp \ 192 SbBox2s.cpp SbBox2i32.cpp SbBox2f.cpp SbBox2d.cpp SbBox3s.cpp \ 213 SbBox2i32.cpp SbBox2f.cpp SbBox2d.cpp SbBox3s.cpp \ 234 @AMDEP_TRUE@ ./$(DEPDIR)/SbBox2d.Po ./$(DEPDIR)/SbBox2f.Plo \ 235 @AMDEP_TRUE@ ./$(DEPDIR)/SbBox2f.Po ./$(DEPDIR)/SbBox2i32.Plo \ [all …]
|
H A D | SbBox2s.cpp | 141 SbBox2s::setBounds(const SbBox2f & box) in setBounds()
|
H A D | SbBox2i32.cpp | 141 SbBox2i32::setBounds(const SbBox2f & box) in setBounds()
|
H A D | Makefile.am | 16 SbBox2f.cpp \
|
H A D | SbBox2d.cpp | 122 SbBox2d::setBounds(const SbBox2f & box) in setBounds()
|
H A D | SbDPViewVolume.cpp | 646 SbBox2f span; in projectBox()
|
/dports/graphics/Coin/coin-Coin-4.0.0/patches/ |
H A D | sbbox2f-findintersection.diff | 6 Index: include/Inventor/SbBox2f.h 8 RCS file: /export/cvsroot/Coin/include/Inventor/SbBox2f.h,v 10 diff -u -r1.15 SbBox2f.h 12 +++ include/Inventor/SbBox2f.h 11 Mar 2002 11:13:29 -0000 14 void extendBy(const SbBox2f & box); 16 SbBool intersect(const SbBox2f & box) const; 21 Index: src/base/SbBox2f.cpp 23 RCS file: /export/cvsroot/Coin/src/base/SbBox2f.cpp,v 25 diff -u -r1.11 SbBox2f.cpp 26 --- src/base/SbBox2f.cpp 19 Nov 2001 12:26:42 -0000 1.11 [all …]
|
H A D | sodebug-class.diff | 48 + static SbString makeString(const class SbBox2f & box2f); 103 +#include <Inventor/SbBox2f.h> 145 +SoDebug::makeString(const SbBox2f & box2f) 150 + string.sprintf("<#SbBox2f: [min: %g, %g], [max: %g, %g]>", min[0], min[1], max[0], max[1]);
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/fields/ |
H A D | SoSFBox2f.cpp | 59 SO_SFIELD_SOURCE(SoSFBox2f, SbBox2f, const SbBox2f &); 97 SbBox2f b = this->getValue(); in writeValue() 119 this->setValue(SbBox2f(xmin, ymin, xmax, ymax)); in setValue() 129 this->setValue(SbBox2f(minvec, maxvec)); in setValue() 137 SoSFBox2f::getValue(SbBox2f & box) const in getValue()
|
/dports/graphics/py-pivy/pivy-0.6.6/Inventor/ |
H A D | SbBox2f.i | 1 %extend SbBox2f { 2 int __eq__(const SbBox2f & u) { return *self == u; } in __eq__() 3 int __ne__(const SbBox2f & u) { return *self != u; } in __ne__()
|
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/fields/ |
H A D | SoSFBox2f.h | 43 SO_SFIELD_HEADER(SoSFBox2f, SbBox2f, const SbBox2f &); 50 void getValue(SbBox2f & box) const;
|
/dports/graphics/Coin/coin-Coin-4.0.0/docs/ |
H A D | autoexp.dat | 16 SbBox2f=SbBox2f(min=(<min.vec[0],g>, <min.vec[1],g>), max=(<max.vec[0],g>, <max.vec[1],g>))
|
/dports/devel/automake/automake-1.16.5/t/ |
H A D | ltdeps.sh | 32 SbBox2f.cpp \
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/ |
H A D | soshape_bigtexture.cpp | 270 SbBox2f bbox; in clip_triangles() 335 SbBox2f bbox; in handle_triangle() 339 SbBox2f regbbox; in handle_triangle()
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/misc/ |
H A D | SoGlyph.cpp | 93 SbBox2f bbox; 282 const SbBox2f & box = this->getBoundingBox(); in getWidth() 289 const SbBox2f &
|
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/misc/ |
H A D | SoGlyph.h | 63 const SbBox2f & getBoundingBox(void) const;
|
/dports/graphics/Coin/coin-Coin-4.0.0/build/ |
H A D | coin.spec.in | 87 @includedir@/Inventor/SbBox2f.h 599 @mandir@/man3/SbBox2f.3 894 rm SbBSPTree.3 SbBool.3 SbBox2f.3 SbBox2s.3 SbBox3f.3 SbColor.3 SbColor4f.3
|