/dports/graphics/Coin/coin-Coin-4.0.0/src/fields/ |
H A D | SoSFUInt32.cpp | 58 SO_SFIELD_SOURCE(SoSFUInt32, uint32_t, uint32_t); 64 SoSFUInt32::initClass(void) in initClass() 66 SO_SFIELD_INTERNAL_INIT_CLASS(SoSFUInt32); in initClass() 77 SoSFUInt32::readValue(SoInput * in) in readValue() 86 SoSFUInt32::writeValue(SoOutput * out) const in writeValue() 99 SoSFUInt32 field; in BOOST_AUTO_TEST_CASE() 100 BOOST_CHECK_MESSAGE(SoSFUInt32::getClassTypeId() != SoType::badType(), in BOOST_AUTO_TEST_CASE()
|
H A D | Makefile.in | 77 SoSFTrigger.cpp SoSFUInt32.cpp SoSFUShort.cpp SoSFVec2b.cpp \ 109 SoSFTrigger.$(OBJEXT) SoSFUInt32.$(OBJEXT) \ 141 SoSFTrigger.cpp SoSFUInt32.cpp SoSFUShort.cpp SoSFVec2b.cpp \ 170 SoSFTrigger.cpp SoSFUInt32.cpp SoSFUShort.cpp SoSFVec2b.cpp \ 194 SoSFTime.lo SoSFTrigger.lo SoSFUInt32.lo SoSFUShort.lo \ 224 SoSFTrigger.cpp SoSFUInt32.cpp SoSFUShort.cpp SoSFVec2b.cpp \ 250 SoSFString.cpp SoSFTime.cpp SoSFTrigger.cpp SoSFUInt32.cpp \ 277 SoSFString.cpp SoSFTime.cpp SoSFTrigger.cpp SoSFUInt32.cpp \ 388 @AMDEP_TRUE@ ./$(DEPDIR)/SoSFUInt32.Plo \ 389 @AMDEP_TRUE@ ./$(DEPDIR)/SoSFUInt32.Po \ [all …]
|
H A D | Makefile.am | 76 SoSFUInt32.cpp \
|
H A D | SoField.cpp | 2625 SoSFUInt32::initClass(); in initClasses() 2713 &SoSFUInt32::createInstance); in initClasses()
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/engines/ |
H A D | SoConvertAll.cpp | 266 SOCONVERTALL_SINGLE2MULTI(SoSFUInt32_SoMFUInt32, SoSFUInt32, SoMFUInt32); 267 SOCONVERTALL_MULTI2SINGLE(SoMFUInt32_SoSFUInt32, SoMFUInt32, SoSFUInt32); 360 SOCONVERTALL_CAST_SFIELD2FIELD(SoSFUInt32_SoSFBool, SoSFUInt32, SoSFBool, SbBool); 361 SOCONVERTALL_CAST_SFIELD2FIELD(SoSFUInt32_SoMFBool, SoSFUInt32, SoMFBool, SbBool); 380 SOCONVERTALL_CAST_SFIELD2FIELD(SoSFUInt32_SoSFFloat, SoSFUInt32, SoSFFloat, float); 381 SOCONVERTALL_CAST_SFIELD2FIELD(SoSFUInt32_SoMFFloat, SoSFUInt32, SoMFFloat, float); 392 SOCONVERTALL_CAST_SFIELD2FIELD(SoSFUInt32_SoSFInt32, SoSFUInt32, SoSFInt32, int32_t); 393 SOCONVERTALL_CAST_SFIELD2FIELD(SoSFUInt32_SoMFInt32, SoSFUInt32, SoMFInt32, int32_t); 400 SOCONVERTALL_CAST_SFIELD2FIELD(SoSFUInt32_SoSFShort, SoSFUInt32, SoSFShort, short); 401 SOCONVERTALL_CAST_SFIELD2FIELD(SoSFUInt32_SoMFShort, SoSFUInt32, SoMFShort, short); [all …]
|
/dports/graphics/py-pivy/pivy-0.6.6/Inventor/fields/ |
H A D | SoSFUInt32.i | 1 %extend SoSFUInt32 { 2 void setValue(const SoSFUInt32 * other) { *self = *other; } in setValue()
|
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/fields/ |
H A D | SoSFULong.h | 37 #error SoSFULong has been obsoleted. Use SoSFUInt32 instead. 43 typedef SoSFUInt32 SoSFULong;
|
H A D | SoSFUInt32.h | 39 class COIN_DLL_API SoSFUInt32 : public SoSField { 42 SO_SFIELD_HEADER(SoSFUInt32, uint32_t, uint32_t);
|
H A D | Makefile.am | 79 SoSFUInt32.h \
|
H A D | Makefile.in | 378 SoSFUInt32.h \
|
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/ |
H A D | SbTypeInfo.h | 150 class SoSFUInt32; variable 392 typedef SoSFUInt32 SFieldType; 1063 struct SbTypeInfo<SoSFUInt32> { 1064 typedef SoSFUInt32 Type;
|
/dports/graphics/py-pivy/pivy-0.6.6/tests/ |
H A D | coin_tests.py | 315 t = SoSFUInt32() 316 s = SoSFUInt32()
|
/dports/graphics/Coin/coin-Coin-4.0.0/build/ |
H A D | coin.spec.in | 390 @includedir@/Inventor/fields/SoSFUInt32.h 812 @mandir@/man3/SoSFUInt32.3 936 rm SoSFTrigger.3 SoSFUInt32.3 SoSFUShort.3 SoSFVec2f.3 SoSFVec3f.3 SoSFVec4f.3
|
/dports/graphics/Coin/coin-Coin-4.0.0/docs/ |
H A D | ChangeLog.1999 | 137 src/fields/SoSFTrigger.cpp, src/fields/SoSFUInt32.cpp, 169 include/Inventor/fields/SoSFUInt32.h, 612 include/Inventor/fields/SoSFUInt32.h, 769 src/fields/SoSFTime.cpp, src/fields/SoSFUInt32.cpp, 1342 src/fields/SoSFUInt32.cpp, src/misc/SoGL.cpp, 2197 include/Inventor/fields/SoSFUInt32.h, 2296 src/fields/SoSFUInt32.cpp, src/fields/SoSFUShort.cpp, 3477 include/Inventor/fields/SoSFUInt32.h, 4360 include/Inventor/fields/SoSFUInt32.h, 5276 include/Inventor/fields/SoSFUInt32.h, [all …]
|
H A D | ChangeLog.2000 | 3364 include/Inventor/fields/SoSFUInt32.h, 3764 src/fields/SoSFUInt32.cpp, src/fields/SoSFUShort.cpp, 4195 include/Inventor/fields/SoSFUInt32.h, 5288 include/Inventor/fields/SoSFUInt32.h, 5294 src/fields/SoSFShort.cpp, src/fields/SoSFUInt32.cpp, 10515 include/Inventor/fields/SoSFUInt32.h, 10525 src/fields/SoSFTime.cpp, src/fields/SoSFUInt32.cpp, 11307 src/fields/SoSFShort.cpp, src/fields/SoSFUInt32.cpp, 12512 include/Inventor/fields/SoSFUInt32.h, 13031 include/Inventor/fields/SoSFUInt32.h, [all …]
|
H A D | ChangeLog.2004 | 4114 * src/fields/SoSFUInt32.cpp, src/fields/SoMFBool.cpp, 5664 * src/fields/SoSFUInt32.cpp: 6124 * src/fields/SoSFUInt32.cpp, src/fields/SoMFInt32.cpp, 6353 include/Inventor/misc/SoContextHandler.h, src/fields/SoSFUInt32.cpp, 6623 src/fields/SoMFBool.cpp, include/Inventor/fields/SoSFUInt32.h, 7968 * src/fields/SoSFUInt32.cpp, src/fields/SoMFBool.cpp,
|
H A D | coin_doxygenfiles.inc | 348 ${path_tag}${coin_src_dir}/include/Inventor/fields/SoSFUInt32.h 1171 ${path_tag}${coin_src_dir}/src/fields/SoSFUInt32.cpp
|
H A D | ChangeLog.2001 | 1339 fields/SoSFTrigger.h, fields/SoSFUInt32.h, fields/SoSFULong.h, 2378 include/Inventor/fields/SoSFUInt32.h, 2787 src/fields/SoSFUInt32.cpp, src/fields/SoSFUShort.cpp, 9157 include/Inventor/fields/SoSFUInt32.h, 9570 src/fields/SoSFUInt32.cpp, src/fields/SoSFUShort.cpp,
|
/dports/graphics/py-pivy/pivy-0.6.6/docs/ |
H A D | ChangeLog.2005 | 722 Inventor/lists/SbPList.i, Inventor/fields/SoSFUInt32.i, 932 Inventor/fields/SoSFName.i, Inventor/fields/SoSFUInt32.i, 986 Inventor/fields/SoSFUInt32.i, Inventor/fields/SoSFUShort.i,
|
/dports/graphics/Coin/coin-Coin-4.0.0/testsuite/ |
H A D | Makefile.in | 924 fieldsSoSFUInt32.cpp: $(top_srcdir)/src/fields/SoSFUInt32.cpp $(srcdir)/makeextract.sh 925 $(srcdir)/makeextract.sh $(top_srcdir) src/fields/SoSFUInt32.cpp
|
/dports/graphics/Coin/coin-Coin-4.0.0/build/misc/ |
H A D | uninstall-headers.bat | 456 del %COINDIR%\include\Inventor\fields\SoSFUInt32.h
|
H A D | install-headers.bat | 456 copy /Y ..\%msvc%\..\..\include\Inventor\fields\SoSFUInt32.h %COINDIR%\include\Inventor\fields\SoSF…
|
/dports/graphics/Coin/coin-Coin-4.0.0/build/msvc8/docs/ |
H A D | coin4.doxygen | 449 …SoSFUInt32.h ..\..\include\Inventor\fields\SoSFUShort.h ..\..\include\Inventor\fields\SoSFVec2b.h …
|
/dports/graphics/Coin/coin-Coin-4.0.0/build/msvc7/docs/ |
H A D | coin4.doxygen | 449 …SoSFUInt32.h ..\..\include\Inventor\fields\SoSFUShort.h ..\..\include\Inventor\fields\SoSFVec2b.h …
|
/dports/graphics/Coin/coin-Coin-4.0.0/build/msvc6/docs/ |
H A D | coin4.doxygen | 449 …SoSFUInt32.h ..\..\include\Inventor\fields\SoSFUShort.h ..\..\include\Inventor\fields\SoSFVec2b.h …
|