egrep: warning: egrep is obsolescent; using grep -E
./configure: line 24124: hostname: command not found
element.cpp: In function ‘int cc_xml_elt_get_uint64(const cc_xml_elt*, uint64_t*)’:
element.cpp:582:25: warning: format ‘%lld’ expects argument of type ‘long long int*’, but argument 3 has type ‘uint64_t*’ {aka ‘long unsigned int*’} [-Wformat=]
  582 |   if ( sscanf(data, "%lld", value) == 1 ) return TRUE; // FIXME: unsigned
      |                      ~~~^   ~~~~~
      |                         |   |
      |                         |   uint64_t* {aka long unsigned int*}
      |                         long long int*
      |                      %ld
element.cpp: In function ‘int cc_xml_elt_get_int64(const cc_xml_elt*, int64_t*)’:
element.cpp:601:25: warning: format ‘%lld’ expects argument of type ‘long long int*’, but argument 3 has type ‘int64_t*’ {aka ‘long int*’} [-Wformat=]
  601 |   if ( sscanf(data, "%lld", value) == 1 ) return TRUE;
      |                      ~~~^   ~~~~~
      |                         |   |
      |                         |   int64_t* {aka long int*}
      |                         long long int*
      |                      %ld
utils.cpp: In function ‘char* cc_xml_load_file(const char*)’:
utils.cpp:53:15: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘const long int’ [-Wsign-compare]
   53 |   while ( pos != bufsize ) {
      |           ~~~~^~~~~~~~~~
SoBoxHighlightRenderAction.cpp: In member function ‘void SoBoxHighlightRenderActionP::drawHighlightBox(const SoPath*)’:
SoBoxHighlightRenderAction.cpp:172:43: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  172 |     SbMatrix transform = box.getTransform();
      |                                           ^
In file included from ../../include/Inventor/SbXfBox3f.h:38,
                 from ../../include/Inventor/actions/SoGetBoundingBoxAction.h:41,
                 from SoBoxHighlightRenderAction.cpp:54:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
In file included from SoCallbackAction.cpp:207:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   64 |     UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/elements/SoModelMatrixElement.h:37,
                 from SoCallbackAction.cpp:195:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoCallbackAction.cpp: In constructor ‘SoCallbackAction::SoCallbackAction(const SbViewportRegion&)’:
SoCallbackAction.cpp:432:29: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  432 |   PRIVATE(this)->viewport = vp;
      |                             ^~
In file included from ../../include/Inventor/elements/SoViewportRegionElement.h:37,
                 from SoCallbackAction.cpp:212:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoCallbackAction.cpp: In member function ‘void SoCallbackAction::setViewportRegion(const SbViewportRegion&)’:
SoCallbackAction.cpp:457:29: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  457 |   PRIVATE(this)->viewport = vp;
      |                             ^~
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoGetBoundingBoxAction.cpp: In member function ‘void SoGetBoundingBoxAction::setViewportRegion(const SbViewportRegion&)’:
SoGetBoundingBoxAction.cpp:307:20: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  307 |   this->vpregion = newregion;
      |                    ^~~~~~~~~
In file included from ../../include/Inventor/actions/SoGetBoundingBoxAction.h:39,
                 from SoGetBoundingBoxAction.cpp:82:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoGetBoundingBoxAction.cpp: In member function ‘void SoGetBoundingBoxAction::extendBy(const SbBox3f&)’:
SoGetBoundingBoxAction.cpp:511:70: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  511 |   SbMatrix transform = SoLocalBBoxMatrixElement::get(this->getState());
      |                                                                      ^
In file included from ../../include/Inventor/SbXfBox3f.h:38,
                 from ../../include/Inventor/actions/SoGetBoundingBoxAction.h:41:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoGetBoundingBoxAction.cpp: In member function ‘void SoGetBoundingBoxAction::extendBy(const SbXfBox3f&)’:
SoGetBoundingBoxAction.cpp:532:65: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  532 |   SbMatrix transform = SoLocalBBoxMatrixElement::get(this->state);
      |                                                                 ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoGetBoundingBoxAction.cpp: In member function ‘void SoGetBoundingBoxAction::setCenter(const SbVec3f&, SbBool)’:
SoGetBoundingBoxAction.cpp:552:62: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  552 |     SbMatrix lmat = SoLocalBBoxMatrixElement::get(this->state);
      |                                                              ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoGLRenderAction.cpp: In constructor ‘SoGLRenderAction::SoGLRenderAction(const SbViewportRegion&)’:
SoGLRenderAction.cpp:706:29: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  706 |   PRIVATE(this)->viewport = viewportregion;
      |                             ^~~~~~~~~~~~~~
In file included from ../../include/Inventor/actions/SoGLRenderAction.h:39,
                 from SoGLRenderAction.cpp:61:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoGLRenderAction.cpp: In member function ‘void SoGLRenderAction::setViewportRegion(const SbViewportRegion&)’:
SoGLRenderAction.cpp:757:29: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  757 |   PRIVATE(this)->viewport = newregion;
      |                             ^~~~~~~~~
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoGetMatrixAction.cpp: In member function ‘void SoGetMatrixAction::setViewportRegion(const SbViewportRegion&)’:
SoGetMatrixAction.cpp:147:26: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  147 |   this->viewportregion = region;
      |                          ^~~~~~
In file included from ../../include/Inventor/actions/SoGetMatrixAction.h:39,
                 from SoGetMatrixAction.cpp:92:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoHandleEventAction.cpp: In constructor ‘SoHandleEventAction::SoHandleEventAction(const SbViewportRegion&)’:
SoHandleEventAction.cpp:134:29: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  134 |   PRIVATE(this)->viewport = viewportregion;
      |                             ^~~~~~~~~~~~~~
In file included from SoHandleEventAction.cpp:52:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoHandleEventAction.cpp: In member function ‘void SoHandleEventAction::setViewportRegion(const SbViewportRegion&)’:
SoHandleEventAction.cpp:153:29: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  153 |   PRIVATE(this)->viewport = newregion;
      |                             ^~~~~~~~~
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoGetPrimitiveCountAction.cpp: In member function ‘void SoGetPrimitiveCountAction::commonConstructor(const SbViewportRegion&)’:
SoGetPrimitiveCountAction.cpp:110:27: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  110 |   this->pimpl->viewport = vp;
      |                           ^~
In file included from ../../include/Inventor/elements/SoViewportRegionElement.h:37,
                 from SoGetPrimitiveCountAction.cpp:61:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoPickAction.cpp: In member function ‘void SoPickAction::setViewportRegion(const SbViewportRegion&)’:
SoPickAction.cpp:121:20: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  121 |   this->vpRegion = newregion;
      |                    ^~~~~~~~~
In file included from ../../include/Inventor/actions/SoPickAction.h:39,
                 from SoPickAction.cpp:57:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoSearchAction.cpp: In member function ‘void SoSearchAction::setName(SbName)’:
SoSearchAction.cpp:247:16: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  247 |   this->name = namearg;
      |                ^~~~~~~
In file included from ../../include/Inventor/actions/SoSearchAction.h:39,
                 from SoSearchAction.cpp:74:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoSearchAction.cpp: In member function ‘void SoSearchAction::reset()’:
SoSearchAction.cpp:390:30: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  390 |   this->name = SbName::empty();
      |                              ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from ../../include/Inventor/SoPath.h:37,
                 from ../../include/Inventor/SoFullPath.h:36,
                 from ../../include/Inventor/misc/SoTempPath.h:36,
                 from ../../include/Inventor/actions/SoAction.h:38,
                 from ../../include/Inventor/actions/SoSimplifyAction.h:36,
                 from ../../include/Inventor/actions/SoReorganizeAction.h:36,
                 from SoReorganizeAction.cpp:251:
In member function ‘void SbList::grow(int) [with Type = int]’,
    inlined from ‘void SbList::append(Type) [with Type = int]’ at ../../include/Inventor/lists/SbList.h:122:59,
    inlined from ‘SbBool SoReorganizeActionP::initShape(SoCallbackAction*)’ at SoReorganizeAction.cpp:654:29:
../../include/Inventor/lists/SbList.h:248:46: warning: array subscript 0 is outside array bounds of ‘int [0]’ [-Warray-bounds=]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h:246:24: note: object of size 0 allocated by ‘operator new []’
  246 |     Type * newbuffer = new Type[this->itembuffersize];
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
time.cpp: In function ‘SbBool cc_internal_ftime(cc_time*)’:
time.cpp:139:8: warning: ‘int ftime(timeb*)’ is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations]
  139 |   ftime(&timebuffer);
      |   ~~~~~^~~~~~~~~~~~~
In file included from time.cpp:52:
/usr/include/sys/timeb.h:29:12: note: declared here
   29 | extern int ftime (struct timeb *__timebuf)
      |            ^~~~~
SbDPMatrix.cpp: In member function ‘SbDPMatrix SbDPMatrix::inverse() const’:
SbDPMatrix.cpp:455:14: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
  455 |       return *this;
      |              ^~~~~
SbDPMatrix.cpp:265:1: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
  265 | SbDPMatrix::operator=(const SbDPMatrix & m)
      | ^~~~~~~~~~
SbDPMatrix.cpp:525:16: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
  525 |         return *this;
      |                ^~~~~
SbDPMatrix.cpp:265:1: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
  265 | SbDPMatrix::operator=(const SbDPMatrix & m)
      | ^~~~~~~~~~
SbDPMatrix.cpp:560:10: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
  560 |   return result;
      |          ^~~~~~
SbDPMatrix.cpp:265:1: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
  265 | SbDPMatrix::operator=(const SbDPMatrix & m)
      | ^~~~~~~~~~
SbDPMatrix.cpp: In function ‘SbDPMatrix operator*(const SbDPMatrix&, const SbDPMatrix&)’:
SbDPMatrix.cpp:672:23: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
  672 |   SbDPMatrix result = m1;
      |                       ^~
SbDPMatrix.cpp:265:1: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
  265 | SbDPMatrix::operator=(const SbDPMatrix & m)
      | ^~~~~~~~~~
SbDPMatrix.cpp:674:10: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
  674 |   return result;
      |          ^~~~~~
SbDPMatrix.cpp:265:1: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
  265 | SbDPMatrix::operator=(const SbDPMatrix & m)
      | ^~~~~~~~~~
SbDPMatrix.cpp: In member function ‘void SbDPMatrix::getTransform(SbVec3d&, SbDPRotation&, SbVec3d&, SbDPRotation&, const SbVec3d&) const’:
SbDPMatrix.cpp:954:20: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
  954 |   SbDPMatrix m2 = *this;
      |                    ^~~~
SbDPMatrix.cpp:265:1: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
  265 | SbDPMatrix::operator=(const SbDPMatrix & m)
      | ^~~~~~~~~~
SbDPMatrix.cpp: In member function ‘SbDPMatrix SbDPMatrix::transpose() const’:
SbDPMatrix.cpp:1111:28: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
 1111 |   SbDPMatrix trans = (*this);
      |                            ^
SbDPMatrix.cpp:265:1: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
  265 | SbDPMatrix::operator=(const SbDPMatrix & m)
      | ^~~~~~~~~~
SbDPMatrix.cpp:1119:10: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
 1119 |   return trans;
      |          ^~~~~
SbDPMatrix.cpp:265:1: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
  265 | SbDPMatrix::operator=(const SbDPMatrix & m)
      | ^~~~~~~~~~
In file included from ../../include/Inventor/SbHeap.h:37,
                 from SbHeap.cpp:69:
In member function ‘void SbList::grow(int) [with Type = void*]’,
    inlined from ‘void SbList::append(Type) [with Type = void*]’ at ../../include/Inventor/lists/SbList.h:122:59,
    inlined from ‘void SbHeap::emptyHeap()’ at SbHeap.cpp:104:20:
../../include/Inventor/lists/SbList.h:248:46: warning: array subscript 0 is outside array bounds of ‘void* [0]’ [-Warray-bounds=]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h:246:24: note: object of size 0 allocated by ‘operator new []’
  246 |     Type * newbuffer = new Type[this->itembuffersize];
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SbMatrix.cpp: In member function ‘SbMatrix SbMatrix::inverse() const’:
SbMatrix.cpp:535:14: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  535 |       return *this;
      |              ^~~~~
SbMatrix.cpp:343:1: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  343 | SbMatrix::operator=(const SbMatrix & m)
      | ^~~~~~~~
SbMatrix.cpp:605:16: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  605 |         return *this;
      |                ^~~~~
SbMatrix.cpp:343:1: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  343 | SbMatrix::operator=(const SbMatrix & m)
      | ^~~~~~~~
SbMatrix.cpp:640:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  640 |   return result;
      |          ^~~~~~
SbMatrix.cpp:343:1: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  343 | SbMatrix::operator=(const SbMatrix & m)
      | ^~~~~~~~
SbMatrix.cpp: In function ‘SbMatrix operator*(const SbMatrix&, const SbMatrix&)’:
SbMatrix.cpp:792:21: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  792 |   SbMatrix result = m1;
      |                     ^~
SbMatrix.cpp:343:1: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  343 | SbMatrix::operator=(const SbMatrix & m)
      | ^~~~~~~~
SbMatrix.cpp:794:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  794 |   return result;
      |          ^~~~~~
SbMatrix.cpp:343:1: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  343 | SbMatrix::operator=(const SbMatrix & m)
      | ^~~~~~~~
SbMatrix.cpp: In member function ‘void SbMatrix::getTransform(SbVec3f&, SbRotation&, SbVec3f&, SbRotation&, const SbVec3f&) const’:
SbMatrix.cpp:1161:18: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
 1161 |   SbMatrix m2 = *this;
      |                  ^~~~
SbMatrix.cpp:343:1: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  343 | SbMatrix::operator=(const SbMatrix & m)
      | ^~~~~~~~
SbMatrix.cpp: In member function ‘SbMatrix SbMatrix::transpose() const’:
SbMatrix.cpp:1318:26: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
 1318 |   SbMatrix trans = (*this);
      |                          ^
SbMatrix.cpp:343:1: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  343 | SbMatrix::operator=(const SbMatrix & m)
      | ^~~~~~~~
SbMatrix.cpp:1326:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
 1326 |   return trans;
      |          ^~~~~
SbMatrix.cpp:343:1: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  343 | SbMatrix::operator=(const SbMatrix & m)
      | ^~~~~~~~
SbDPViewVolume.cpp: In function ‘SbDPMatrix get_perspective_projection(double, double, double, double, double, double)’:
SbDPViewVolume.cpp:208:10: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
  208 |   return proj;
      |          ^~~~
In file included from SbDPViewVolume.cpp:54:
../../include/Inventor/SbDPMatrix.h:112:16: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
  112 |   SbDPMatrix & operator =(const SbDPMatrix & m);
      |                ^~~~~~~~
SbDPViewVolume.cpp: In function ‘SbDPMatrix get_ortho_projection(double, double, double, double, double, double)’:
SbDPViewVolume.cpp:237:10: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
  237 |   return proj;
      |          ^~~~
../../include/Inventor/SbDPMatrix.h:112:16: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
  112 |   SbDPMatrix & operator =(const SbDPMatrix & m);
      |                ^~~~~~~~
SbDPViewVolume.cpp: In member function ‘SbDPMatrix SbDPViewVolume::getMatrix() const’:
SbDPViewVolume.cpp:342:26: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
  342 |   return affine.multRight(proj);
      |          ~~~~~~~~~~~~~~~~^~~~~~
../../include/Inventor/SbDPMatrix.h:112:16: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
  112 |   SbDPMatrix & operator =(const SbDPMatrix & m);
      |                ^~~~~~~~
SbDPViewVolume.cpp: In member function ‘SbDPMatrix SbDPViewVolume::getCameraSpaceMatrix() const’:
SbDPViewVolume.cpp:368:10: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
  368 |   return mat;
      |          ^~~
../../include/Inventor/SbDPMatrix.h:112:16: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
  112 |   SbDPMatrix & operator =(const SbDPMatrix & m);
      |                ^~~~~~~~
SbViewVolume.cpp: In member function ‘SbMatrix SbViewVolume::getMatrix() const’:
SbViewVolume.cpp:216:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  216 |   return matrix;
      |          ^~~~~~
In file included from SbViewVolume.cpp:65:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SbViewVolume.cpp: In member function ‘SbMatrix SbViewVolume::getCameraSpaceMatrix() const’:
SbViewVolume.cpp:235:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  235 |   return ret;
      |          ^~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SbViewportRegion.cpp: In copy constructor ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’:
SbViewportRegion.cpp:211:11: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  211 |   *this = vpReg;
      |           ^~~~~
SbViewportRegion.cpp:209:1: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
  209 | SbViewportRegion::SbViewportRegion(const SbViewportRegion & vpReg)
      | ^~~~~~~~~~~~~~~~
SbXfBox3f.cpp: In member function ‘void SbXfBox3f::extendBy(const SbBox3f&)’:
SbXfBox3f.cpp:224:36: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  224 |     SbMatrix im = this->getInverse();
      |                                    ^
In file included from ../../include/Inventor/SbXfBox3f.h:38,
                 from SbXfBox3f.cpp:47:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SbXfBox3f.cpp: In member function ‘void SbXfBox3f::extendBy(const SbXfBox3f&)’:
SbXfBox3f.cpp:340:36: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  340 |       SbMatrix m = bb.getTransform();
      |                                    ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SbXfBox3f.cpp:377:39: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  377 |       SbMatrix m = this->getTransform();
      |                                       ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SbXfBox3d.cpp: In member function ‘void SbXfBox3d::extendBy(const SbBox3d&)’:
SbXfBox3d.cpp:212:38: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
  212 |     SbDPMatrix im = this->getInverse();
      |                                      ^
In file included from ../../include/Inventor/SbXfBox3d.h:37,
                 from SbXfBox3d.cpp:45:
../../include/Inventor/SbDPMatrix.h:112:16: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
  112 |   SbDPMatrix & operator =(const SbDPMatrix & m);
      |                ^~~~~~~~
SbXfBox3d.cpp: In member function ‘void SbXfBox3d::extendBy(const SbXfBox3d&)’:
SbXfBox3d.cpp:328:38: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
  328 |       SbDPMatrix m = bb.getTransform();
      |                                      ^
../../include/Inventor/SbDPMatrix.h:112:16: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
  112 |   SbDPMatrix & operator =(const SbDPMatrix & m);
      |                ^~~~~~~~
SbXfBox3d.cpp:365:41: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
  365 |       SbDPMatrix m = this->getTransform();
      |                                         ^
../../include/Inventor/SbDPMatrix.h:112:16: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
  112 |   SbDPMatrix & operator =(const SbDPMatrix & m);
      |                ^~~~~~~~
mkdir: cannot create directory '.libs': File exists
SoNodeKitDetail.cpp: In member function ‘virtual SoDetail* SoNodeKitDetail::copy() const’:
SoNodeKitDetail.cpp:107:28: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  107 |   copy->myPartName = this->myPartName;
      |                            ^~~~~~~~~~
In file included from ../../include/Inventor/details/SoSubDetail.h:38,
                 from ../../include/Inventor/details/SoNodeKitDetail.h:36,
                 from SoNodeKitDetail.cpp:53:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoNodeKitDetail.cpp: In member function ‘void SoNodeKitDetail::setPartName(const SbName&)’:
SoNodeKitDetail.cpp:163:22: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  163 |   this->myPartName = name;
      |                      ^~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
mkdir: cannot create directory '.libs': File exists
SoDirectionalLightDragger.cpp: In static member function ‘static void SoDirectionalLightDragger::fieldSensorCB(void*, SoSensor*)’:
SoDirectionalLightDragger.cpp:320:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  320 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoDirectionalLightDragger.h:36,
                 from SoDirectionalLightDragger.cpp:74:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoDirectionalLightDragger.cpp: In static member function ‘static void SoDirectionalLightDragger::valueChangedCB(void*, SoDragger*)’:
SoDirectionalLightDragger.cpp:330:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  330 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoCenterballDragger.cpp: In member function ‘void SoCenterballDragger::transferCenterDraggerMotion(SoDragger*)’:
SoCenterballDragger.cpp:363:45: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  363 |     SbMatrix matrix = this->getMotionMatrix();
      |                                             ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoCenterballDragger.h:36,
                 from SoCenterballDragger.cpp:116:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoCenterballDragger.cpp: In static member function ‘static void SoCenterballDragger::fieldSensorCB(void*, SoSensor*)’:
SoCenterballDragger.cpp:555:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  555 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoCenterballDragger.cpp: In static member function ‘static void SoCenterballDragger::valueChangedCB(void*, SoDragger*)’:
SoCenterballDragger.cpp:565:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  565 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoDragger.cpp: In member function ‘SbMatrix SoDragger::getLocalToWorldMatrix()’:
SoDragger.cpp:824:47: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  824 |     SbMatrix m = PRIVATE(this)->draggercache->draggerToWorld;
      |                                               ^~~~~~~~~~~~~~
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from SoDragger.cpp:206:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoDragger.cpp:826:12: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  826 |     return m;
      |            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoDragger.cpp: In member function ‘SbMatrix SoDragger::getWorldToLocalMatrix()’:
SoDragger.cpp:839:47: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  839 |     SbMatrix m = PRIVATE(this)->draggercache->worldToDragger;
      |                                               ^~~~~~~~~~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoDragger.cpp:841:12: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  841 |     return m;
      |            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoDragger.cpp: In member function ‘void SoDragger::getPartToLocalMatrix(const SbName&, SbMatrix&, SbMatrix&)’:
SoDragger.cpp:889:35: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  889 |   SbMatrix p2w = action.getMatrix();
      |                                   ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoDragger.cpp:890:36: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  890 |   SbMatrix w2p = action.getInverse();
      |                                    ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoDragger.cpp: In member function ‘void SoDragger::setViewportRegion(const SbViewportRegion&)’:
SoDragger.cpp:1153:29: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
 1153 |   PRIVATE(this)->viewport = vp;
      |                             ^~
In file included from ../../include/Inventor/draggers/SoDragger.h:44:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoDragger.cpp: In static member function ‘static SbMatrix SoDragger::appendTranslation(const SbMatrix&, const SbVec3f&, const SbMatrix*)’:
SoDragger.cpp:1352:18: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
 1352 |   SbMatrix res = matrix;
      |                  ^~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoDragger.cpp:1353:22: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
 1353 |   return res.multLeft(transform);
      |          ~~~~~~~~~~~~^~~~~~~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoDragger.cpp: In static member function ‘static SbMatrix SoDragger::appendScale(const SbMatrix&, const SbVec3f&, const SbVec3f&, const SbMatrix*)’:
SoDragger.cpp:1388:18: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
 1388 |   SbMatrix res = matrix;
      |                  ^~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoDragger.cpp:1471:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
 1471 |   return res;
      |          ^~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoDragger.cpp: In static member function ‘static SbMatrix SoDragger::appendRotation(const SbMatrix&, const SbRotation&, const SbVec3f&, const SbMatrix*)’:
SoDragger.cpp:1493:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
 1493 |   return transform;
      |          ^~~~~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoDragger.cpp: In member function ‘void SoDragger::setCameraInfo(SoAction*)’:
SoDragger.cpp:1601:63: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
 1601 |   PRIVATE(this)->viewport = SoViewportRegionElement::get(state);;
      |                                                               ^
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoDragger.cpp: In member function ‘virtual void SoDragger::handleEvent(SoHandleEventAction*)’:
SoDragger.cpp:1684:42: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
 1684 |           PRIVATE(this)->surrogatename = name;
      |                                          ^~~~
In file included from ../../include/Inventor/nodes/SoSubNode.h:59,
                 from ../../include/Inventor/nodekits/SoSubKit.h:36,
                 from ../../include/Inventor/nodekits/SoInteractionKit.h:36,
                 from ../../include/Inventor/draggers/SoDragger.h:36:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoDragger.cpp:1729:36: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
 1729 |     PRIVATE(this)->surrogatename = "";
      |                                    ^~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoDragger.cpp: In member function ‘void SoDragger::transferMotion(SoDragger*)’:
SoDragger.cpp:1769:49: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
 1769 |   SbMatrix childmatrix = child->getMotionMatrix();
      |                                                 ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoDragger.cpp:1774:48: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
 1774 |   SbMatrix matrix = this->getStartMotionMatrix();
      |                                                ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoHandleBoxDragger.cpp: In static member function ‘static void SoHandleBoxDragger::fieldSensorCB(void*, SoSensor*)’:
SoHandleBoxDragger.cpp:560:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  560 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoHandleBoxDragger.h:36,
                 from SoHandleBoxDragger.cpp:63:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoHandleBoxDragger.cpp: In static member function ‘static void SoHandleBoxDragger::valueChangedCB(void*, SoDragger*)’:
SoHandleBoxDragger.cpp:570:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  570 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoDragPointDragger.cpp: In static member function ‘static void SoDragPointDragger::fieldSensorCB(void*, SoSensor*)’:
SoDragPointDragger.cpp:429:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  429 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoDragPointDragger.h:36,
                 from SoDragPointDragger.cpp:69:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoDragPointDragger.cpp: In static member function ‘static void SoDragPointDragger::valueChangedCB(void*, SoDragger*)’:
SoDragPointDragger.cpp:440:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  440 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoJackDragger.cpp: In static member function ‘static void SoJackDragger::fieldSensorCB(void*, SoSensor*)’:
SoJackDragger.cpp:351:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  351 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoJackDragger.h:36,
                 from SoJackDragger.cpp:84:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoJackDragger.cpp: In static member function ‘static void SoJackDragger::valueChangedCB(void*, SoDragger*)’:
SoJackDragger.cpp:361:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  361 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoPointLightDragger.cpp: In static member function ‘static void SoPointLightDragger::fieldSensorCB(void*, SoSensor*)’:
SoPointLightDragger.cpp:246:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  246 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoPointLightDragger.h:36,
                 from SoPointLightDragger.cpp:63:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoPointLightDragger.cpp: In static member function ‘static void SoPointLightDragger::valueChangedCB(void*, SoDragger*)’:
SoPointLightDragger.cpp:257:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  257 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoRotateCylindricalDragger.cpp: In static member function ‘static void SoRotateCylindricalDragger::fieldSensorCB(void*, SoSensor*)’:
SoRotateCylindricalDragger.cpp:254:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  254 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoRotateCylindricalDragger.h:36,
                 from SoRotateCylindricalDragger.cpp:59:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoRotateCylindricalDragger.cpp: In static member function ‘static void SoRotateCylindricalDragger::valueChangedCB(void*, SoDragger*)’:
SoRotateCylindricalDragger.cpp:270:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  270 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoRotateDiscDragger.cpp: In static member function ‘static void SoRotateDiscDragger::fieldSensorCB(void*, SoSensor*)’:
SoRotateDiscDragger.cpp:256:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  256 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoRotateDiscDragger.h:36,
                 from SoRotateDiscDragger.cpp:66:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoRotateDiscDragger.cpp: In static member function ‘static void SoRotateDiscDragger::valueChangedCB(void*, SoDragger*)’:
SoRotateDiscDragger.cpp:272:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  272 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoScale1Dragger.cpp: In static member function ‘static void SoScale1Dragger::fieldSensorCB(void*, SoSensor*)’:
SoScale1Dragger.cpp:248:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  248 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoScale1Dragger.h:36,
                 from SoScale1Dragger.cpp:58:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoScale1Dragger.cpp: In static member function ‘static void SoScale1Dragger::valueChangedCB(void*, SoDragger*)’:
SoScale1Dragger.cpp:264:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  264 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoRotateSphericalDragger.cpp: In static member function ‘static void SoRotateSphericalDragger::fieldSensorCB(void*, SoSensor*)’:
SoRotateSphericalDragger.cpp:263:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  263 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoRotateSphericalDragger.h:36,
                 from SoRotateSphericalDragger.cpp:60:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoRotateSphericalDragger.cpp: In static member function ‘static void SoRotateSphericalDragger::valueChangedCB(void*, SoDragger*)’:
SoRotateSphericalDragger.cpp:276:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  276 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoScale2Dragger.cpp: In static member function ‘static void SoScale2Dragger::fieldSensorCB(void*, SoSensor*)’:
SoScale2Dragger.cpp:249:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  249 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoScale2Dragger.h:36,
                 from SoScale2Dragger.cpp:61:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoScale2Dragger.cpp: In static member function ‘static void SoScale2Dragger::valueChangedCB(void*, SoDragger*)’:
SoScale2Dragger.cpp:265:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  265 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoScale2UniformDragger.cpp: In static member function ‘static void SoScale2UniformDragger::fieldSensorCB(void*, SoSensor*)’:
SoScale2UniformDragger.cpp:256:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  256 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoScale2UniformDragger.h:36,
                 from SoScale2UniformDragger.cpp:66:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoScale2UniformDragger.cpp: In static member function ‘static void SoScale2UniformDragger::valueChangedCB(void*, SoDragger*)’:
SoScale2UniformDragger.cpp:272:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  272 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoScaleUniformDragger.cpp: In static member function ‘static void SoScaleUniformDragger::fieldSensorCB(void*, SoSensor*)’:
SoScaleUniformDragger.cpp:249:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  249 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoScaleUniformDragger.h:36,
                 from SoScaleUniformDragger.cpp:61:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoScaleUniformDragger.cpp: In static member function ‘static void SoScaleUniformDragger::valueChangedCB(void*, SoDragger*)’:
SoScaleUniformDragger.cpp:265:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  265 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoSpotLightDragger.cpp: In static member function ‘static void SoSpotLightDragger::fieldSensorCB(void*, SoSensor*)’:
SoSpotLightDragger.cpp:391:46: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  391 |     SbMatrix matrix = thisp->getMotionMatrix();
      |                                              ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoSpotLightDragger.h:36,
                 from SoSpotLightDragger.cpp:69:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoSpotLightDragger.cpp: In static member function ‘static void SoSpotLightDragger::valueChangedCB(void*, SoDragger*)’:
SoSpotLightDragger.cpp:402:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  402 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTabPlaneDragger.cpp: In static member function ‘static void SoTabPlaneDragger::fieldSensorCB(void*, SoSensor*)’:
SoTabPlaneDragger.cpp:346:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  346 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoTabPlaneDragger.h:36,
                 from SoTabPlaneDragger.cpp:60:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTabPlaneDragger.cpp: In static member function ‘static void SoTabPlaneDragger::valueChangedCB(void*, SoDragger*)’:
SoTabPlaneDragger.cpp:356:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  356 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTabPlaneDragger.cpp: In member function ‘void SoTabPlaneDragger::reallyAdjustScaleTabSize(SoGLRenderAction*)’:
SoTabPlaneDragger.cpp:421:55: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  421 |     SbMatrix toworld = SoModelMatrixElement::get(state);
      |                                                       ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTabBoxDragger.cpp: In static member function ‘static void SoTabBoxDragger::fieldSensorCB(void*, SoSensor*)’:
SoTabBoxDragger.cpp:330:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  330 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoTabBoxDragger.h:36,
                 from SoTabBoxDragger.cpp:64:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTrackballDragger.cpp: In static member function ‘static void SoTrackballDragger::fieldSensorCB(void*, SoSensor*)’:
SoTrackballDragger.cpp:423:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  423 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoTrackballDragger.h:36,
                 from SoTrackballDragger.cpp:75:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTrackballDragger.cpp: In static member function ‘static void SoTrackballDragger::valueChangedCB(void*, SoDragger*)’:
SoTrackballDragger.cpp:433:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  433 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTransformBoxDragger.cpp: In static member function ‘static void SoTransformBoxDragger::fieldSensorCB(void*, SoSensor*)’:
SoTransformBoxDragger.cpp:463:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  463 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoTransformBoxDragger.h:36,
                 from SoTransformBoxDragger.cpp:70:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTransformBoxDragger.cpp: In static member function ‘static void SoTransformBoxDragger::valueChangedCB(void*, SoDragger*)’:
SoTransformBoxDragger.cpp:473:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  473 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTransformerDragger.cpp: In static member function ‘static void SoTransformerDragger::fieldSensorCB(void*, SoSensor*)’:
SoTransformerDragger.cpp:952:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  952 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoTransformerDragger.h:36,
                 from SoTransformerDragger.cpp:88:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTransformerDragger.cpp: In static member function ‘static void SoTransformerDragger::valueChangedCB(void*, SoDragger*)’:
SoTransformerDragger.cpp:962:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  962 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTransformerDragger.cpp: In member function ‘SbMatrix SoTransformerDragger::getWorkingToWorldMatrix()’:
SoTransformerDragger.cpp:1965:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
 1965 |   return mat;
      |          ^~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTransformerDragger.cpp: In member function ‘SbMatrix SoTransformerDragger::getWorldToWorkingMatrix()’:
SoTransformerDragger.cpp:1974:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
 1974 |   return mat;
      |          ^~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTranslate1Dragger.cpp: In static member function ‘static void SoTranslate1Dragger::fieldSensorCB(void*, SoSensor*)’:
SoTranslate1Dragger.cpp:298:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  298 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoTranslate1Dragger.h:36,
                 from SoTranslate1Dragger.cpp:64:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTranslate1Dragger.cpp: In member function ‘virtual void SoTranslate1Dragger::setMotionMatrix(const SbMatrix&)’:
SoTranslate1Dragger.cpp:307:16: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  307 |   SbMatrix m = matrix;
      |                ^~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTranslate1Dragger.cpp: In static member function ‘static void SoTranslate1Dragger::valueChangedCB(void*, SoDragger*)’:
SoTranslate1Dragger.cpp:317:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  317 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTranslate2Dragger.cpp: In static member function ‘static void SoTranslate2Dragger::fieldSensorCB(void*, SoSensor*)’:
SoTranslate2Dragger.cpp:325:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  325 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoTranslate2Dragger.h:36,
                 from SoTranslate2Dragger.cpp:62:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTranslate2Dragger.cpp: In static member function ‘static void SoTranslate2Dragger::valueChangedCB(void*, SoDragger*)’:
SoTranslate2Dragger.cpp:335:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  335 |   SbMatrix matrix = thisp->getMotionMatrix();
      |                                            ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTranslate2Dragger.cpp: In member function ‘virtual void SoTranslate2Dragger::setMotionMatrix(const SbMatrix&)’:
SoTranslate2Dragger.cpp:348:16: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  348 |   SbMatrix m = matrix;
      |                ^~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoGLCacheContextElement.cpp: In static member function ‘static int SoGLCacheContextElement::getExtID(const char*)’:
SoGLCacheContextElement.cpp:291:21: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  291 |     info->extname = extname;
      |                     ^~~~~~~
In file included from ../../../include/Inventor/elements/SoSubElement.h:49,
                 from ../../../include/Inventor/elements/SoGLCacheContextElement.h:36,
                 from SoGLCacheContextElement.cpp:43:
../../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from ../../../include/Inventor/SoPath.h:37,
                 from ../../../include/Inventor/SoFullPath.h:36,
                 from ../../../include/Inventor/misc/SoTempPath.h:36,
                 from ../../../include/Inventor/actions/SoAction.h:38,
                 from ../../../include/Inventor/actions/SoGLRenderAction.h:36,
                 from SoGLMultiTextureCoordinateElement.cpp:42:
../../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SoGLMultiTextureCoordinateElement::GLUnitData]’:
SoGLMultiTextureCoordinateElement.cpp:74:28:   required from here
../../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SoGLMultiTextureCoordinateElement::GLUnitData& SoGLMultiTextureCoordinateElement::GLUnitData::operator=(const SoGLMultiTextureCoordinateElement::GLUnitData&)’ is deprecated [-Wdeprecated-copy]
  123 |     this->itembuffer[this->numitems++] = item;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
In file included from SoGLMultiTextureCoordinateElement.cpp:40:
../../../include/Inventor/elements/SoGLMultiTextureCoordinateElement.h:73:5: note: because ‘SoGLMultiTextureCoordinateElement::GLUnitData’ has user-provided ‘SoGLMultiTextureCoordinateElement::GLUnitData::GLUnitData(const SoGLMultiTextureCoordinateElement::GLUnitData&)’
   73 |     GLUnitData(const GLUnitData & org) : texgenCB(org.texgenCB), texgenData(org.texgenData) {}
      |     ^~~~~~~~~~
../../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SoGLMultiTextureCoordinateElement::GLUnitData]’:
../../../include/Inventor/lists/SbList.h:122:55:   required from ‘void SbList::append(Type) [with Type = SoGLMultiTextureCoordinateElement::GLUnitData]’
SoGLMultiTextureCoordinateElement.cpp:74:28:   required from here
../../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SoGLMultiTextureCoordinateElement::GLUnitData& SoGLMultiTextureCoordinateElement::GLUnitData::operator=(const SoGLMultiTextureCoordinateElement::GLUnitData&)’ is deprecated [-Wdeprecated-copy]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../../include/Inventor/elements/SoGLMultiTextureCoordinateElement.h:73:5: note: because ‘SoGLMultiTextureCoordinateElement::GLUnitData’ has user-provided ‘SoGLMultiTextureCoordinateElement::GLUnitData::GLUnitData(const SoGLMultiTextureCoordinateElement::GLUnitData&)’
   73 |     GLUnitData(const GLUnitData & org) : texgenCB(org.texgenCB), texgenData(org.texgenData) {}
      |     ^~~~~~~~~~
../../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::fit() [with Type = SoGLMultiTextureCoordinateElement::GLUnitData]’:
../../../include/Inventor/lists/SbList.h:177:22:   required from ‘void SbList::truncate(int, int) [with Type = SoGLMultiTextureCoordinateElement::GLUnitData]’
SoGLMultiTextureCoordinateElement.cpp:127:35:   required from here
../../../include/Inventor/lists/SbList.h:112:58: warning: implicitly-declared ‘constexpr SoGLMultiTextureCoordinateElement::GLUnitData& SoGLMultiTextureCoordinateElement::GLUnitData::operator=(const SoGLMultiTextureCoordinateElement::GLUnitData&)’ is deprecated [-Wdeprecated-copy]
  112 |         for (int i = 0; i < items; i++) newitembuffer[i] = this->itembuffer[i];
      |                                         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../../include/Inventor/elements/SoGLMultiTextureCoordinateElement.h:73:5: note: because ‘SoGLMultiTextureCoordinateElement::GLUnitData’ has user-provided ‘SoGLMultiTextureCoordinateElement::GLUnitData::GLUnitData(const SoGLMultiTextureCoordinateElement::GLUnitData&)’
   73 |     GLUnitData(const GLUnitData & org) : texgenCB(org.texgenCB), texgenData(org.texgenData) {}
      |     ^~~~~~~~~~
../../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::copy(const SbList&) [with Type = SoGLMultiTextureCoordinateElement::GLUnitData]’:
../../../include/Inventor/lists/SbList.h:100:11:   required from ‘SbList& SbList::operator=(const SbList&) [with Type = SoGLMultiTextureCoordinateElement::GLUnitData]’
SoGLMultiTextureCoordinateElement.cpp:140:44:   required from here
../../../include/Inventor/lists/SbList.h:96:53: warning: implicitly-declared ‘constexpr SoGLMultiTextureCoordinateElement::GLUnitData& SoGLMultiTextureCoordinateElement::GLUnitData::operator=(const SoGLMultiTextureCoordinateElement::GLUnitData&)’ is deprecated [-Wdeprecated-copy]
   96 |     for (int i = 0; i < n; i++) this->itembuffer[i] = l.itembuffer[i];
      |                                 ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../include/Inventor/elements/SoGLMultiTextureCoordinateElement.h:73:5: note: because ‘SoGLMultiTextureCoordinateElement::GLUnitData’ has user-provided ‘SoGLMultiTextureCoordinateElement::GLUnitData::GLUnitData(const SoGLMultiTextureCoordinateElement::GLUnitData&)’
   73 |     GLUnitData(const GLUnitData & org) : texgenCB(org.texgenCB), texgenData(org.texgenData) {}
      |     ^~~~~~~~~~
In file included from ../../../include/Inventor/elements/SoGLMultiTextureMatrixElement.h:36,
                 from SoGLMultiTextureMatrixElement.cpp:45:
../../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   64 |     UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../include/Inventor/elements/SoMultiTextureMatrixElement.h:37:
../../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
In file included from ../../../include/Inventor/elements/SoGLShaderProgramElement.h:37,
                 from SoGLMultiTextureImageElement.cpp:53:
../../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SoGLMultiTextureImageElement::GLUnitData]’:
SoGLMultiTextureImageElement.cpp:80:28:   required from here
../../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SoGLMultiTextureImageElement::GLUnitData& SoGLMultiTextureImageElement::GLUnitData::operator=(const SoGLMultiTextureImageElement::GLUnitData&)’ is deprecated [-Wdeprecated-copy]
  123 |     this->itembuffer[this->numitems++] = item;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
In file included from SoGLMultiTextureImageElement.cpp:44:
../../../include/Inventor/elements/SoGLMultiTextureImageElement.h:73:3: note: because ‘SoGLMultiTextureImageElement::GLUnitData’ has user-provided ‘SoGLMultiTextureImageElement::GLUnitData::GLUnitData(const SoGLMultiTextureImageElement::GLUnitData&)’
   73 |   GLUnitData(const GLUnitData & org) : glimage(org.glimage) {}
      |   ^~~~~~~~~~
../../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SoGLMultiTextureImageElement::GLUnitData]’:
../../../include/Inventor/lists/SbList.h:122:55:   required from ‘void SbList::append(Type) [with Type = SoGLMultiTextureImageElement::GLUnitData]’
SoGLMultiTextureImageElement.cpp:80:28:   required from here
../../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SoGLMultiTextureImageElement::GLUnitData& SoGLMultiTextureImageElement::GLUnitData::operator=(const SoGLMultiTextureImageElement::GLUnitData&)’ is deprecated [-Wdeprecated-copy]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../../include/Inventor/elements/SoGLMultiTextureImageElement.h:73:3: note: because ‘SoGLMultiTextureImageElement::GLUnitData’ has user-provided ‘SoGLMultiTextureImageElement::GLUnitData::GLUnitData(const SoGLMultiTextureImageElement::GLUnitData&)’
   73 |   GLUnitData(const GLUnitData & org) : glimage(org.glimage) {}
      |   ^~~~~~~~~~
../../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::copy(const SbList&) [with Type = SoGLMultiTextureImageElement::GLUnitData]’:
../../../include/Inventor/lists/SbList.h:100:11:   required from ‘SbList& SbList::operator=(const SbList&) [with Type = SoGLMultiTextureImageElement::GLUnitData]’
SoGLMultiTextureImageElement.cpp:151:44:   required from here
../../../include/Inventor/lists/SbList.h:96:53: warning: implicitly-declared ‘constexpr SoGLMultiTextureImageElement::GLUnitData& SoGLMultiTextureImageElement::GLUnitData::operator=(const SoGLMultiTextureImageElement::GLUnitData&)’ is deprecated [-Wdeprecated-copy]
   96 |     for (int i = 0; i < n; i++) this->itembuffer[i] = l.itembuffer[i];
      |                                 ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../include/Inventor/elements/SoGLMultiTextureImageElement.h:73:3: note: because ‘SoGLMultiTextureImageElement::GLUnitData’ has user-provided ‘SoGLMultiTextureImageElement::GLUnitData::GLUnitData(const SoGLMultiTextureImageElement::GLUnitData&)’
   73 |   GLUnitData(const GLUnitData & org) : glimage(org.glimage) {}
      |   ^~~~~~~~~~
SoGLViewingMatrixElement.cpp: In member function ‘virtual void SoGLViewingMatrixElement::setElt(const SbMatrix&)’:
SoGLViewingMatrixElement.cpp:131:26: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  131 |     SbMatrix mat = this->viewingMatrix;
      |                          ^~~~~~~~~~~~~
In file included from ../../../include/Inventor/elements/SoViewingMatrixElement.h:37,
                 from ../../../include/Inventor/elements/SoGLViewingMatrixElement.h:36,
                 from SoGLViewingMatrixElement.cpp:47:
../../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoGLViewingMatrixElement.cpp: In member function ‘void SoGLViewingMatrixElement::updategl()’:
SoGLViewingMatrixElement.cpp:146:24: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  146 |   SbMatrix mat = this->viewingMatrix;
      |                        ^~~~~~~~~~~~~
../../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoGLViewingMatrixElement.cpp: In static member function ‘static SbMatrix SoGLViewingMatrixElement::getResetMatrix(SoState*)’:
SoGLViewingMatrixElement.cpp:168:37: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  168 |     return SoResetMatrixElement::get(state);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
../../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoGLViewingMatrixElement.cpp:173:27: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  173 |   SbMatrix mat = element->viewingMatrix;
      |                           ^~~~~~~~~~~~~
../../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoGLViewingMatrixElement.cpp:181:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  181 |   return mat;
      |          ^~~
../../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoGLViewportRegionElement.cpp: In member function ‘virtual void SoGLViewportRegionElement::push(SoState*)’:
SoGLViewportRegionElement.cpp:93:32: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
   93 |   this->viewportRegion = prev->viewportRegion;
      |                                ^~~~~~~~~~~~~~
In file included from ../../../include/Inventor/elements/SoViewportRegionElement.h:37,
                 from ../../../include/Inventor/elements/SoGLViewportRegionElement.h:36,
                 from SoGLViewportRegionElement.cpp:42:
../../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoGLViewportRegionElement.cpp: In member function ‘virtual void SoGLViewportRegionElement::setElt(const SbViewportRegion&)’:
SoGLViewportRegionElement.cpp:115:26: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  115 |   this->viewportRegion = viewportRegionarg;
      |                          ^~~~~~~~~~~~~~~~~
../../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/elements/SoGLMultiTextureMatrixElement.h:36,
                 from SoElement.cpp:296:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   64 |     UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/elements/SoLightElement.h:39,
                 from ../../include/Inventor/elements/SoElements.h:40,
                 from SoElement.cpp:291:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoFontNameElement.cpp: In static member function ‘static void SoFontNameElement::set(SoState*, SoNode*, SbName)’:
SoFontNameElement.cpp:103:25: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  103 |     element->fontName = fontName;
      |                         ^~~~~~~~
In file included from ../../include/Inventor/elements/SoFontNameElement.h:36,
                 from SoFontNameElement.cpp:45:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoFontNameElement.cpp: In member function ‘virtual SoElement* SoFontNameElement::copyMatchInfo() const’:
SoFontNameElement.cpp:142:29: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  142 |   element->fontName = this->fontName;
      |                             ^~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoFontNameElement.cpp: In member function ‘virtual void SoFontNameElement::init(SoState*)’:
SoFontNameElement.cpp:162:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  162 |   this->fontName = *SoFontNameElement::defaultfontname;
      |                                        ^~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoLightElement.cpp: In static member function ‘static void SoLightElement::add(SoState*, SoLight*, const SbMatrix&)’:
SoLightElement.cpp:116:31: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  116 |       elem->matrixlist->append(matrix);
      |       ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from ../../include/Inventor/elements/SoLightElement.h:39,
                 from SoLightElement.cpp:42:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
In file included from ../../include/Inventor/elements/SoAccumulatedElement.h:37,
                 from ../../include/Inventor/elements/SoLightElement.h:36:
../../include/Inventor/lists/SbList.h:121:26: note:   initializing argument 1 of ‘void SbList::append(Type) [with Type = SbMatrix]’
  121 |   void append(const Type item) {
      |               ~~~~~~~~~~~^~~~
SoLocalBBoxMatrixElement.cpp: In static member function ‘static SbMatrix SoLocalBBoxMatrixElement::pushMatrix(SoState*)’:
SoLocalBBoxMatrixElement.cpp:245:16: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  245 |   return elem->localMatrix;
      |          ~~~~~~^~~~~~~~~~~
In file included from ../../include/Inventor/elements/SoModelMatrixElement.h:37,
                 from ../../include/Inventor/elements/SoLocalBBoxMatrixElement.h:36,
                 from SoLocalBBoxMatrixElement.cpp:44:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
In file included from SoMultiTextureCoordinateElement.cpp:52:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SoMultiTextureCoordinateElement::UnitData]’:
SoMultiTextureCoordinateElement.cpp:89:28:   required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SoMultiTextureCoordinateElement::UnitData& SoMultiTextureCoordinateElement::UnitData::operator=(const SoMultiTextureCoordinateElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
  123 |     this->itembuffer[this->numitems++] = item;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
SoMultiTextureCoordinateElement.cpp:70:1: note: because ‘SoMultiTextureCoordinateElement::UnitData’ has user-provided ‘SoMultiTextureCoordinateElement::UnitData::UnitData(const SoMultiTextureCoordinateElement::UnitData&)’
   70 | SoMultiTextureCoordinateElement::UnitData::UnitData(const UnitData & org)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SoMultiTextureCoordinateElement::UnitData]’:
../../include/Inventor/lists/SbList.h:122:55:   required from ‘void SbList::append(Type) [with Type = SoMultiTextureCoordinateElement::UnitData]’
SoMultiTextureCoordinateElement.cpp:89:28:   required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SoMultiTextureCoordinateElement::UnitData& SoMultiTextureCoordinateElement::UnitData::operator=(const SoMultiTextureCoordinateElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoMultiTextureCoordinateElement.cpp:70:1: note: because ‘SoMultiTextureCoordinateElement::UnitData’ has user-provided ‘SoMultiTextureCoordinateElement::UnitData::UnitData(const SoMultiTextureCoordinateElement::UnitData&)’
   70 | SoMultiTextureCoordinateElement::UnitData::UnitData(const UnitData & org)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::fit() [with Type = SoMultiTextureCoordinateElement::UnitData]’:
../../include/Inventor/lists/SbList.h:177:22:   required from ‘void SbList::truncate(int, int) [with Type = SoMultiTextureCoordinateElement::UnitData]’
SoMultiTextureCoordinateElement.cpp:434:35:   required from here
../../include/Inventor/lists/SbList.h:112:58: warning: implicitly-declared ‘constexpr SoMultiTextureCoordinateElement::UnitData& SoMultiTextureCoordinateElement::UnitData::operator=(const SoMultiTextureCoordinateElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
  112 |         for (int i = 0; i < items; i++) newitembuffer[i] = this->itembuffer[i];
      |                                         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoMultiTextureCoordinateElement.cpp:70:1: note: because ‘SoMultiTextureCoordinateElement::UnitData’ has user-provided ‘SoMultiTextureCoordinateElement::UnitData::UnitData(const SoMultiTextureCoordinateElement::UnitData&)’
   70 | SoMultiTextureCoordinateElement::UnitData::UnitData(const UnitData & org)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::copy(const SbList&) [with Type = SoMultiTextureCoordinateElement::UnitData]’:
../../include/Inventor/lists/SbList.h:100:11:   required from ‘SbList& SbList::operator=(const SbList&) [with Type = SoMultiTextureCoordinateElement::UnitData]’
SoMultiTextureCoordinateElement.cpp:513:44:   required from here
../../include/Inventor/lists/SbList.h:96:53: warning: implicitly-declared ‘constexpr SoMultiTextureCoordinateElement::UnitData& SoMultiTextureCoordinateElement::UnitData::operator=(const SoMultiTextureCoordinateElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
   96 |     for (int i = 0; i < n; i++) this->itembuffer[i] = l.itembuffer[i];
      |                                 ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
SoMultiTextureCoordinateElement.cpp:70:1: note: because ‘SoMultiTextureCoordinateElement::UnitData’ has user-provided ‘SoMultiTextureCoordinateElement::UnitData::UnitData(const SoMultiTextureCoordinateElement::UnitData&)’
   70 | SoMultiTextureCoordinateElement::UnitData::UnitData(const UnitData & org)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from SoMultiTextureMatrixElement.cpp:47:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   64 |     UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/elements/SoMultiTextureMatrixElement.h:37:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
In file included from ../../include/Inventor/elements/SoAccumulatedElement.h:37,
                 from ../../include/Inventor/elements/SoMultiTextureMatrixElement.h:36:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SoMultiTextureMatrixElement::UnitData]’:
SoMultiTextureMatrixElement.cpp:56:28:   required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘SoMultiTextureMatrixElement::UnitData& SoMultiTextureMatrixElement::UnitData::operator=(const SoMultiTextureMatrixElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
  123 |     this->itembuffer[this->numitems++] = item;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:5: note: because ‘SoMultiTextureMatrixElement::UnitData’ has user-provided ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’
   64 |     UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
      |     ^~~~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SoMultiTextureMatrixElement::UnitData]’:
../../include/Inventor/lists/SbList.h:122:55:   required from ‘void SbList::append(Type) [with Type = SoMultiTextureMatrixElement::UnitData]’
SoMultiTextureMatrixElement.cpp:56:28:   required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘SoMultiTextureMatrixElement::UnitData& SoMultiTextureMatrixElement::UnitData::operator=(const SoMultiTextureMatrixElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:5: note: because ‘SoMultiTextureMatrixElement::UnitData’ has user-provided ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’
   64 |     UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
      |     ^~~~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::copy(const SbList&) [with Type = SoMultiTextureMatrixElement::UnitData]’:
../../include/Inventor/lists/SbList.h:100:11:   required from ‘SbList& SbList::operator=(const SbList&) [with Type = SoMultiTextureMatrixElement::UnitData]’
SoMultiTextureMatrixElement.cpp:202:44:   required from here
../../include/Inventor/lists/SbList.h:96:53: warning: implicitly-declared ‘SoMultiTextureMatrixElement::UnitData& SoMultiTextureMatrixElement::UnitData::operator=(const SoMultiTextureMatrixElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
   96 |     for (int i = 0; i < n; i++) this->itembuffer[i] = l.itembuffer[i];
      |                                 ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:5: note: because ‘SoMultiTextureMatrixElement::UnitData’ has user-provided ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’
   64 |     UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
      |     ^~~~~~~~
SoMultiTextureImageElement.cpp: In static member function ‘static void SoMultiTextureImageElement::setDefault(SoState*, SoNode*, int)’:
SoMultiTextureImageElement.cpp:118:44: warning: implicitly-declared ‘constexpr SoMultiTextureImageElement::UnitData& SoMultiTextureImageElement::UnitData::operator=(const SoMultiTextureImageElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
  118 |   PRIVATE(elem)->unitdata[unit] = UnitData();
      |                                            ^
In file included from SoMultiTextureImageElement.cpp:49:
../../include/Inventor/elements/SoMultiTextureImageElement.h:158:5: note: because ‘SoMultiTextureImageElement::UnitData’ has user-provided ‘SoMultiTextureImageElement::UnitData::UnitData(const SoMultiTextureImageElement::UnitData&)’
  158 |     UnitData(const UnitData & org);
      |     ^~~~~~~~
In file included from SoMultiTextureImageElement.cpp:54:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SoMultiTextureImageElement::UnitData]’:
SoMultiTextureImageElement.cpp:61:28:   required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SoMultiTextureImageElement::UnitData& SoMultiTextureImageElement::UnitData::operator=(const SoMultiTextureImageElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
  123 |     this->itembuffer[this->numitems++] = item;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
SoMultiTextureImageElement.cpp:513:1: note: because ‘SoMultiTextureImageElement::UnitData’ has user-provided ‘SoMultiTextureImageElement::UnitData::UnitData(const SoMultiTextureImageElement::UnitData&)’
  513 | SoMultiTextureImageElement::UnitData::UnitData(const UnitData & org)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SoMultiTextureImageElement::UnitData]’:
../../include/Inventor/lists/SbList.h:122:55:   required from ‘void SbList::append(Type) [with Type = SoMultiTextureImageElement::UnitData]’
SoMultiTextureImageElement.cpp:61:28:   required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SoMultiTextureImageElement::UnitData& SoMultiTextureImageElement::UnitData::operator=(const SoMultiTextureImageElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoMultiTextureImageElement.cpp:513:1: note: because ‘SoMultiTextureImageElement::UnitData’ has user-provided ‘SoMultiTextureImageElement::UnitData::UnitData(const SoMultiTextureImageElement::UnitData&)’
  513 | SoMultiTextureImageElement::UnitData::UnitData(const UnitData & org)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::copy(const SbList&) [with Type = SoMultiTextureImageElement::UnitData]’:
../../include/Inventor/lists/SbList.h:100:11:   required from ‘SbList& SbList::operator=(const SbList&) [with Type = SoMultiTextureImageElement::UnitData]’
SoMultiTextureImageElement.cpp:346:44:   required from here
../../include/Inventor/lists/SbList.h:96:53: warning: implicitly-declared ‘constexpr SoMultiTextureImageElement::UnitData& SoMultiTextureImageElement::UnitData::operator=(const SoMultiTextureImageElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
   96 |     for (int i = 0; i < n; i++) this->itembuffer[i] = l.itembuffer[i];
      |                                 ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
SoMultiTextureImageElement.cpp:513:1: note: because ‘SoMultiTextureImageElement::UnitData’ has user-provided ‘SoMultiTextureImageElement::UnitData::UnitData(const SoMultiTextureImageElement::UnitData&)’
  513 | SoMultiTextureImageElement::UnitData::UnitData(const UnitData & org)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
SoModelMatrixElement.cpp: In member function ‘virtual SbMatrix SoModelMatrixElement::pushMatrixElt()’:
SoModelMatrixElement.cpp:415:16: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  415 |   return this->modelMatrix;
      |          ~~~~~~^~~~~~~~~~~
In file included from ../../include/Inventor/elements/SoModelMatrixElement.h:37,
                 from SoModelMatrixElement.cpp:54:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setAmbientColorOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:516:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  516 |   SO_SET_OVERRIDE(AMBIENT_COLOR);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setColorIndexOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:528:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  528 |   SO_SET_OVERRIDE(COLOR_INDEX);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setComplexityOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:540:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  540 |   SO_SET_OVERRIDE(COMPLEXITY);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setComplexityTypeOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:552:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  552 |   SO_SET_OVERRIDE(COMPLEXITY_TYPE);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setCreaseAngleOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:564:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  564 |   SO_SET_OVERRIDE(CREASE_ANGLE);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setDiffuseColorOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:581:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  581 |   SO_SET_OVERRIDE(DIFFUSE_COLOR);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:583:5: note: in expansion of macro ‘SO_SET_OVERRIDE’
  583 |     SO_SET_OVERRIDE(TRANSPARENCY);
      |     ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setDrawStyleOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:596:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  596 |   SO_SET_OVERRIDE(DRAW_STYLE);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setEmissiveColorOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:608:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  608 |   SO_SET_OVERRIDE(EMISSIVE_COLOR);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setFontNameOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:620:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  620 |   SO_SET_OVERRIDE(FONT_NAME);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setFontSizeOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:632:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  632 |   SO_SET_OVERRIDE(FONT_SIZE);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setLightModelOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:644:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  644 |   SO_SET_OVERRIDE(LIGHT_MODEL);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setLinePatternOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:656:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  656 |   SO_SET_OVERRIDE(LINE_PATTERN);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setLineWidthOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:668:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  668 |   SO_SET_OVERRIDE(LINE_WIDTH);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setMaterialBindingOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:678:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  678 |   SO_SET_OVERRIDE(MATERIAL_BINDING);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setPickStyleOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:690:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  690 |   SO_SET_OVERRIDE(PICK_STYLE);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setPointSizeOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:702:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  702 |   SO_SET_OVERRIDE(POINT_SIZE);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setPolygonOffsetOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:714:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  714 |   SO_SET_OVERRIDE(POLYGON_OFFSET);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setShapeHintsOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:726:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  726 |   SO_SET_OVERRIDE(SHAPE_HINTS);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setShininessOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:738:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  738 |   SO_SET_OVERRIDE(SHININESS);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setSpecularColorOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:750:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  750 |   SO_SET_OVERRIDE(SPECULAR_COLOR);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setTransparencyOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:764:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  764 |   SO_SET_OVERRIDE(TRANSPARENCY);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:766:5: note: in expansion of macro ‘SO_SET_OVERRIDE’
  766 |     SO_SET_OVERRIDE(DIFFUSE_COLOR);
      |     ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setTransparencyTypeOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:780:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  780 |   SO_SET_OVERRIDE(TRANSPARENCY_TYPE);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setNormalVectorOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:795:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  795 |   SO_SET_OVERRIDE(NORMAL_VECTOR);
      |   ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setNormalBindingOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  149 |   const_cast \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |   ( \
      |   ~~~
  151 |    coin_safe_cast(getElement(state, classStackIndex)) \
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152 |     ); \
      |     ~
SoOverrideElement.cpp:810:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
  810 |   SO_SET_OVERRIDE(NORMAL_BINDING);
      |   ^~~~~~~~~~~~~~~
SoTextureCombineElement.cpp: In copy constructor ‘SoTextureCombineElement::UnitData::UnitData(const SoTextureCombineElement::UnitData&)’:
SoTextureCombineElement.cpp:317:9: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of non-trivially copyable type ‘class SoTextureCombineElement::UnitData’; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  317 |   memcpy(this, &org, sizeof(*this));
      |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from SoTextureCombineElement.cpp:46:
../../include/Inventor/elements/SoTextureCombineElement.h:125:9: note: ‘class SoTextureCombineElement::UnitData’ declared here
  125 |   class UnitData {
      |         ^~~~~~~~
In file included from SoTextureCombineElement.cpp:52:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SoTextureCombineElement::UnitData]’:
SoTextureCombineElement.cpp:67:28:   required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SoTextureCombineElement::UnitData& SoTextureCombineElement::UnitData::operator=(const SoTextureCombineElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
  123 |     this->itembuffer[this->numitems++] = item;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
SoTextureCombineElement.cpp:315:1: note: because ‘SoTextureCombineElement::UnitData’ has user-provided ‘SoTextureCombineElement::UnitData::UnitData(const SoTextureCombineElement::UnitData&)’
  315 | SoTextureCombineElement::UnitData::UnitData(const UnitData & org)
      | ^~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SoTextureCombineElement::UnitData]’:
../../include/Inventor/lists/SbList.h:122:55:   required from ‘void SbList::append(Type) [with Type = SoTextureCombineElement::UnitData]’
SoTextureCombineElement.cpp:67:28:   required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SoTextureCombineElement::UnitData& SoTextureCombineElement::UnitData::operator=(const SoTextureCombineElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoTextureCombineElement.cpp:315:1: note: because ‘SoTextureCombineElement::UnitData’ has user-provided ‘SoTextureCombineElement::UnitData::UnitData(const SoTextureCombineElement::UnitData&)’
  315 | SoTextureCombineElement::UnitData::UnitData(const UnitData & org)
      | ^~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::copy(const SbList&) [with Type = SoTextureCombineElement::UnitData]’:
../../include/Inventor/lists/SbList.h:100:11:   required from ‘SbList& SbList::operator=(const SbList&) [with Type = SoTextureCombineElement::UnitData]’
SoTextureCombineElement.cpp:203:44:   required from here
../../include/Inventor/lists/SbList.h:96:53: warning: implicitly-declared ‘constexpr SoTextureCombineElement::UnitData& SoTextureCombineElement::UnitData::operator=(const SoTextureCombineElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
   96 |     for (int i = 0; i < n; i++) this->itembuffer[i] = l.itembuffer[i];
      |                                 ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
SoTextureCombineElement.cpp:315:1: note: because ‘SoTextureCombineElement::UnitData’ has user-provided ‘SoTextureCombineElement::UnitData::UnitData(const SoTextureCombineElement::UnitData&)’
  315 | SoTextureCombineElement::UnitData::UnitData(const UnitData & org)
      | ^~~~~~~~~~~~~~~~~~~~~~~
SoViewportRegionElement.cpp: In member function ‘virtual SoElement* SoViewportRegionElement::copyMatchInfo() const’:
SoViewportRegionElement.cpp:99:32: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
   99 |   elem->viewportRegion = this->viewportRegion;
      |                                ^~~~~~~~~~~~~~
In file included from ../../include/Inventor/elements/SoViewportRegionElement.h:37,
                 from SoViewportRegionElement.cpp:42:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoViewportRegionElement.cpp: In member function ‘virtual void SoViewportRegionElement::setElt(const SbViewportRegion&)’:
SoViewportRegionElement.cpp:136:26: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  136 |   this->viewportRegion = viewportRegionarg;
      |                          ^~~~~~~~~~~~~~~~~
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
mkdir: cannot create directory '.libs': File exists
SoEngine.cpp: In member function ‘SbBool SoEngine::getOutputName(const SoEngineOutput*, SbName&) const’:
SoEngine.cpp:270:44: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  270 |       outputname = outputs->getOutputName(i);
      |                                            ^
In file included from ../../include/Inventor/engines/SoSubEngine.h:37,
                 from ../../include/Inventor/engines/SoBoolOperation.h:36,
                 from ../../include/Inventor/engines/SoEngines.h:36,
                 from SoEngine.cpp:65:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoNodeEngine.cpp: In member function ‘SbBool SoNodeEngine::getOutputName(const SoEngineOutput*, SbName&) const’:
SoNodeEngine.cpp:207:44: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  207 |       outputname = outputs->getOutputName(i);
      |                                            ^
In file included from SoNodeEngine.cpp:62:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoOutputData.cpp: In member function ‘void SoOutputDataEntry::copy(const SoOutputDataEntry*)’:
SoOutputData.cpp:99:22: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
   99 |     this->name = oe->name;
      |                      ^~~~
In file included from SoOutputData.cpp:64:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
mkdir: cannot create directory '.libs': File exists
SoFieldData.cpp: In member function ‘void SoFieldEntry::copy(const SoFieldEntry*)’:
SoFieldData.cpp:115:22: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  115 |     this->name = fe->name;
      |                      ^~~~
In file included from SoFieldData.cpp:72:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoFieldData.cpp: In member function ‘void SoEnumEntry::copy(const SoEnumEntry*)’:
SoFieldData.cpp:139:28: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  139 |     this->nameoftype = ee->nameoftype;
      |                            ^~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoFieldData.cpp: In member function ‘SbBool SoFieldData::readFieldDescriptions(SoInput*, SoFieldContainer*, int, SbBool) const’:
SoFieldData.cpp:820:19: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  820 |       fieldtype = fieldtypename;
      |                   ^~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from ../../include/Inventor/fields/SoFieldData.h:37,
                 from SoFieldData.cpp:68:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SbName]’:
SoFieldData.cpp:384:20:   required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  123 |     this->itembuffer[this->numitems++] = item;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:80:39:   required from ‘SbList::SbList(int) [with Type = SbName]’
SoFieldData.cpp:122:53:   required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::copy(const SbList&) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:100:11:   required from ‘SbList& SbList::operator=(const SbList&) [with Type = SbName]’
SoFieldData.cpp:140:23:   required from here
../../include/Inventor/lists/SbList.h:96:53: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
   96 |     for (int i = 0; i < n; i++) this->itembuffer[i] = l.itembuffer[i];
      |                                 ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from ../../include/Inventor/fields/SoMFBool.h:37,
                 from SoMFBool.cpp:51:
SoMFBool.cpp: In member function ‘void SoMFBool::setValues(int, int, const SbBool*)’:
../../include/Inventor/fields/SoSubField.h:379:29: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  379 |     this->values[i+start] = static_cast(newvals[i]); \
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/fields/SoSubField.h:505:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
  505 |   SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
      |   ^~~~~~~~~~~~~~~~~~~~~~
SoMFBool.cpp:62:1: note: in expansion of macro ‘SO_MFIELD_SOURCE_MALLOC’
   62 | SO_MFIELD_SOURCE_MALLOC(SoMFBool, SbBool, SbBool);
      | ^~~~~~~~~~~~~~~~~~~~~~~
SoFieldContainer.cpp: In member function ‘SbBool SoFieldContainer::getFieldName(const SoField*, SbName&) const’:
SoFieldContainer.cpp:508:34: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  508 |   name = fields->getFieldName(idx);
      |                                  ^
In file included from SoFieldContainer.cpp:60:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoField.cpp: In static member function ‘static SbString SoFieldP::getDebugIdString(const SoField*)’:
SoField.cpp:364:26: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  364 |       if (!ok) { fname = ""; }
      |                          ^~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoSubField.h:37,
                 from ../../include/Inventor/fields/SoSFBool.h:37,
                 from ../../include/Inventor/fields/SoFields.h:38,
                 from SoField.cpp:115:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoField.cpp: In member function ‘int SoField::getConnections(SoFieldList&) const’:
SoField.cpp:1187:31: warning: implicitly-declared ‘SoFieldList& SoFieldList::operator=(const SoFieldList&)’ is deprecated [-Wdeprecated-copy]
 1187 |   masterlist = this->storage->masterfields;
      |                               ^~~~~~~~~~~~
In file included from ../../include/Inventor/engines/SoEngineOutput.h:37,
                 from ../../src/engines/SoConvertAll.h:41,
                 from SoField.cpp:134:
../../include/Inventor/lists/SoFieldList.h:44:3: note: because ‘SoFieldList’ has user-provided ‘SoFieldList::SoFieldList(const SoFieldList&)’
   44 |   SoFieldList(const SoFieldList & l) : SbPList(l) { }
      |   ^~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoMFDouble.h:37,
                 from SoMFDouble.cpp:52:
SoMFDouble.cpp: In member function ‘void SoMFDouble::setValues(int, int, const double*)’:
../../include/Inventor/fields/SoSubField.h:379:29: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  379 |     this->values[i+start] = static_cast(newvals[i]); \
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/fields/SoSubField.h:505:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
  505 |   SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
      |   ^~~~~~~~~~~~~~~~~~~~~~
SoMFDouble.cpp:64:1: note: in expansion of macro ‘SO_MFIELD_SOURCE_MALLOC’
   64 | SO_MFIELD_SOURCE_MALLOC(SoMFDouble, double, double);
      | ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoMFEnum.h:37,
                 from SoMFEnum.cpp:50:
SoMFEnum.cpp: In member function ‘void SoMFEnum::setValues(int, int, const int*)’:
../../include/Inventor/fields/SoSubField.h:379:29: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  379 |     this->values[i+start] = static_cast(newvals[i]); \
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SoMFEnum.cpp:85:1: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
   85 | SO_MFIELD_VALUE_SOURCE(SoMFEnum, int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~
SoMFEnum.cpp: In member function ‘virtual SbBool SoMFEnum::read1Value(SoInput*, int)’:
SoMFEnum.cpp:159:42: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  159 |           newnames[i] = this->enumNames[i];
      |                                          ^
In file included from ../../include/Inventor/fields/SoSubField.h:37:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoMFEnum.cpp:162:23: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  162 |         newnames[i] = n;
      |                       ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoMFEnum.cpp: In member function ‘void SoMFEnum::setEnums(int, const int*, const SbName*)’:
SoMFEnum.cpp:262:33: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  262 |     this->enumNames[i] = names[i];
      |                                 ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoMFEnum.cpp: In member function ‘int SoMFEnum::getEnum(int, SbName&) const’:
SoMFEnum.cpp:334:29: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  334 |   name = this->enumNames[idx];
      |                             ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from ../../include/Inventor/fields/SoMFFloat.h:37,
                 from SoMFFloat.cpp:51:
SoMFFloat.cpp: In member function ‘void SoMFFloat::setValues(int, int, const float*)’:
../../include/Inventor/fields/SoSubField.h:379:29: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  379 |     this->values[i+start] = static_cast(newvals[i]); \
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/fields/SoSubField.h:505:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
  505 |   SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
      |   ^~~~~~~~~~~~~~~~~~~~~~
SoMFFloat.cpp:63:1: note: in expansion of macro ‘SO_MFIELD_SOURCE_MALLOC’
   63 | SO_MFIELD_SOURCE_MALLOC(SoMFFloat, float, float);
      | ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoMFInt32.h:37,
                 from SoMFInt32.cpp:49:
SoMFInt32.cpp: In member function ‘void SoMFInt32::setValues(int, int, const int32_t*)’:
../../include/Inventor/fields/SoSubField.h:379:29: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  379 |     this->values[i+start] = static_cast(newvals[i]); \
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/fields/SoSubField.h:505:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
  505 |   SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
      |   ^~~~~~~~~~~~~~~~~~~~~~
SoMFInt32.cpp:61:1: note: in expansion of macro ‘SO_MFIELD_SOURCE_MALLOC’
   61 | SO_MFIELD_SOURCE_MALLOC(SoMFInt32, int32_t, int32_t);
      | ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoMFMatrix.h:37,
                 from SoMFMatrix.cpp:47:
SoMFMatrix.cpp: In member function ‘void SoMFMatrix::setValues(int, int, const SbMatrix*)’:
../../include/Inventor/fields/SoSubField.h:379:68: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  379 |     this->values[i+start] = static_cast(newvals[i]); \
      |                                                                    ^
../../include/Inventor/fields/SoSubField.h:513:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
  513 |   SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
      |   ^~~~~~~~~~~~~~~~~~~~~~
SoMFMatrix.cpp:60:1: note: in expansion of macro ‘SO_MFIELD_SOURCE’
   60 | SO_MFIELD_SOURCE(SoMFMatrix, SbMatrix, const SbMatrix &);
      | ^~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoMFMatrix.h:38:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
In file included from ../../include/Inventor/fields/SoMFName.h:37,
                 from SoMFName.cpp:47:
SoMFName.cpp: In member function ‘virtual void SoMFName::allocValues(int)’:
../../include/Inventor/fields/SoSubField.h:473:39: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  473 |           newblock[i] = this->values[i]; \
      |                                       ^
../../include/Inventor/fields/SoSubField.h:512:3: note: in expansion of macro ‘SO_MFIELD_ALLOC_SOURCE’
  512 |   SO_MFIELD_ALLOC_SOURCE(_class_, _valtype_); \
      |   ^~~~~~~~~~~~~~~~~~~~~~
SoMFName.cpp:58:1: note: in expansion of macro ‘SO_MFIELD_SOURCE’
   58 | SO_MFIELD_SOURCE(SoMFName, SbName, const SbName &);
      | ^~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoSubField.h:37:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoMFName.cpp: In member function ‘void SoMFName::setValues(int, int, const SbName*)’:
../../include/Inventor/fields/SoSubField.h:379:68: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  379 |     this->values[i+start] = static_cast(newvals[i]); \
      |                                                                    ^
../../include/Inventor/fields/SoSubField.h:513:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
  513 |   SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
      |   ^~~~~~~~~~~~~~~~~~~~~~
SoMFName.cpp:58:1: note: in expansion of macro ‘SO_MFIELD_SOURCE’
   58 | SO_MFIELD_SOURCE(SoMFName, SbName, const SbName &);
      | ^~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoMFName.cpp: In member function ‘void SoMFName::set1Value(int, const SbName&)’:
../../include/Inventor/fields/SoSubField.h:390:23: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  390 |   this->values[idx] = value; \
      |                       ^~~~~
../../include/Inventor/fields/SoSubField.h:513:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
  513 |   SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
      |   ^~~~~~~~~~~~~~~~~~~~~~
SoMFName.cpp:58:1: note: in expansion of macro ‘SO_MFIELD_SOURCE’
   58 | SO_MFIELD_SOURCE(SoMFName, SbName, const SbName &);
      | ^~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoMFName.cpp: In member function ‘void SoMFName::setValue(const SbName&)’:
../../include/Inventor/fields/SoSubField.h:400:21: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  400 |   this->values[0] = value; \
      |                     ^~~~~
../../include/Inventor/fields/SoSubField.h:513:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
  513 |   SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
      |   ^~~~~~~~~~~~~~~~~~~~~~
SoMFName.cpp:58:1: note: in expansion of macro ‘SO_MFIELD_SOURCE’
   58 | SO_MFIELD_SOURCE(SoMFName, SbName, const SbName &);
      | ^~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoMFName.cpp: In member function ‘virtual void SoMFName::copyValue(int, int)’:
../../include/Inventor/fields/SoSubField.h:429:39: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  429 |   this->values[to] = this->values[from]; \
      |                                       ^
../../include/Inventor/fields/SoSubField.h:513:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
  513 |   SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
      |   ^~~~~~~~~~~~~~~~~~~~~~
SoMFName.cpp:58:1: note: in expansion of macro ‘SO_MFIELD_SOURCE’
   58 | SO_MFIELD_SOURCE(SoMFName, SbName, const SbName &);
      | ^~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoMFName.cpp: In member function ‘virtual SbBool SoMFName::read1Value(SoInput*, int)’:
SoMFName.cpp:93:23: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
   93 |   this->values[idx] = s;
      |                       ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoMFName.cpp: In member function ‘void SoMFName::setValues(int, int, const char**)’:
SoMFName.cpp:117:74: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  117 |   for(int i=0; i < numarg; i++) this->values[i+start] = SbName(strings[i]);
      |                                                                          ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from ../../include/Inventor/fields/SoMFShort.h:37,
                 from SoMFShort.cpp:51:
SoMFShort.cpp: In member function ‘void SoMFShort::setValues(int, int, const short int*)’:
../../include/Inventor/fields/SoSubField.h:379:29: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  379 |     this->values[i+start] = static_cast(newvals[i]); \
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/fields/SoSubField.h:505:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
  505 |   SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
      |   ^~~~~~~~~~~~~~~~~~~~~~
SoMFShort.cpp:63:1: note: in expansion of macro ‘SO_MFIELD_SOURCE_MALLOC’
   63 | SO_MFIELD_SOURCE_MALLOC(SoMFShort, short, short);
      | ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoMFUInt32.h:37,
                 from SoMFUInt32.cpp:51:
SoMFUInt32.cpp: In member function ‘void SoMFUInt32::setValues(int, int, const uint32_t*)’:
../../include/Inventor/fields/SoSubField.h:379:29: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  379 |     this->values[i+start] = static_cast(newvals[i]); \
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/fields/SoSubField.h:505:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
  505 |   SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
      |   ^~~~~~~~~~~~~~~~~~~~~~
SoMFUInt32.cpp:63:1: note: in expansion of macro ‘SO_MFIELD_SOURCE_MALLOC’
   63 | SO_MFIELD_SOURCE_MALLOC(SoMFUInt32, uint32_t, uint32_t);
      | ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoMFUShort.h:37,
                 from SoMFUShort.cpp:51:
SoMFUShort.cpp: In member function ‘void SoMFUShort::setValues(int, int, const short unsigned int*)’:
../../include/Inventor/fields/SoSubField.h:379:29: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  379 |     this->values[i+start] = static_cast(newvals[i]); \
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/fields/SoSubField.h:505:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
  505 |   SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
      |   ^~~~~~~~~~~~~~~~~~~~~~
SoMFUShort.cpp:63:1: note: in expansion of macro ‘SO_MFIELD_SOURCE_MALLOC’
   63 | SO_MFIELD_SOURCE_MALLOC(SoMFUShort, unsigned short, unsigned short);
      | ^~~~~~~~~~~~~~~~~~~~~~~
SoSFEnum.cpp: In member function ‘void SoSFEnum::setEnums(int, const int*, const SbName*)’:
SoSFEnum.cpp:160:33: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  160 |     this->enumNames[i] = names[i];
      |                                 ^
In file included from ../../include/Inventor/fields/SoSubField.h:37,
                 from ../../include/Inventor/fields/SoSFEnum.h:37,
                 from SoSFEnum.cpp:64:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoSFEnum.cpp: In member function ‘virtual SbBool SoSFEnum::readValue(SoInput*)’:
SoSFEnum.cpp:238:42: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  238 |           newnames[i] = this->enumNames[i];
      |                                          ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoSFEnum.cpp:241:23: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  241 |         newnames[i] = n;
      |                       ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoSFEnum.cpp: In member function ‘int SoSFEnum::getEnum(int, SbName&) const’:
SoSFEnum.cpp:375:29: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  375 |   name = this->enumNames[idx];
      |                             ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from ../../include/Inventor/fields/SoSFName.h:37,
                 from SoSFName.cpp:50:
SoSFName.cpp: In member function ‘void SoSFName::setValue(const SbName&)’:
../../include/Inventor/fields/SoSubField.h:153:17: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  153 |   this->value = valuearg; \
      |                 ^~~~~~~~
../../include/Inventor/fields/SoSubField.h:217:3: note: in expansion of macro ‘SO_SFIELD_VALUE_SOURCE’
  217 |   SO_SFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_); \
      |   ^~~~~~~~~~~~~~~~~~~~~~
SoSFName.cpp:62:1: note: in expansion of macro ‘SO_SFIELD_SOURCE’
   62 | SO_SFIELD_SOURCE(SoSFName, SbName, const SbName &);
      | ^~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoSubField.h:37:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoSFName.cpp: In member function ‘virtual SbBool SoSFName::readValue(SoInput*)’:
SoSFName.cpp:92:17: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
   92 |   this->value = s;
      |                 ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
mkdir: cannot create directory '.libs': File exists
In file included from ../../include/Inventor/SoInput.h:38,
                 from SoInputP.cpp:38:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SbName]’:
../../src/io/SoInput_FileInfo.h:154:27:   required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  123 |     this->itembuffer[this->numitems++] = item;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
In file included from ../../src/io/SoInput_FileInfo.h:46,
                 from SoInputP.cpp:41:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:122:55:   required from ‘void SbList::append(Type) [with Type = SbName]’
../../src/io/SoInput_FileInfo.h:154:27:   required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from ../../src/io/SoInput_FileInfo.h:48,
                 from SoInput_FileInfo.cpp:33:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SbName]’:
../../src/io/SoInput_FileInfo.h:154:27:   required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  123 |     this->itembuffer[this->numitems++] = item;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
SoInput.cpp: In member function ‘virtual SbBool SoInput::read(SbName&, SbBool)’:
SoInput.cpp:1109:9: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
 1109 |     n = s;
      |         ^
In file included from ../../src/io/SoInput_FileInfo.h:46:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from SoInput.cpp:116:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoInput.cpp:1201:17: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
 1201 |     n = SbName(s);
      |                 ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from ../../include/Inventor/SoInput.h:38,
                 from SoInput.cpp:113:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SbName]’:
../../src/io/SoInput_FileInfo.h:154:27:   required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  123 |     this->itembuffer[this->numitems++] = item;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:122:55:   required from ‘void SbList::append(Type) [with Type = SbName]’
../../src/io/SoInput_FileInfo.h:154:27:   required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:122:55:   required from ‘void SbList::append(Type) [with Type = SbName]’
../../src/io/SoInput_FileInfo.h:154:27:   required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoOutput.cpp: In member function ‘void SoOutput::constructorCommon()’:
SoOutput.cpp:351:44: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  351 |   PRIVATE(this)->compmethod = SbName("NONE");
      |                                            ^
In file included from SoOutput.cpp:90:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoOutput.cpp: In member function ‘SbBool SoOutput::setCompression(const SbName&, float)’:
SoOutput.cpp:475:31: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  475 |   PRIVATE(this)->compmethod = compmethod;
      |                               ^~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoOutput.cpp:489:44: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  489 |   PRIVATE(this)->compmethod = SbName("NONE");
      |                                            ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoOutput.cpp: In member function ‘void SoOutput::addRoute(SoFieldContainer*, const SbName&, SoFieldContainer*, const SbName&)’:
SoOutput.cpp:1498:17: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
 1498 |   r.fromfield = fromfield;
      |                 ^~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoOutput.cpp:1500:15: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
 1500 |   r.tofield = tofield;
      |               ^~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from SoOutput.cpp:92:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SbName]’:
SoOutput.cpp:289:33:   required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  123 |     this->itembuffer[this->numitems++] = item;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:80:39:   required from ‘SbList::SbList(int) [with Type = SbName]’
SoOutput.cpp:287:30:   required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In member function ‘void SbList::grow(int) [with Type = SoOutputROUTEList*]’,
    inlined from ‘void SbList::append(Type) [with Type = SoOutputROUTEList*]’ at ../../include/Inventor/lists/SbList.h:122:59,
    inlined from ‘virtual void SoOutput::reset()’ at SoOutput.cpp:1176:35:
../../include/Inventor/lists/SbList.h:248:46: warning: array subscript 0 is outside array bounds of ‘SoOutputROUTEList* [0]’ [-Warray-bounds=]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h:246:24: note: object of size 0 allocated by ‘operator new []’
  246 |     Type * newbuffer = new Type[this->itembuffersize];
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In member function ‘void SbList::grow(int) [with Type = SbHash*]’,
    inlined from ‘void SbList::append(Type) [with Type = SbHash*]’ at ../../include/Inventor/lists/SbList.h:122:59,
    inlined from ‘virtual void SoOutput::reset()’ at SoOutput.cpp:1183:33:
../../include/Inventor/lists/SbList.h:248:46: warning: array subscript 0 is outside array bounds of ‘SbHash* [0]’ [-Warray-bounds=]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h:246:24: note: object of size 0 allocated by ‘operator new []’
  246 |     Type * newbuffer = new Type[this->itembuffersize];
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SoWriterefCounter.cpp: In member function ‘void SoWriterefCounter::setWriteref(const SoBase*, int)’:
SoWriterefCounter.cpp:342:28: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  342 |     if (name == "") name = "";
      |                            ^~~~~~~~~~
In file included from ../../src/io/SoWriterefCounter.h:46,
                 from SoWriterefCounter.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoDirectionalLightManip.cpp: In static member function ‘static void SoDirectionalLightManip::valueChangedCB(void*, SoDragger*)’:
SoDirectionalLightManip.cpp:376:46: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  376 |   SbMatrix matrix = dragger->getMotionMatrix();
      |                                              ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoDirectionalLightDragger.h:36,
                 from SoDirectionalLightManip.cpp:59:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoDirectionalLightManip.cpp: In static member function ‘static void SoDirectionalLightManip::fieldSensorCB(void*, SoSensor*)’:
SoDirectionalLightManip.cpp:402:48: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  402 |     SbMatrix matrix = dragger->getMotionMatrix();
      |                                                ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoPointLightManip.cpp: In static member function ‘static void SoPointLightManip::valueChangedCB(void*, SoDragger*)’:
SoPointLightManip.cpp:376:46: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  376 |   SbMatrix matrix = dragger->getMotionMatrix();
      |                                              ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoPointLightDragger.h:36,
                 from SoPointLightManip.cpp:72:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoPointLightManip.cpp: In static member function ‘static void SoPointLightManip::fieldSensorCB(void*, SoSensor*)’:
SoPointLightManip.cpp:396:48: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  396 |     SbMatrix matrix = dragger->getMotionMatrix();
      |                                                ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoSpotLightManip.cpp: In static member function ‘static void SoSpotLightManip::valueChangedCB(void*, SoDragger*)’:
SoSpotLightManip.cpp:396:46: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  396 |   SbMatrix matrix = dragger->getMotionMatrix();
      |                                              ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
                 from ../../include/Inventor/draggers/SoSpotLightDragger.h:36,
                 from SoSpotLightManip.cpp:82:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoSpotLightManip.cpp: In static member function ‘static void SoSpotLightManip::fieldSensorCB(void*, SoSensor*)’:
SoSpotLightManip.cpp:439:48: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  439 |     SbMatrix matrix = dragger->getMotionMatrix();
      |                                                ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoClipPlaneManip.cpp: In static member function ‘static void SoClipPlaneManip::valueChangedCB(void*, SoDragger*)’:
SoClipPlaneManip.cpp:544:46: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  544 |   SbMatrix matrix = dragger->getMotionMatrix();
      |                                              ^
In file included from ../../include/Inventor/SbXfBox3f.h:38,
                 from ../../include/Inventor/actions/SoGetBoundingBoxAction.h:41,
                 from SoClipPlaneManip.cpp:140:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoClipPlaneManip.cpp: In static member function ‘static void SoClipPlaneManip::fieldSensorCB(void*, SoSensor*)’:
SoClipPlaneManip.cpp:587:48: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  587 |     SbMatrix matrix = dragger->getMotionMatrix();
      |                                                ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTransformManip.cpp: In static member function ‘static void SoTransformManip::valueChangedCB(void*, SoDragger*)’:
SoTransformManip.cpp:456:46: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  456 |   SbMatrix matrix = dragger->getMotionMatrix();
      |                                              ^
In file included from ../../include/Inventor/nodes/SoTransform.h:40,
                 from ../../include/Inventor/manips/SoTransformManip.h:36,
                 from SoTransformManip.cpp:56:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoBaseP.cpp: In static member function ‘static SbBool SoBase::PImpl::readReference(SoInput*, SoBase*&)’:
SoBaseP.cpp:243:15: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  243 |     refname = startstr;
      |               ^~~~~~~~
In file included from SoBaseP.cpp:36:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoBase.cpp: In static member function ‘static SbBool SoBase::readRoute(SoInput*)’:
SoBase.cpp:1440:22: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
 1440 |       fromnodename = str1;
      |                      ^~~~
In file included from ../../include/Inventor/nodes/SoSubNode.h:59,
                 from ../../include/Inventor/misc/SoProtoInstance.h:41,
                 from SoBase.cpp:84:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoBase.cpp:1441:23: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
 1441 |       fromfieldname = str2;
      |                       ^~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoBase.cpp:1446:22: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
 1446 |         tonodename = str1;
      |                      ^~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoBase.cpp:1447:23: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
 1447 |         tofieldname = str2;
      |                       ^~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from ../../src/misc/SoBaseP.h:36,
                 from SoBase.cpp:87:
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = SbPList*]’,
    inlined from ‘static void SoBase::addName(SoBase*, const char*)’ at SoBase.cpp:758:36:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In static member function ‘static void SoBase::addName(SoBase*, const char*)’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘SbPList* const&’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = SbPList*]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const SoBase*; Type = const char*]’,
    inlined from ‘static void SoBase::addName(SoBase*, const char*)’ at SoBase.cpp:770:31:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In static member function ‘static void SoBase::addName(SoBase*, const char*)’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘const char* const&’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const SoBase*; Type = const char*]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
SoBase.cpp:758:38: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  758 |     (*SoBase::PImpl::name2obj)[name] = l;
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoBase.cpp:770:33: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  770 |   (*SoBase::PImpl::obj2name)[b] = name;
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const SoBase*; Type = SoAuditorList*]’,
    inlined from ‘const SoAuditorList& SoBase::getAuditors() const’ at SoBase.cpp:890:39:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘const SoAuditorList& SoBase::getAuditors() const’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘SoAuditorList* const&’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const SoBase*; Type = SoAuditorList*]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
SoBase.cpp:890:41: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  890 |     (*SoBase::PImpl::auditordict)[this] = new SoAuditorList;
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
In file included from SoConfigSettings.cpp:2:
In member function ‘SbString& SbString::operator=(const char*)’,
    inlined from ‘void SoConfigSettings::reinitialize()’ at SoConfigSettings.cpp:75:53:
../../include/Inventor/SbString.h:102:23: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  102 |   { cc_string_set_text(&this->str, s); return *this; }
      |     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
In file included from SoConfigSettings.cpp:5:
../../src/misc/SbHash.h: In member function ‘void SoConfigSettings::reinitialize()’:
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
In file included from SoContextHandler.cpp:68:
In member function ‘Type& SbHash::operator[](const Key&) [with Key = socontexthandler_cbitem; Type = unsigned int]’,
    inlined from ‘static void SoContextHandler::addContextDestructionCallback(void (*)(uint32_t, void*), void*)’ at SoContextHandler.cpp:242:36:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In static member function ‘static void SoContextHandler::addContextDestructionCallback(void (*)(uint32_t, void*), void*)’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘const unsigned int&’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = socontexthandler_cbitem; Type = unsigned int]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
SoContextHandler.cpp:242:38: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  242 |   (*socontexthandler_hashlist)[item] = item.idx;
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoDB.cpp: In static member function ‘static void SoDB::createRoute(SoNode*, const char*, SoNode*, const char*)’:
SoDB.cpp:1563:20: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
 1563 |     fromnodename = "";
      |                    ^~~~~~~~~~
In file included from ../../include/Inventor/fields/SoSubField.h:37,
                 from ../../include/Inventor/fields/SoSFTime.h:37,
                 from SoDB.cpp:91:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoDB.cpp:1567:18: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
 1567 |     tonodename = "";
      |                  ^~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoDB.cpp: In static member function ‘static void SoDB::removeRoute(SoNode*, const char*, SoNode*, const char*)’:
SoDB.cpp:1667:20: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
 1667 |     fromnodename = "";
      |                    ^~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoDB.cpp:1671:18: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
 1671 |     tonodename = "";
      |                  ^~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoGlyph.cpp: In constructor ‘coin_glyph_info::coin_glyph_info(unsigned int, float, const SbName&, SoGlyph*, float)’:
SoGlyph.cpp:405:18: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  405 |     this->font = fontarg;
      |                  ^~~~~~~
In file included from SoGlyph.cpp:72:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoGlyph.cpp: In static member function ‘static const SoGlyph* SoGlyph::getGlyph(SoState*, unsigned int, const SbVec2s&, float)’:
SoGlyph.cpp:561:38: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  561 |     state_name = SbName("defaultFont");
      |                                      ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from ../../include/Inventor/misc/SoJavaScriptEngine.h:37,
                 from SoJavaScriptEngine.cpp:48:
SoJavaScriptEngine.cpp: In member function ‘SbBool SoJavaScriptEngine::field2jsval(const SoField*, jsval*) const’:
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                   ~~~~~~~~~~~^~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
SoJavaScriptEngine.cpp:526:8: note: in expansion of macro ‘JSVAL_VOID’
  526 |   *v = JSVAL_VOID;
      |        ^~~~~~~~~~
SoJavaScriptEngine.cpp: In member function ‘virtual SbBool SoJavaScriptEngine::hasScriptField(const SbName&) const’:
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                   ~~~~~~~~~~~^~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:207:41: note: in expansion of macro ‘JSVAL_VOID’
  207 | #define JSVAL_IS_VOID(v)        ((v) == JSVAL_VOID)
      |                                         ^~~~~~~~~~
SoJavaScriptEngine.cpp:680:10: note: in expansion of macro ‘JSVAL_IS_VOID’
  680 |   return JSVAL_IS_VOID(val) ? FALSE : TRUE;
      |          ^~~~~~~~~~~~~
In file included from ../../include/Inventor/misc/SoLightPath.h:37,
                 from SoLightPath.cpp:46:
In member function ‘void SbList::grow(int) [with Type = int]’,
    inlined from ‘void SbList::append(Type) [with Type = int]’ at ../../include/Inventor/lists/SbList.h:122:59,
    inlined from ‘void SoLightPath::setHead(SoNode*)’ at SoLightPath.cpp:94:23:
../../include/Inventor/lists/SbList.h:248:46: warning: array subscript 0 is outside array bounds of ‘int [0]’ [-Warray-bounds=]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h:246:24: note: object of size 0 allocated by ‘operator new []’
  246 |     Type * newbuffer = new Type[this->itembuffersize];
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from SoPickedPoint.cpp:54:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   64 |     UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/actions/SoGetMatrixAction.h:41,
                 from SoPickedPoint.cpp:51:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoPickedPoint.cpp: In copy constructor ‘SoPickedPoint::SoPickedPoint(const SoPickedPoint&)’:
SoPickedPoint.cpp:93:23: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
   93 |   this->viewport = pp.viewport;
      |                       ^~~~~~~~
In file included from ../../include/Inventor/SoPickedPoint.h:40,
                 from SoPickedPoint.cpp:47:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoPickedPoint.cpp: In constructor ‘SoPickedPoint::SoPickedPoint(const SoPath*, SoState*, const SbVec3f&)’:
SoPickedPoint.cpp:120:57: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  120 |   this->viewport = SoViewportRegionElement::get(stateptr);
      |                                                         ^
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoProto.cpp: In member function ‘virtual SbBool SoProto::readInstance(SoInput*, short unsigned int)’:
SoProto.cpp:373:27: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  373 |     PRIVATE(this)->name = protoname;
      |                           ^~~~~~~~~
In file included from SoProto.cpp:87:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoProto.cpp: In member function ‘void SoProto::connectISRefs(SoProtoInstance*, SoNode*, SoNode*) const’:
SoProto.cpp:990:55: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  990 |     fieldname = soproto_find_fieldname(node, fieldname);
      |                                                       ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoProto.cpp:996:75: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  996 |         fieldname = soproto_find_outputname((SoNodeEngine*)node, fieldname);
      |                                                                           ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from ../../include/Inventor/SoInput.h:38,
                 from SoProto.cpp:89:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SbName]’:
SoProto.cpp:633:36:   required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  123 |     this->itembuffer[this->numitems++] = item;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:80:39:   required from ‘SbList::SbList(int) [with Type = SbName]’
SoProto.cpp:221:45:   required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
mkdir: cannot create directory '.libs': File exists
In file included from SoGLCubeMapImage.cpp:61:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::remove(int) [with Type = SoGLCubeMapImageP::dldata]’:
SoGLCubeMapImage.cpp:164:29:   required from here
../../include/Inventor/lists/SbList.h:158:27: warning: implicitly-declared ‘constexpr SoGLCubeMapImageP::dldata& SoGLCubeMapImageP::dldata::operator=(const SoGLCubeMapImageP::dldata&)’ is deprecated [-Wdeprecated-copy]
  158 |       this->itembuffer[i] = this->itembuffer[i + 1];
      |       ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoGLCubeMapImage.cpp:115:5: note: because ‘SoGLCubeMapImageP::dldata’ has user-provided ‘SoGLCubeMapImageP::dldata::dldata(const SoGLCubeMapImageP::dldata&)’
  115 |     dldata(const dldata & org)
      |     ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SoGLCubeMapImageP::dldata]’:
SoGLCubeMapImage.cpp:354:35:   required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SoGLCubeMapImageP::dldata& SoGLCubeMapImageP::dldata::operator=(const SoGLCubeMapImageP::dldata&)’ is deprecated [-Wdeprecated-copy]
  123 |     this->itembuffer[this->numitems++] = item;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
SoGLCubeMapImage.cpp:115:5: note: because ‘SoGLCubeMapImageP::dldata’ has user-provided ‘SoGLCubeMapImageP::dldata::dldata(const SoGLCubeMapImageP::dldata&)’
  115 |     dldata(const dldata & org)
      |     ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SoGLCubeMapImageP::dldata]’:
../../include/Inventor/lists/SbList.h:80:39:   required from ‘SbList::SbList(int) [with Type = SoGLCubeMapImageP::dldata]’
SoGLCubeMapImage.cpp:104:27:   required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SoGLCubeMapImageP::dldata& SoGLCubeMapImageP::dldata::operator=(const SoGLCubeMapImageP::dldata&)’ is deprecated [-Wdeprecated-copy]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoGLCubeMapImage.cpp:115:5: note: because ‘SoGLCubeMapImageP::dldata’ has user-provided ‘SoGLCubeMapImageP::dldata::dldata(const SoGLCubeMapImageP::dldata&)’
  115 |     dldata(const dldata & org)
      |     ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::fit() [with Type = SoGLCubeMapImageP::dldata]’:
../../include/Inventor/lists/SbList.h:177:22:   required from ‘void SbList::truncate(int, int) [with Type = SoGLCubeMapImageP::dldata]’
SoGLCubeMapImage.cpp:208:33:   required from here
../../include/Inventor/lists/SbList.h:112:58: warning: implicitly-declared ‘constexpr SoGLCubeMapImageP::dldata& SoGLCubeMapImageP::dldata::operator=(const SoGLCubeMapImageP::dldata&)’ is deprecated [-Wdeprecated-copy]
  112 |         for (int i = 0; i < items; i++) newitembuffer[i] = this->itembuffer[i];
      |                                         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoGLCubeMapImage.cpp:115:5: note: because ‘SoGLCubeMapImageP::dldata’ has user-provided ‘SoGLCubeMapImageP::dldata::dldata(const SoGLCubeMapImageP::dldata&)’
  115 |     dldata(const dldata & org)
      |     ^~~~~~
SoGLDriverDatabase.cpp: In member function ‘SbBool SoGLDriverDatabaseP::isBroken(const cc_glglue*, const SbName&)’:
SoGLDriverDatabase.cpp:299:15: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  299 |   f.feature = feature;
      |               ^~~~~~~
In file included from SoGLDriverDatabase.cpp:51:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoGLDriverDatabase.cpp: In member function ‘SbBool SoGLDriverDatabaseP::isDisabled(const cc_glglue*, const SbName&)’:
SoGLDriverDatabase.cpp:320:15: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  320 |   f.feature = feature;
      |               ^~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoGLDriverDatabase.cpp: In member function ‘SbBool SoGLDriverDatabaseP::isSlow(const cc_glglue*, const SbName&)’:
SoGLDriverDatabase.cpp:348:15: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  348 |   f.feature = feature;
      |               ^~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoGLDriverDatabase.cpp: In member function ‘SbBool SoGLDriverDatabaseP::isFast(const cc_glglue*, const SbName&)’:
SoGLDriverDatabase.cpp:373:15: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  373 |   f.feature = feature;
      |               ^~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoGLDriverDatabase.cpp: In member function ‘cc_xml_element* SoGLDriverDatabaseP::findPlatform(const cc_xml_elt*, const char*)’:
SoGLDriverDatabase.cpp:426:19: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  426 |         namestr = "undefined";
      |                   ^~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoGLDriverDatabase.cpp:429:44: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  429 |         namestr = cc_xml_elt_get_cdata(name);
      |                                            ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoGLDriverDatabase.cpp: In member function ‘cc_xml_element* SoGLDriverDatabaseP::findVendor(const cc_xml_elt*, const char*)’:
SoGLDriverDatabase.cpp:468:19: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  468 |         namestr = "undefined";
      |                   ^~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoGLDriverDatabase.cpp:471:44: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  471 |         namestr = cc_xml_elt_get_cdata(name);
      |                                            ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoGLDriverDatabase.cpp: In member function ‘SoGLDriverDatabaseP::SoGLDriver* SoGLDriverDatabaseP::findGLDriver(const cc_glglue*)’:
SoGLDriverDatabase.cpp:574:24: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  574 |       platformstring = "Apple";
      |                        ^~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoGLDriverDatabase.cpp:577:24: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  577 |       platformstring = "Win32";
      |                        ^~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoGLDriverDatabase.cpp:580:24: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  580 |       platformstring = "Unix";
      |                        ^~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoGLDriverDatabase.cpp: In member function ‘SbBool SoGLDriverDatabaseP::mergeFeature(cc_xml_elt*, const cc_xml_elt*)’:
SoGLDriverDatabase.cpp:700:44: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  700 |     featurename = cc_xml_elt_get_cdata(name);
      |                                            ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoGLDriverDatabase.cpp:712:62: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  712 |       existingfeaturename = cc_xml_elt_get_cdata(existingname);
      |                                                              ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoGLDriverDatabase.cpp: In member function ‘void SoGLDriverDatabaseP::addFeatures(const cc_glglue*, const cc_xml_element*, SoGLDriver*)’:
SoGLDriverDatabase.cpp:1035:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
 1035 |       featurename = cc_xml_elt_get_cdata(name);
      |                                              ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoGLDriverDatabase.cpp:1036:48: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
 1036 |       commentstr = cc_xml_elt_get_cdata(comment);
      |                                                ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from ../../include/Inventor/misc/SoGLDriverDatabase.h:37,
                 from SoGLDriverDatabase.cpp:46:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SbName]’:
SoGLDriverDatabase.cpp:1046:30:   required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  123 |     this->itembuffer[this->numitems++] = item;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from ../../include/Inventor/SoPath.h:37,
                 from ../../include/Inventor/SoFullPath.h:36,
                 from ../../include/Inventor/misc/SoTempPath.h:36,
                 from ../../include/Inventor/actions/SoAction.h:38,
                 from ../../include/Inventor/actions/SoGLRenderAction.h:36,
                 from SoGLImage.cpp:202:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SoGLImageP::dldata]’:
SoGLImage.cpp:915:31:   required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SoGLImageP::dldata& SoGLImageP::dldata::operator=(const SoGLImageP::dldata&)’ is deprecated [-Wdeprecated-copy]
  123 |     this->itembuffer[this->numitems++] = item;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
SoGLImage.cpp:674:5: note: because ‘SoGLImageP::dldata’ has user-provided ‘SoGLImageP::dldata::dldata(const SoGLImageP::dldata&)’
  674 |     dldata(const dldata & org)
      |     ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::removeFast(int) [with Type = SoGLImageP::dldata]’:
SoGLImage.cpp:1964:30:   required from here
../../include/Inventor/lists/SbList.h:165:29: warning: implicitly-declared ‘constexpr SoGLImageP::dldata& SoGLImageP::dldata::operator=(const SoGLImageP::dldata&)’ is deprecated [-Wdeprecated-copy]
  165 |     this->itembuffer[index] = this->itembuffer[--this->numitems];
      |     ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoGLImage.cpp:674:5: note: because ‘SoGLImageP::dldata’ has user-provided ‘SoGLImageP::dldata::dldata(const SoGLImageP::dldata&)’
  674 |     dldata(const dldata & org)
      |     ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::remove(int) [with Type = SoGLImageP::dldata]’:
SoGLImage.cpp:2245:27:   required from here
../../include/Inventor/lists/SbList.h:158:27: warning: implicitly-declared ‘constexpr SoGLImageP::dldata& SoGLImageP::dldata::operator=(const SoGLImageP::dldata&)’ is deprecated [-Wdeprecated-copy]
  158 |       this->itembuffer[i] = this->itembuffer[i + 1];
      |       ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoGLImage.cpp:674:5: note: because ‘SoGLImageP::dldata’ has user-provided ‘SoGLImageP::dldata::dldata(const SoGLImageP::dldata&)’
  674 |     dldata(const dldata & org)
      |     ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:80:39:   required from ‘SbList::SbList(int) [with Type = SbName]’
SoGLDriverDatabase.cpp:64:9:   required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SoGLImageP::dldata]’:
../../include/Inventor/lists/SbList.h:80:39:   required from ‘SbList::SbList(int) [with Type = SoGLImageP::dldata]’
SoGLImage.cpp:620:7:   required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SoGLImageP::dldata& SoGLImageP::dldata::operator=(const SoGLImageP::dldata&)’ is deprecated [-Wdeprecated-copy]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoGLImage.cpp:674:5: note: because ‘SoGLImageP::dldata’ has user-provided ‘SoGLImageP::dldata::dldata(const SoGLImageP::dldata&)’
  674 |     dldata(const dldata & org)
      |     ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::fit() [with Type = SoGLImageP::dldata]’:
../../include/Inventor/lists/SbList.h:177:22:   required from ‘void SbList::truncate(int, int) [with Type = SoGLImageP::dldata]’
SoGLImage.cpp:1905:24:   required from here
../../include/Inventor/lists/SbList.h:112:58: warning: implicitly-declared ‘constexpr SoGLImageP::dldata& SoGLImageP::dldata::operator=(const SoGLImageP::dldata&)’ is deprecated [-Wdeprecated-copy]
  112 |         for (int i = 0; i < items; i++) newitembuffer[i] = this->itembuffer[i];
      |                                         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoGLImage.cpp:674:5: note: because ‘SoGLImageP::dldata’ has user-provided ‘SoGLImageP::dldata::dldata(const SoGLImageP::dldata&)’
  674 |     dldata(const dldata & org)
      |     ^~~~~~
In file included from SoGLDriverDatabase.cpp:59:
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:212:64:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:214:60:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:216:60:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:218:57:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:220:58:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:222:57:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:224:63:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:226:64:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:228:65:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:230:58:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:232:61:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:234:63:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:236:60:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:238:58:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:240:67:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:242:66:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:244:66:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:246:64:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:248:63:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:250:63:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:252:61:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:254:64:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:256:67:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:258:65:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:260:57:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
    inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:262:64:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
SoGLDriverDatabase.cpp:212:66: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  212 |   this->featuremap[SbName(SO_GL_MULTIDRAW_ELEMENTS).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:214:62: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  214 |   this->featuremap[SbName(SO_GL_POLYGON_OFFSET).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:216:62: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  216 |   this->featuremap[SbName(SO_GL_TEXTURE_OBJECT).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:218:59: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  218 |   this->featuremap[SbName(SO_GL_3D_TEXTURES).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:220:60: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  220 |   this->featuremap[SbName(SO_GL_MULTITEXTURE).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:222:59: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  222 |   this->featuremap[SbName(SO_GL_TEXSUBIMAGE).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:224:65: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  224 |   this->featuremap[SbName(SO_GL_2D_PROXY_TEXTURES).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:226:66: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  226 |   this->featuremap[SbName(SO_GL_TEXTURE_EDGE_CLAMP).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:228:67: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  228 |   this->featuremap[SbName(SO_GL_TEXTURE_COMPRESSION).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:230:60: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  230 |   this->featuremap[SbName(SO_GL_COLOR_TABLES).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:232:63: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  232 |   this->featuremap[SbName(SO_GL_COLOR_SUBTABLES).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:234:65: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  234 |   this->featuremap[SbName(SO_GL_PALETTED_TEXTURES).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:236:62: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  236 |   this->featuremap[SbName(SO_GL_BLEND_EQUATION).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:238:60: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  238 |   this->featuremap[SbName(SO_GL_VERTEX_ARRAY).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:240:69: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  240 |   this->featuremap[SbName(SO_GL_NV_VERTEX_ARRAY_RANGE).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:242:68: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  242 |   this->featuremap[SbName(SO_GL_VERTEX_BUFFER_OBJECT).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:244:68: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  244 |   this->featuremap[SbName(SO_GL_ARB_FRAGMENT_PROGRAM).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:246:66: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  246 |   this->featuremap[SbName(SO_GL_ARB_VERTEX_PROGRAM).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:248:65: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  248 |   this->featuremap[SbName(SO_GL_ARB_VERTEX_SHADER).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:250:65: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  250 |   this->featuremap[SbName(SO_GL_ARB_SHADER_OBJECT).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:252:63: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  252 |   this->featuremap[SbName(SO_GL_OCCLUSION_QUERY).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:254:66: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  254 |   this->featuremap[SbName(SO_GL_FRAMEBUFFER_OBJECT).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:256:69: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  256 |   this->featuremap[SbName(SO_GL_ANISOTROPIC_FILTERING).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:258:67: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  258 |   this->featuremap[SbName(SO_GL_SORTED_LAYERS_BLEND).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:260:59: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  260 |   this->featuremap[SbName(SO_GL_BUMPMAPPING).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:262:66: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  262 |   this->featuremap[SbName(SO_GL_VBO_IN_DISPLAYLIST).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:264:73: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  264 |   this->featuremap[SbName(SO_GL_NON_POWER_OF_TWO_TEXTURES).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:266:63: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  266 |   this->featuremap[SbName(SO_GL_GENERATE_MIPMAP).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLDriverDatabase.cpp:268:67: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  268 |   this->featuremap[SbName(SO_GL_GLSL_CLIP_VERTEX_HW).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoGLNurbs.cpp: In function ‘void sogl_render_nurbs_surface(SoAction*, SoShape*, void*, int, int, const float*, const float*, int, int, int, int, const float*, const float*, int, int, SbBool, int, const int32_t*, int, const int32_t*)’:
SoGLNurbs.cpp:985:63: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  985 |     SbMatrix glmodelmatrix = SoViewingMatrixElement::get(state);
      |                                                               ^
In file included from ../../include/Inventor/elements/SoViewingMatrixElement.h:37,
                 from SoGLNurbs.cpp:35:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoGLNurbs.cpp: In function ‘void sogl_render_nurbs_curve(SoAction*, SoShape*, void*, int, const float*, int, SbBool, SbBool, int, const int32_t*)’:
SoGLNurbs.cpp:1316:63: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
 1316 |     SbMatrix glmodelmatrix = SoViewingMatrixElement::get(state);
      |                                                               ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = const char*]’,
    inlined from ‘void SoGLDriverDatabaseP::addFeatures(const cc_glglue*, const cc_xml_element*, SoGLDriver*)’ at SoGLDriverDatabase.cpp:1038:35:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::addFeatures(const cc_glglue*, const cc_xml_element*, SoGLDriver*)’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘const char* const&’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = const char*]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
SoGLDriverDatabase.cpp:1038:37: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
 1038 |       driver->features[featurename] = commentstr;
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoRenderManager.cpp: In constructor ‘SoRenderManager::SoRenderManager()’:
SoRenderManager.cpp:260:61: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  260 |   PRIVATE(this)->stereostencilmaskvp = SbViewportRegion(0, 0);
      |                                                             ^
In file included from ../../include/Inventor/actions/SoGLRenderAction.h:39,
                 from ../../include/Inventor/SoRenderManager.h:38,
                 from SoRenderManager.cpp:50:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoRenderManager.cpp: In member function ‘void SoRenderManager::initStencilBufferForInterleavedStereo()’:
SoRenderManager.cpp:1040:40: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
 1040 |   PRIVATE(this)->stereostencilmaskvp = currentvp;
      |                                        ^~~~~~~~~
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoRenderManager.cpp: In member function ‘void SoRenderManager::setGLRenderAction(SoGLRenderAction*)’:
SoRenderManager.cpp:1510:57: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
 1510 |     region = PRIVATE(this)->glaction->getViewportRegion();
      |                                                         ^
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = SoGLDriverDatabaseP::FeatureID; Type = int]’,
    inlined from ‘SbBool SoGLDriverDatabaseP::isBroken(const cc_glglue*, const SbName&)’ at SoGLDriverDatabase.cpp:310:24:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘SbBool SoGLDriverDatabaseP::isBroken(const cc_glglue*, const SbName&)’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘const int&’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = SoGLDriverDatabaseP::FeatureID; Type = int]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
SoGLDriverDatabase.cpp:310:26: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  310 |     this->brokencache[f] = broken;
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = SoGLDriverDatabaseP::FeatureID; Type = int]’,
    inlined from ‘SbBool SoGLDriverDatabaseP::isDisabled(const cc_glglue*, const SbName&)’ at SoGLDriverDatabase.cpp:332:26:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘SbBool SoGLDriverDatabaseP::isDisabled(const cc_glglue*, const SbName&)’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘const int&’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = SoGLDriverDatabaseP::FeatureID; Type = int]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
SoGLDriverDatabase.cpp:332:28: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  332 |     this->disabledcache[f] = disabled;
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = SoGLDriverDatabaseP::FeatureID; Type = int]’,
    inlined from ‘SbBool SoGLDriverDatabaseP::isSlow(const cc_glglue*, const SbName&)’ at SoGLDriverDatabase.cpp:356:22:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘SbBool SoGLDriverDatabaseP::isSlow(const cc_glglue*, const SbName&)’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘const int&’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = SoGLDriverDatabaseP::FeatureID; Type = int]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
SoGLDriverDatabase.cpp:356:24: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  356 |     this->slowcache[f] = slow;
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = SoGLDriverDatabaseP::FeatureID; Type = int]’,
    inlined from ‘SbBool SoGLDriverDatabaseP::isFast(const cc_glglue*, const SbName&)’ at SoGLDriverDatabase.cpp:381:22:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
  357 |       ok = put(key,dummy);
      |            ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘SbBool SoGLDriverDatabaseP::isFast(const cc_glglue*, const SbName&)’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘const int&’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = SoGLDriverDatabaseP::FeatureID; Type = int]’ declared here
  454 |   SbBool put(const Key & key, const Type & obj)
      |          ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
  355 |       Type dummy;
      |            ^~~~~
SoGLDriverDatabase.cpp:381:24: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
  381 |     this->fastcache[f] = fast;
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
  353 |     Type * obj;
      |            ^~~
SoOffscreenRenderer.cpp: In constructor ‘SoOffscreenRendererP::SoOffscreenRendererP(SoOffscreenRenderer*, const SbViewportRegion&, SoGLRenderAction*)’:
SoOffscreenRenderer.cpp:402:22: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  402 |     this->viewport = vpr;
      |                      ^~~
In file included from ../../include/Inventor/SoOffscreenRenderer.h:36,
                 from SoOffscreenRenderer.cpp:309:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoOffscreenRenderer.cpp: In member function ‘void SoOffscreenRenderer::setViewportRegion(const SbViewportRegion&)’:
SoOffscreenRenderer.cpp:586:29: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  586 |   PRIVATE(this)->viewport = region;
      |                             ^~~~~~
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoNodekitCatalog.cpp: In member function ‘SoNodekitCatalog* SoNodekitCatalog::clone(SoType) const’:
SoNodekitCatalog.cpp:461:39: warning: implicitly-declared ‘SoTypeList& SoTypeList::operator=(const SoTypeList&)’ is deprecated [-Wdeprecated-copy]
  461 |     newitem->itemtypeslist = olditem->itemtypeslist;
      |                                       ^~~~~~~~~~~~~
In file included from SoNodekitCatalog.cpp:56:
../../include/Inventor/lists/SoTypeList.h:43:3: note: because ‘SoTypeList’ has user-provided ‘SoTypeList::SoTypeList(const SoTypeList&)’
   43 |   SoTypeList(const SoTypeList & l) : SbPList(l) { }
      |   ^~~~~~~~~~
SoNodekitCatalog.cpp: In member function ‘SbBool SoNodekitCatalog::addEntry(const SbName&, SoType, SoType, SbBool, const SbName&, const SbName&, SbBool, SoType, SoType, SbBool)’:
SoNodekitCatalog.cpp:509:56: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  509 |   if (parent[0] == '\"' && parent[1] == '\"') parent = "";
      |                                                        ^~
In file included from ../../include/Inventor/nodes/SoSubNode.h:59,
                 from ../../include/Inventor/nodekits/SoSubKit.h:36,
                 from ../../include/Inventor/nodekits/SoBaseKit.h:36,
                 from SoNodekitCatalog.cpp:51:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoNodekitCatalog.cpp:510:74: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  510 |   if (rightsibling[0] == '\"' && rightsibling[1] == '\"') rightsibling = "";
      |                                                                          ^~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoNodekitCatalog.cpp:534:21: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  534 |     newitem->name = name;
      |                     ^~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoNodekitCatalog.cpp:538:27: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  538 |     newitem->parentname = parent;
      |                           ^~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoNodekitCatalog.cpp:539:28: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  539 |     newitem->siblingname = rightsibling;
      |                            ^~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoNodekitCatalog.cpp: In member function ‘SbBool SoNodekitCatalog::reallyAddEntry(CatalogItem*)’:
SoNodekitCatalog.cpp:608:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  608 |       this->items[i]->siblingname = newitem->name;
      |                                              ^~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoBaseKit.cpp: In member function ‘virtual SbBool SoBaseKit::readInstance(SoInput*, short unsigned int)’:
SoBaseKit.cpp:2128:50: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
 2128 |       partname = unknownfielddata->getFieldName(i);
      |                                                  ^
In file included from ../../include/Inventor/nodes/SoSubNode.h:59,
                 from ../../include/Inventor/nodekits/SoSubKit.h:36,
                 from ../../include/Inventor/nodekits/SoBaseKit.h:36,
                 from SoBaseKit.cpp:527:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from ../../include/Inventor/fields/SoFieldData.h:37,
                 from ../../include/Inventor/nodes/SoSubNode.h:61:
In member function ‘void SbList::grow(int) [with Type = CatalogItem*]’,
    inlined from ‘void SbList::append(Type) [with Type = CatalogItem*]’ at ../../include/Inventor/lists/SbList.h:122:59,
    inlined from ‘SbBool SoNodekitCatalog::reallyAddEntry(CatalogItem*)’ at SoNodekitCatalog.cpp:599:23:
../../include/Inventor/lists/SbList.h:248:46: warning: array subscript 0 is outside array bounds of ‘CatalogItem* [0]’ [-Warray-bounds=]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h:246:24: note: object of size 0 allocated by ‘operator new []’
  246 |     Type * newbuffer = new Type[this->itembuffersize];
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoFieldData.h:37,
                 from ../../include/Inventor/nodes/SoSubNode.h:61:
In member function ‘void SbList::grow(int) [with Type = SoSFNode*]’,
    inlined from ‘void SbList::append(Type) [with Type = SoSFNode*]’ at ../../include/Inventor/lists/SbList.h:122:59,
    inlined from ‘void SoBaseKit::createFieldList()’ at SoBaseKit.cpp:1973:39:
../../include/Inventor/lists/SbList.h:248:46: warning: array subscript 0 is outside array bounds of ‘SoSFNode* [0]’ [-Warray-bounds=]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h:246:24: note: object of size 0 allocated by ‘operator new []’
  246 |     Type * newbuffer = new Type[this->itembuffersize];
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SoInteractionKit.cpp: In member function ‘SbBool SoInteractionKit::isPathSurrogateInMySubgraph(const SoPath*, SoPath*&, SbName&, SoPath*&, SbBool)’:
SoInteractionKit.cpp:339:59: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  339 |       surrogatename = PRIVATE(this)->surrogatenamelist[idx];
      |                                                           ^
In file included from ../../include/Inventor/nodes/SoSubNode.h:59,
                 from ../../include/Inventor/nodekits/SoSubKit.h:36,
                 from ../../include/Inventor/nodekits/SoInteractionKit.h:36,
                 from SoInteractionKit.cpp:81:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoInteractionKit.cpp:358:60: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  358 |           surrogatename = kit->pimpl->surrogatenamelist[idx];
      |                                                            ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from ../../include/Inventor/fields/SoFieldData.h:37,
                 from ../../include/Inventor/nodes/SoSubNode.h:61:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SbName]’:
SoInteractionKit.cpp:413:44:   required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  123 |     this->itembuffer[this->numitems++] = item;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::remove(int) [with Type = SbName]’:
SoInteractionKit.cpp:435:48:   required from here
../../include/Inventor/lists/SbList.h:158:27: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  158 |       this->itembuffer[i] = this->itembuffer[i + 1];
      |       ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:80:39:   required from ‘SbList::SbList(int) [with Type = SbName]’
SoInteractionKit.cpp:161:54:   required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::fit() [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:177:22:   required from ‘void SbList::truncate(int, int) [with Type = SbName]’
SoInteractionKit.cpp:408:44:   required from here
../../include/Inventor/lists/SbList.h:112:58: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  112 |         for (int i = 0; i < items; i++) newitembuffer[i] = this->itembuffer[i];
      |                                         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLPanTarget.cpp: In static member function ‘static void SoScXMLPanTarget::initClass()’:
SoScXMLPanTarget.cpp:99:75: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
   99 |   SoScXMLPanTarget::PImpl::BEGIN            = SbName(EVENT_PREFIX ".BEGIN");
      |                                                                           ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
                 from ../../include/Inventor/scxml/ScXMLObject.h:39,
                 from ../../include/Inventor/scxml/ScXMLEventTarget.h:36,
                 from ../../include/Inventor/navigation/SoScXMLNavigationTarget.h:36,
                 from ../../include/Inventor/navigation/SoScXMLPanTarget.h:36,
                 from SoScXMLPanTarget.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLPanTarget.cpp:100:76: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  100 |   SoScXMLPanTarget::PImpl::UPDATE           = SbName(EVENT_PREFIX ".UPDATE");
      |                                                                            ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLPanTarget.cpp:101:73: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  101 |   SoScXMLPanTarget::PImpl::END              = SbName(EVENT_PREFIX ".END");
      |                                                                         ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLPanTarget.cpp:102:85: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  102 |   SoScXMLPanTarget::PImpl::SET_FOCAL_POINT  = SbName(EVENT_PREFIX ".SET_FOCAL_POINT");
      |                                                                                     ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLPanTarget.cpp:103:74: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  103 |   SoScXMLPanTarget::PImpl::MOVE             = SbName(EVENT_PREFIX ".MOVE");
      |                                                                          ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLRotateTarget.cpp: In static member function ‘static void SoScXMLRotateTarget::initClass()’:
SoScXMLRotateTarget.cpp:135:57: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  135 |   PImpl::BEGIN            = SbName(EVENT_PREFIX ".BEGIN");
      |                                                         ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
                 from ../../include/Inventor/scxml/ScXMLObject.h:39,
                 from ../../include/Inventor/scxml/ScXMLEventTarget.h:36,
                 from ../../include/Inventor/navigation/SoScXMLNavigationTarget.h:36,
                 from ../../include/Inventor/navigation/SoScXMLRotateTarget.h:36,
                 from SoScXMLRotateTarget.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLRotateTarget.cpp:136:58: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  136 |   PImpl::UPDATE           = SbName(EVENT_PREFIX ".UPDATE");
      |                                                          ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLRotateTarget.cpp:137:55: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  137 |   PImpl::END              = SbName(EVENT_PREFIX ".END");
      |                                                       ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLRotateTarget.cpp:138:67: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  138 |   PImpl::SET_FOCAL_POINT  = SbName(EVENT_PREFIX ".SET_FOCAL_POINT");
      |                                                                   ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLRotateTarget.cpp:139:64: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  139 |   PImpl::TRIGGER_SPIN     = SbName(EVENT_PREFIX ".TRIGGER_SPIN");
      |                                                                ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLSeekTarget.cpp: In static member function ‘static void SoScXMLSeekTarget::initClass()’:
SoScXMLSeekTarget.cpp:136:67: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  136 |   SoScXMLSeekTarget::PImpl::BEGIN   = SbName(EVENT_PREFIX ".BEGIN");
      |                                                                   ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
                 from ../../include/Inventor/scxml/ScXMLObject.h:39,
                 from ../../include/Inventor/scxml/ScXMLEventTarget.h:36,
                 from ../../include/Inventor/navigation/SoScXMLNavigationTarget.h:36,
                 from ../../include/Inventor/navigation/SoScXMLSeekTarget.h:36,
                 from SoScXMLSeekTarget.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLSeekTarget.cpp:137:68: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  137 |   SoScXMLSeekTarget::PImpl::UPDATE  = SbName(EVENT_PREFIX ".UPDATE");
      |                                                                    ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLSeekTarget.cpp:138:65: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  138 |   SoScXMLSeekTarget::PImpl::END     = SbName(EVENT_PREFIX ".END");
      |                                                                 ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLSeekTarget.cpp:139:66: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  139 |   SoScXMLSeekTarget::PImpl::MISS    = SbName(EVENT_PREFIX ".MISS");
      |                                                                  ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLSeekTarget.cpp:140:66: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  140 |   SoScXMLSeekTarget::PImpl::DONE    = SbName(EVENT_PREFIX ".DONE");
      |                                                                  ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLFlightControlTarget.cpp: In static member function ‘static void SoScXMLFlightControlTarget::initClass()’:
SoScXMLFlightControlTarget.cpp:88:80: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
   88 |   SoScXMLFlightControlTarget::PImpl::PITCH       = SbName(EVENT_PREFIX ".PITCH");
      |                                                                                ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
                 from ../../include/Inventor/scxml/ScXMLObject.h:39,
                 from ../../include/Inventor/scxml/ScXMLEventTarget.h:36,
                 from ../../include/Inventor/navigation/SoScXMLNavigationTarget.h:36,
                 from ../../include/Inventor/navigation/SoScXMLFlightControlTarget.h:36,
                 from SoScXMLFlightControlTarget.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLFlightControlTarget.cpp:89:78: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
   89 |   SoScXMLFlightControlTarget::PImpl::YAW         = SbName(EVENT_PREFIX ".YAW");
      |                                                                              ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLFlightControlTarget.cpp:90:79: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
   90 |   SoScXMLFlightControlTarget::PImpl::ROLL        = SbName(EVENT_PREFIX ".ROLL");
      |                                                                               ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLFlightControlTarget.cpp:91:85: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
   91 |   SoScXMLFlightControlTarget::PImpl::RESET_ROLL  = SbName(EVENT_PREFIX ".RESET_ROLL");
      |                                                                                     ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLSpinTarget.cpp: In static member function ‘static void SoScXMLSpinTarget::initClass()’:
SoScXMLSpinTarget.cpp:107:67: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  107 |   SoScXMLSpinTarget::PImpl::BEGIN   = SbName(EVENT_PREFIX ".BEGIN");
      |                                                                   ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
                 from ../../include/Inventor/scxml/ScXMLObject.h:39,
                 from ../../include/Inventor/scxml/ScXMLEventTarget.h:36,
                 from ../../include/Inventor/navigation/SoScXMLNavigationTarget.h:36,
                 from ../../include/Inventor/navigation/SoScXMLSpinTarget.h:36,
                 from SoScXMLSpinTarget.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLSpinTarget.cpp:108:68: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  108 |   SoScXMLSpinTarget::PImpl::UPDATE  = SbName(EVENT_PREFIX ".UPDATE");
      |                                                                    ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLSpinTarget.cpp:109:65: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  109 |   SoScXMLSpinTarget::PImpl::END     = SbName(EVENT_PREFIX ".END");
      |                                                                 ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLMiscTarget.cpp: In static member function ‘static void SoScXMLMiscTarget::initClass()’:
SoScXMLMiscTarget.cpp:81:83: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
   81 |   SoScXMLMiscTarget::PImpl::VIEW_ALL             = SbName(EVENT_PREFIX ".VIEW_ALL");
      |                                                                                   ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
                 from ../../include/Inventor/scxml/ScXMLObject.h:39,
                 from ../../include/Inventor/scxml/ScXMLEventTarget.h:36,
                 from ../../include/Inventor/navigation/SoScXMLNavigationTarget.h:36,
                 from ../../include/Inventor/navigation/SoScXMLMiscTarget.h:36,
                 from SoScXMLMiscTarget.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLMiscTarget.cpp:82:81: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
   82 |   SoScXMLMiscTarget::PImpl::REDRAW               = SbName(EVENT_PREFIX ".REDRAW");
      |                                                                                 ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLMiscTarget.cpp:83:83: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
   83 |   SoScXMLMiscTarget::PImpl::POINT_AT             = SbName(EVENT_PREFIX ".POINT_AT");
      |                                                                                   ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLMiscTarget.cpp:84:93: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
   84 |   SoScXMLMiscTarget::PImpl::SET_FOCAL_DISTANCE   = SbName(EVENT_PREFIX ".SET_FOCAL_DISTANCE");
      |                                                                                             ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLMiscTarget.cpp:85:94: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
   85 |   SoScXMLMiscTarget::PImpl::SET_CAMERA_POSITION  = SbName(EVENT_PREFIX ".SET_CAMERA_POSITION");
      |                                                                                              ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLZoomTarget.cpp: In static member function ‘static void SoScXMLZoomTarget::initClass()’:
SoScXMLZoomTarget.cpp:148:69: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  148 |   SoScXMLZoomTarget::PImpl::BEGIN     = SbName(EVENT_PREFIX ".BEGIN");
      |                                                                     ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
                 from ../../include/Inventor/scxml/ScXMLObject.h:39,
                 from ../../include/Inventor/scxml/ScXMLEventTarget.h:36,
                 from ../../include/Inventor/navigation/SoScXMLNavigationTarget.h:36,
                 from ../../include/Inventor/navigation/SoScXMLZoomTarget.h:36,
                 from SoScXMLZoomTarget.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLZoomTarget.cpp:149:70: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  149 |   SoScXMLZoomTarget::PImpl::UPDATE    = SbName(EVENT_PREFIX ".UPDATE");
      |                                                                      ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLZoomTarget.cpp:150:67: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  150 |   SoScXMLZoomTarget::PImpl::END       = SbName(EVENT_PREFIX ".END");
      |                                                                   ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLZoomTarget.cpp:151:68: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  151 |   SoScXMLZoomTarget::PImpl::ZOOM      = SbName(EVENT_PREFIX ".ZOOM");
      |                                                                    ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLZoomTarget.cpp:152:71: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  152 |   SoScXMLZoomTarget::PImpl::ZOOM_IN   = SbName(EVENT_PREFIX ".ZOOM_IN");
      |                                                                       ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLZoomTarget.cpp:153:72: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  153 |   SoScXMLZoomTarget::PImpl::ZOOM_OUT  = SbName(EVENT_PREFIX ".ZOOM_OUT");
      |                                                                        ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLZoomTarget.cpp:154:69: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  154 |   SoScXMLZoomTarget::PImpl::RESET     = SbName(EVENT_PREFIX ".RESET");
      |                                                                     ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLDollyTarget.cpp: In static member function ‘static void SoScXMLDollyTarget::initClass()’:
SoScXMLDollyTarget.cpp:158:49: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  158 |   PImpl::BEGIN    = SbName(EVENT_PREFIX ".BEGIN");
      |                                                 ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
                 from ../../include/Inventor/scxml/ScXMLObject.h:39,
                 from ../../include/Inventor/scxml/ScXMLEventTarget.h:36,
                 from ../../include/Inventor/navigation/SoScXMLNavigationTarget.h:36,
                 from ../../include/Inventor/navigation/SoScXMLDollyTarget.h:36,
                 from SoScXMLDollyTarget.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLDollyTarget.cpp:159:50: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  159 |   PImpl::UPDATE   = SbName(EVENT_PREFIX ".UPDATE");
      |                                                  ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLDollyTarget.cpp:160:47: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  160 |   PImpl::END      = SbName(EVENT_PREFIX ".END");
      |                                               ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLDollyTarget.cpp:161:48: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  161 |   PImpl::JUMP     = SbName(EVENT_PREFIX ".JUMP");
      |                                                ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLDollyTarget.cpp:162:51: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  162 |   PImpl::STEP_IN  = SbName(EVENT_PREFIX ".STEP_IN");
      |                                                   ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScXMLDollyTarget.cpp:163:52: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  163 |   PImpl::STEP_OUT = SbName(EVENT_PREFIX ".STEP_OUT");
      |                                                    ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoAntiSquish.cpp: In member function ‘SbMatrix SoAntiSquish::getUnsquishingMatrix(const SbMatrix&, SbBool, SbMatrix&)’:
SoAntiSquish.cpp:330:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  330 |   return matrix;
      |          ^~~~~~
In file included from ../../include/Inventor/nodes/SoAntiSquish.h:40,
                 from SoAntiSquish.cpp:59:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoCamera.cpp: In member function ‘SbViewVolume SoCamera::getViewVolume(const SbViewportRegion&, SbViewportRegion&, const SbMatrix&) const’:
SoCamera.cpp:440:14: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  440 |   resultvp = vp;
      |              ^~
In file included from ../../include/Inventor/nodes/SoCamera.h:37,
                 from SoCamera.cpp:117:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoCamera.cpp: In member function ‘virtual void SoCamera::audioRender(SoAudioRenderAction*)’:
SoCamera.cpp:756:61: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  756 |     SbMatrix m = SoModelMatrixElement::get(state, mmidentity);
      |                                                             ^
In file included from ../../include/Inventor/nodes/SoCamera.h:45:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoCamera.cpp: In member function ‘void SoCamera::getView(SoAction*, SbViewVolume&, SbViewportRegion&, SbBool)’:
SoCamera.cpp:919:50: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  919 |     resultvp = SoViewportRegionElement::get(state);
      |                                                  ^
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoCamera.cpp:924:41: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  924 |     resultvp = SbViewportRegion(256, 256);
      |                                         ^
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoCamera.cpp:926:93: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  926 |   SbMatrix mm = considermodelmatrix ? SoModelMatrixElement::get(state) : SbMatrix::identity();
      |                                                                                             ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoExtSelection.cpp: In member function ‘void SoExtSelectionP::performSelection(SoHandleEventAction*)’:
SoExtSelection.cpp:2581:64: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
 2581 |   this->curvp = SoViewportRegionElement::get(action->getState());
      |                                                                ^
In file included from SoExtSelection.cpp:99:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoExtSelection.cpp:2667:50: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
 2667 |       vp = SbViewportRegion(newsize[0],newsize[1]);
      |                                                  ^
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
SoExtSelection.cpp: In member function ‘SoCallbackAction::Response SoExtSelectionP::testShape(SoCallbackAction*, const SoShape*)’:
SoExtSelection.cpp:1537:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1537 |     full = TRUE;
SoExtSelection.cpp:1538:3: note: here
 1538 |   case SoExtSelection::PART_BBOX:
      |   ^~~~
SoExtSelection.cpp:1541:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1541 |     full = TRUE;
SoExtSelection.cpp:1542:3: note: here
 1542 |   case SoExtSelection::PART:
      |   ^~~~
SoMatrixTransform.cpp: In member function ‘virtual void SoMatrixTransform::getMatrix(SoGetMatrixAction*)’:
SoMatrixTransform.cpp:143:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  143 |   SbMatrix m = this->matrix.getValue();
      |                                      ^
In file included from ../../include/Inventor/fields/SoSFMatrix.h:38,
                 from ../../include/Inventor/nodes/SoMatrixTransform.h:37,
                 from SoMatrixTransform.cpp:58:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoSurroundScale.cpp: In member function ‘void SoSurroundScale::updateMySurroundParams(SoAction*, const SbMatrix&)’:
SoSurroundScale.cpp:436:57: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  436 |     vp = SoViewportRegionElement::get(action->getState());
      |                                                         ^
In file included from ../../include/Inventor/actions/SoGetMatrixAction.h:39,
                 from SoSurroundScale.cpp:198:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/elements/SoGLMultiTextureMatrixElement.h:36,
                 from SoTexture2Transform.cpp:66:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   64 |     UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/actions/SoGetMatrixAction.h:41,
                 from SoTexture2Transform.cpp:65:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
In file included from ../../include/Inventor/elements/SoGLMultiTextureMatrixElement.h:36,
                 from SoTexture3Transform.cpp:72:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   64 |     UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/actions/SoGetMatrixAction.h:41,
                 from SoTexture3Transform.cpp:70:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
In file included from ../../include/Inventor/elements/SoGLMultiTextureMatrixElement.h:36,
                 from SoTextureMatrixTransform.cpp:67:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   64 |     UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoSFMatrix.h:38,
                 from ../../include/Inventor/nodes/SoTextureMatrixTransform.h:37,
                 from SoTextureMatrixTransform.cpp:61:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTextureMatrixTransform.cpp: In member function ‘virtual void SoTextureMatrixTransform::GLRender(SoGLRenderAction*)’:
SoTextureMatrixTransform.cpp:134:42: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  134 |     SbMatrix mat = this->matrix.getValue();
      |                                          ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTextureMatrixTransform.cpp: In member function ‘virtual void SoTextureMatrixTransform::doAction(SoAction*)’:
SoTextureMatrixTransform.cpp:148:40: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  148 |   SbMatrix mat = this->matrix.getValue();
      |                                        ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoTextureMatrixTransform.cpp: In member function ‘virtual void SoTextureMatrixTransform::getMatrix(SoGetMatrixAction*)’:
SoTextureMatrixTransform.cpp:166:42: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  166 |     SbMatrix mat = this->matrix.getValue();
      |                                          ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
In file included from ../../include/Inventor/elements/SoGLMultiTextureMatrixElement.h:36,
                 from SoTextureUnit.cpp:69:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   64 |     UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/SbXfBox3f.h:38,
                 from ../../include/Inventor/actions/SoGetBoundingBoxAction.h:41,
                 from SoTextureUnit.cpp:63:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoUnknownNode.cpp: In member function ‘void SoUnknownNode::setNodeClassName(const SbName&)’:
SoUnknownNode.cpp:228:30: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  228 |   PRIVATE(this)->classname = name;
      |                              ^~~~
In file included from ../../include/Inventor/nodes/SoSubNode.h:59,
                 from ../../src/nodes/SoUnknownNode.h:40,
                 from SoUnknownNode.cpp:42:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoVertexAttribute.cpp: In constructor ‘SoVertexAttribute::SoVertexAttribute()’:
SoVertexAttribute.cpp:195:39: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  195 |   attributedata->name = SbName::empty();
      |                                       ^
In file included from ../../include/Inventor/nodes/SoSubNode.h:59,
                 from ../../include/Inventor/nodes/SoVertexAttribute.h:37,
                 from SoVertexAttribute.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoVertexAttribute.cpp: In member function ‘virtual void SoVertexAttribute::doAction(SoAction*)’:
SoVertexAttribute.cpp:242:60: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  242 |   PRIVATE(this)->attributedata->name = this->name.getValue();
      |                                                            ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoIndexedFaceSet.cpp: In member function ‘SbBool SoIndexedFaceSet::useConvexCache(SoAction*, const SbVec3f*, const int32_t*, SbBool)’:
SoIndexedFaceSet.cpp:995:57: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  995 |   SbMatrix modelmatrix = SoModelMatrixElement::get(state);
      |                                                         ^
In file included from ../../include/Inventor/nodes/SoShape.h:38,
                 from ../../include/Inventor/nodes/SoVertexShape.h:37,
                 from ../../include/Inventor/nodes/SoIndexedShape.h:37,
                 from ../../include/Inventor/nodes/SoIndexedFaceSet.h:37,
                 from SoIndexedFaceSet.cpp:183:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoIndexedNurbsCurve.cpp: In member function ‘void SoIndexedNurbsCurveP::doNurbs(SoAction*, SbBool, SbBool)’:
SoIndexedNurbsCurve.cpp:348:90: warning: cast between incompatible function types from ‘void (*)(int, void*)’ to ‘gluNurbsCallback_cb_t’ {aka ‘void (*)(void*, ...)’} [-Wcast-function-type]
  348 |       GLUWrapper()->gluNurbsCallback(this->nurbsrenderer, (GLenum) GLU_NURBS_BEGIN_DATA, (gluNurbsCallback_cb_t)SoNurbsP::tessBegin);
      |                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SoIndexedNurbsSurface.cpp: In member function ‘void SoIndexedNurbsSurfaceP::doNurbs(SoAction*, SbBool)’:
SoIndexedNurbsSurface.cpp:371:90: warning: cast between incompatible function types from ‘void (*)(int, void*)’ to ‘gluNurbsCallback_cb_t’ {aka ‘void (*)(void*, ...)’} [-Wcast-function-type]
  371 |       GLUWrapper()->gluNurbsCallback(this->nurbsrenderer, (GLenum) GLU_NURBS_BEGIN_DATA, (gluNurbsCallback_cb_t)SoNurbsP::tessBegin);
      |                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SoNurbsCurve.cpp: In member function ‘void SoNurbsCurveP::doNurbs(SoAction*, SbBool, SbBool)’:
SoNurbsCurve.cpp:392:90: warning: cast between incompatible function types from ‘void (*)(int, void*)’ to ‘gluNurbsCallback_cb_t’ {aka ‘void (*)(void*, ...)’} [-Wcast-function-type]
  392 |       GLUWrapper()->gluNurbsCallback(this->nurbsrenderer, (GLenum) GLU_NURBS_BEGIN_DATA, (gluNurbsCallback_cb_t)SoNurbsP::tessBegin);
      |                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SoNurbsSurface.cpp: In member function ‘void SoNurbsSurfaceP::doNurbs(SoAction*, SbBool)’:
SoNurbsSurface.cpp:409:90: warning: cast between incompatible function types from ‘void (*)(int, void*)’ to ‘gluNurbsCallback_cb_t’ {aka ‘void (*)(void*, ...)’} [-Wcast-function-type]
  409 |       GLUWrapper()->gluNurbsCallback(this->nurbsrenderer, (GLenum) GLU_NURBS_BEGIN_DATA, (gluNurbsCallback_cb_t)SoNurbsP::tessBegin);
      |                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SoShape.cpp: In member function ‘virtual SbBool SoShape::shouldGLRender(SoGLRenderAction*)’:
SoShape.cpp:696:57: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  696 |         SbMatrix lm = SoLightElement::getMatrix(state, i);
      |                                                         ^
In file included from ../../include/Inventor/nodes/SoShape.h:38,
                 from SoShape.cpp:46:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoShape.cpp:744:61: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  744 |             SbMatrix lm = SoLightElement::getMatrix(state, i);
      |                                                             ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoQuadMesh.cpp: In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 3; int MaterialBinding = 0; int TexturingEnabled = 0]’:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
SoQuadMesh.cpp: In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 3; int MaterialBinding = 1; int TexturingEnabled = 0]’:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
SoQuadMesh.cpp: In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 3; int MaterialBinding = 3; int TexturingEnabled = 0]’:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
SoQuadMesh.cpp: In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 3; int MaterialBinding = 2; int TexturingEnabled = 0]’:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
SoQuadMesh.cpp: In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 1; int MaterialBinding = 1; int TexturingEnabled = 1]’:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
SoQuadMesh.cpp: In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 2; int MaterialBinding = 0; int TexturingEnabled = 1]’:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
SoQuadMesh.cpp: In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 1; int MaterialBinding = 3; int TexturingEnabled = 1]’:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
SoQuadMesh.cpp: In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 1; int MaterialBinding = 2; int TexturingEnabled = 1]’:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
SoQuadMesh.cpp: In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 2; int MaterialBinding = 1; int TexturingEnabled = 1]’:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
SoQuadMesh.cpp: In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 2; int MaterialBinding = 3; int TexturingEnabled = 1]’:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
SoQuadMesh.cpp: In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 2; int MaterialBinding = 2; int TexturingEnabled = 1]’:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
In file included from soshape_bigtexture.cpp:50:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   64 |     UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/elements/SoMultiTextureMatrixElement.h:37:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoQuadMesh.cpp: In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 0; int MaterialBinding = 1; int TexturingEnabled = 1]’:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
soshape_bigtexture.cpp: In member function ‘void soshape_bigtexture::clip_triangles(SoState*)’:
soshape_bigtexture.cpp:235:69: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  235 |   SbMatrix texturematrix = SoMultiTextureMatrixElement::get(state, 0);
      |                                                                     ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoQuadMesh.cpp: In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 0; int MaterialBinding = 3; int TexturingEnabled = 1]’:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
SoQuadMesh.cpp: In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 0; int MaterialBinding = 2; int TexturingEnabled = 1]’:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
In file included from soshape_bumprender.cpp:55:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   64 |     UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from soshape_bumprender.cpp:42:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoQuadMesh.cpp: In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 3; int MaterialBinding = 0; int TexturingEnabled = 1]’:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
SoQuadMesh.cpp: In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 3; int MaterialBinding = 2; int TexturingEnabled = 1]’:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
SoQuadMesh.cpp: In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 3; int MaterialBinding = 1; int TexturingEnabled = 1]’:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
soshape_primdata.cpp: In member function ‘void soshape_primdata::shapeVertex(const SoPrimitiveVertex*)’:
soshape_primdata.cpp:203:13: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class SoPrimitiveVertex’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  203 |       memcpy(newArray, this->vertsArray,
      |       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |              sizeof(SoPrimitiveVertex)* this->counter);
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from soshape_primdata.cpp:38:
../../include/Inventor/SoPrimitiveVertex.h:43:20: note: ‘class SoPrimitiveVertex’ declared here
   43 | class COIN_DLL_API SoPrimitiveVertex {
      |                    ^~~~~~~~~~~~~~~~~
soshape_primdata.cpp:209:13: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class SoPointDetail’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  209 |       memcpy(newparray, this->pointDetails,
      |       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  210 |              sizeof(SoPointDetail)* this->counter);
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/details/SoFaceDetail.h:36,
                 from soshape_primdata.cpp:40:
../../include/Inventor/details/SoPointDetail.h:38:20: note: ‘class SoPointDetail’ declared here
   38 | class COIN_DLL_API SoPointDetail : public SoDetail {
      |                    ^~~~~~~~~~~~~
SoQuadMesh.cpp: In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 3; int MaterialBinding = 3; int TexturingEnabled = 1]’:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 0; int MaterialBinding = 0; int TexturingEnabled = 1]’,
    inlined from ‘virtual void SoQuadMesh::GLRender(SoGLRenderAction*)’ at SoQuadMesh.cpp:965:3:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp: In member function ‘virtual void SoQuadMesh::GLRender(SoGLRenderAction*)’:
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 0; int MaterialBinding = 0; int TexturingEnabled = 1]’,
    inlined from ‘virtual void SoQuadMesh::GLRender(SoGLRenderAction*)’ at SoQuadMesh.cpp:965:3:
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp: In member function ‘virtual void SoQuadMesh::GLRender(SoGLRenderAction*)’:
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 0; int MaterialBinding = 0; int TexturingEnabled = 1]’,
    inlined from ‘virtual void SoQuadMesh::GLRender(SoGLRenderAction*)’ at SoQuadMesh.cpp:965:3:
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp: In member function ‘virtual void SoQuadMesh::GLRender(SoGLRenderAction*)’:
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 0; int MaterialBinding = 0; int TexturingEnabled = 1]’,
    inlined from ‘virtual void SoQuadMesh::GLRender(SoGLRenderAction*)’ at SoQuadMesh.cpp:965:3:
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp: In member function ‘virtual void SoQuadMesh::GLRender(SoGLRenderAction*)’:
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 1; int MaterialBinding = 0; int TexturingEnabled = 1]’,
    inlined from ‘virtual void SoQuadMesh::GLRender(SoGLRenderAction*)’ at SoQuadMesh.cpp:965:3:
SoQuadMesh.cpp:556:34: warning: ‘s1’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp: In member function ‘virtual void SoQuadMesh::GLRender(SoGLRenderAction*)’:
SoQuadMesh.cpp:482:13: note: ‘s1’ was declared here
  482 |       float s1,s2,s3,s4;
      |             ^~
In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 1; int MaterialBinding = 0; int TexturingEnabled = 1]’,
    inlined from ‘virtual void SoQuadMesh::GLRender(SoGLRenderAction*)’ at SoQuadMesh.cpp:965:3:
SoQuadMesh.cpp:557:34: warning: ‘s2’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp: In member function ‘virtual void SoQuadMesh::GLRender(SoGLRenderAction*)’:
SoQuadMesh.cpp:482:16: note: ‘s2’ was declared here
  482 |       float s1,s2,s3,s4;
      |                ^~
In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 1; int MaterialBinding = 0; int TexturingEnabled = 1]’,
    inlined from ‘virtual void SoQuadMesh::GLRender(SoGLRenderAction*)’ at SoQuadMesh.cpp:965:3:
SoQuadMesh.cpp:557:34: warning: ‘s3’ may be used uninitialized [-Wmaybe-uninitialized]
  557 |               w2 = qmeshGetWeight(s2/s3) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp: In member function ‘virtual void SoQuadMesh::GLRender(SoGLRenderAction*)’:
SoQuadMesh.cpp:482:19: note: ‘s3’ was declared here
  482 |       float s1,s2,s3,s4;
      |                   ^~
In function ‘void {anonymous}::SoGL::QuadMesh::GLRender(const SoGLCoordinateElement*, const SbVec3f*, SoMaterialBundle*, const SoTextureCoordinateBundle*, SbBool, int, int, int, SbBool) [with int NormalBinding = 1; int MaterialBinding = 0; int TexturingEnabled = 1]’,
    inlined from ‘virtual void SoQuadMesh::GLRender(SoGLRenderAction*)’ at SoQuadMesh.cpp:965:3:
SoQuadMesh.cpp:556:34: warning: ‘s4’ may be used uninitialized [-Wmaybe-uninitialized]
  556 |               w1 = qmeshGetWeight(s1/s4) * 0.5f;
      |                    ~~~~~~~~~~~~~~^~~~~~~
SoQuadMesh.cpp: In member function ‘virtual void SoQuadMesh::GLRender(SoGLRenderAction*)’:
SoQuadMesh.cpp:482:22: note: ‘s4’ was declared here
  482 |       float s1,s2,s3,s4;
      |                      ^~
mkdir: cannot create directory '.libs': File exists
In file included from ../../include/Inventor/projectors/SbCylinderProjector.h:36,
                 from ../../include/Inventor/projectors/SbCylinderSectionProjector.h:36,
                 from SbCylinderSectionProjector.cpp:46:
../../include/Inventor/projectors/SbProjector.h: In copy constructor ‘constexpr SbProjector::SbProjector(const SbProjector&)’:
../../include/Inventor/projectors/SbProjector.h:43:20: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   43 | class COIN_DLL_API SbProjector {
      |                    ^~~~~~~~~~~
In file included from ../../include/Inventor/projectors/SbProjector.h:38:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
../../include/Inventor/projectors/SbProjector.h:43:20: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   43 | class COIN_DLL_API SbProjector {
      |                    ^~~~~~~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
../../include/Inventor/projectors/SbCylinderProjector.h: In copy constructor ‘constexpr SbCylinderProjector::SbCylinderProjector(const SbCylinderProjector&)’:
../../include/Inventor/projectors/SbCylinderProjector.h:39:20: note: synthesized method ‘constexpr SbProjector::SbProjector(const SbProjector&)’ first required here
   39 | class COIN_DLL_API SbCylinderProjector : public SbProjector {
      |                    ^~~~~~~~~~~~~~~~~~~
../../include/Inventor/projectors/SbCylinderSectionProjector.h: In copy constructor ‘constexpr SbCylinderSectionProjector::SbCylinderSectionProjector(const SbCylinderSectionProjector&)’:
../../include/Inventor/projectors/SbCylinderSectionProjector.h:40:20: note: synthesized method ‘constexpr SbCylinderProjector::SbCylinderProjector(const SbCylinderProjector&)’ first required here
   40 | class COIN_DLL_API SbCylinderSectionProjector : public SbCylinderProjector {
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
SbCylinderSectionProjector.cpp: In member function ‘virtual SbProjector* SbCylinderSectionProjector::copy() const’:
SbCylinderSectionProjector.cpp:105:46: note: synthesized method ‘constexpr SbCylinderSectionProjector::SbCylinderSectionProjector(const SbCylinderSectionProjector&)’ first required here
  105 |   return new SbCylinderSectionProjector(*this);
      |                                              ^
In file included from ../../include/Inventor/projectors/SbLineProjector.h:36,
                 from SbLineProjector.cpp:47:
../../include/Inventor/projectors/SbProjector.h: In copy constructor ‘constexpr SbProjector::SbProjector(const SbProjector&)’:
../../include/Inventor/projectors/SbProjector.h:43:20: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   43 | class COIN_DLL_API SbProjector {
      |                    ^~~~~~~~~~~
In file included from ../../include/Inventor/projectors/SbProjector.h:38:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
../../include/Inventor/projectors/SbProjector.h:43:20: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   43 | class COIN_DLL_API SbProjector {
      |                    ^~~~~~~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
../../include/Inventor/projectors/SbLineProjector.h: In copy constructor ‘constexpr SbLineProjector::SbLineProjector(const SbLineProjector&)’:
../../include/Inventor/projectors/SbLineProjector.h:41:20: note: synthesized method ‘constexpr SbProjector::SbProjector(const SbProjector&)’ first required here
   41 | class COIN_DLL_API SbLineProjector : public SbProjector {
      |                    ^~~~~~~~~~~~~~~
SbLineProjector.cpp: In member function ‘virtual SbProjector* SbLineProjector::copy() const’:
SbLineProjector.cpp:243:35: note: synthesized method ‘constexpr SbLineProjector::SbLineProjector(const SbLineProjector&)’ first required here
  243 |   return new SbLineProjector(*this);
      |                                   ^
In file included from ../../include/Inventor/projectors/SbCylinderProjector.h:36,
                 from ../../include/Inventor/projectors/SbCylinderSectionProjector.h:36,
                 from ../../include/Inventor/projectors/SbCylinderPlaneProjector.h:36,
                 from SbCylinderPlaneProjector.cpp:47:
../../include/Inventor/projectors/SbProjector.h: In copy constructor ‘constexpr SbProjector::SbProjector(const SbProjector&)’:
../../include/Inventor/projectors/SbProjector.h:43:20: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   43 | class COIN_DLL_API SbProjector {
      |                    ^~~~~~~~~~~
In file included from ../../include/Inventor/projectors/SbProjector.h:38:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
../../include/Inventor/projectors/SbProjector.h:43:20: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   43 | class COIN_DLL_API SbProjector {
      |                    ^~~~~~~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
../../include/Inventor/projectors/SbCylinderProjector.h: In copy constructor ‘constexpr SbCylinderProjector::SbCylinderProjector(const SbCylinderProjector&)’:
../../include/Inventor/projectors/SbCylinderProjector.h:39:20: note: synthesized method ‘constexpr SbProjector::SbProjector(const SbProjector&)’ first required here
   39 | class COIN_DLL_API SbCylinderProjector : public SbProjector {
      |                    ^~~~~~~~~~~~~~~~~~~
../../include/Inventor/projectors/SbCylinderSectionProjector.h: In copy constructor ‘constexpr SbCylinderSectionProjector::SbCylinderSectionProjector(const SbCylinderSectionProjector&)’:
../../include/Inventor/projectors/SbCylinderSectionProjector.h:40:20: note: synthesized method ‘constexpr SbCylinderProjector::SbCylinderProjector(const SbCylinderProjector&)’ first required here
   40 | class COIN_DLL_API SbCylinderSectionProjector : public SbCylinderProjector {
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/projectors/SbCylinderPlaneProjector.h: In copy constructor ‘constexpr SbCylinderPlaneProjector::SbCylinderPlaneProjector(const SbCylinderPlaneProjector&)’:
../../include/Inventor/projectors/SbCylinderPlaneProjector.h:38:20: note: synthesized method ‘constexpr SbCylinderSectionProjector::SbCylinderSectionProjector(const SbCylinderSectionProjector&)’ first required here
   38 | class COIN_DLL_API SbCylinderPlaneProjector : public SbCylinderSectionProjector {
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~
SbCylinderPlaneProjector.cpp: In member function ‘virtual SbProjector* SbCylinderPlaneProjector::copy() const’:
SbCylinderPlaneProjector.cpp:77:44: note: synthesized method ‘constexpr SbCylinderPlaneProjector::SbCylinderPlaneProjector(const SbCylinderPlaneProjector&)’ first required here
   77 |   return new SbCylinderPlaneProjector(*this);
      |                                            ^
In file included from ../../include/Inventor/projectors/SbCylinderProjector.h:36,
                 from ../../include/Inventor/projectors/SbCylinderSheetProjector.h:36,
                 from SbCylinderSheetProjector.cpp:45:
../../include/Inventor/projectors/SbProjector.h: In copy constructor ‘constexpr SbProjector::SbProjector(const SbProjector&)’:
../../include/Inventor/projectors/SbProjector.h:43:20: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   43 | class COIN_DLL_API SbProjector {
      |                    ^~~~~~~~~~~
In file included from ../../include/Inventor/projectors/SbProjector.h:38:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
../../include/Inventor/projectors/SbProjector.h:43:20: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   43 | class COIN_DLL_API SbProjector {
      |                    ^~~~~~~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
../../include/Inventor/projectors/SbCylinderProjector.h: In copy constructor ‘constexpr SbCylinderProjector::SbCylinderProjector(const SbCylinderProjector&)’:
../../include/Inventor/projectors/SbCylinderProjector.h:39:20: note: synthesized method ‘constexpr SbProjector::SbProjector(const SbProjector&)’ first required here
   39 | class COIN_DLL_API SbCylinderProjector : public SbProjector {
      |                    ^~~~~~~~~~~~~~~~~~~
../../include/Inventor/projectors/SbCylinderSheetProjector.h: In copy constructor ‘constexpr SbCylinderSheetProjector::SbCylinderSheetProjector(const SbCylinderSheetProjector&)’:
../../include/Inventor/projectors/SbCylinderSheetProjector.h:40:20: note: synthesized method ‘constexpr SbCylinderProjector::SbCylinderProjector(const SbCylinderProjector&)’ first required here
   40 | class COIN_DLL_API SbCylinderSheetProjector : public SbCylinderProjector {
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~
SbCylinderSheetProjector.cpp: In member function ‘virtual SbProjector* SbCylinderSheetProjector::copy() const’:
SbCylinderSheetProjector.cpp:89:44: note: synthesized method ‘constexpr SbCylinderSheetProjector::SbCylinderSheetProjector(const SbCylinderSheetProjector&)’ first required here
   89 |   return new SbCylinderSheetProjector(*this);
      |                                            ^
In file included from ../../include/Inventor/projectors/SbPlaneProjector.h:36,
                 from SbPlaneProjector.cpp:45:
../../include/Inventor/projectors/SbProjector.h: In copy constructor ‘constexpr SbProjector::SbProjector(const SbProjector&)’:
../../include/Inventor/projectors/SbProjector.h:43:20: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   43 | class COIN_DLL_API SbProjector {
      |                    ^~~~~~~~~~~
In file included from ../../include/Inventor/projectors/SbProjector.h:38:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
../../include/Inventor/projectors/SbProjector.h:43:20: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   43 | class COIN_DLL_API SbProjector {
      |                    ^~~~~~~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
../../include/Inventor/projectors/SbPlaneProjector.h: In copy constructor ‘constexpr SbPlaneProjector::SbPlaneProjector(const SbPlaneProjector&)’:
../../include/Inventor/projectors/SbPlaneProjector.h:40:20: note: synthesized method ‘constexpr SbProjector::SbProjector(const SbProjector&)’ first required here
   40 | class COIN_DLL_API SbPlaneProjector : public SbProjector {
      |                    ^~~~~~~~~~~~~~~~
SbPlaneProjector.cpp: In member function ‘virtual SbProjector* SbPlaneProjector::copy() const’:
SbPlaneProjector.cpp:291:36: note: synthesized method ‘constexpr SbPlaneProjector::SbPlaneProjector(const SbPlaneProjector&)’ first required here
  291 |   return new SbPlaneProjector(*this);
      |                                    ^
In file included from ../../include/Inventor/projectors/SbSphereProjector.h:36,
                 from ../../include/Inventor/projectors/SbSphereSectionProjector.h:36,
                 from ../../include/Inventor/projectors/SbSpherePlaneProjector.h:36,
                 from SbSpherePlaneProjector.cpp:47:
../../include/Inventor/projectors/SbProjector.h: In copy constructor ‘constexpr SbProjector::SbProjector(const SbProjector&)’:
../../include/Inventor/projectors/SbProjector.h:43:20: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   43 | class COIN_DLL_API SbProjector {
      |                    ^~~~~~~~~~~
In file included from ../../include/Inventor/projectors/SbProjector.h:38:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
../../include/Inventor/projectors/SbProjector.h:43:20: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   43 | class COIN_DLL_API SbProjector {
      |                    ^~~~~~~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
../../include/Inventor/projectors/SbSphereProjector.h: In copy constructor ‘constexpr SbSphereProjector::SbSphereProjector(const SbSphereProjector&)’:
../../include/Inventor/projectors/SbSphereProjector.h:40:20: note: synthesized method ‘constexpr SbProjector::SbProjector(const SbProjector&)’ first required here
   40 | class COIN_DLL_API SbSphereProjector : public SbProjector {
      |                    ^~~~~~~~~~~~~~~~~
../../include/Inventor/projectors/SbSphereSectionProjector.h: In copy constructor ‘constexpr SbSphereSectionProjector::SbSphereSectionProjector(const SbSphereSectionProjector&)’:
../../include/Inventor/projectors/SbSphereSectionProjector.h:39:20: note: synthesized method ‘constexpr SbSphereProjector::SbSphereProjector(const SbSphereProjector&)’ first required here
   39 | class COIN_DLL_API SbSphereSectionProjector : public SbSphereProjector {
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/projectors/SbSpherePlaneProjector.h: In copy constructor ‘constexpr SbSpherePlaneProjector::SbSpherePlaneProjector(const SbSpherePlaneProjector&)’:
../../include/Inventor/projectors/SbSpherePlaneProjector.h:38:20: note: synthesized method ‘constexpr SbSphereSectionProjector::SbSphereSectionProjector(const SbSphereSectionProjector&)’ first required here
   38 | class COIN_DLL_API SbSpherePlaneProjector : public SbSphereSectionProjector {
      |                    ^~~~~~~~~~~~~~~~~~~~~~
SbSpherePlaneProjector.cpp: In member function ‘virtual SbProjector* SbSpherePlaneProjector::copy() const’:
SbSpherePlaneProjector.cpp:78:42: note: synthesized method ‘constexpr SbSpherePlaneProjector::SbSpherePlaneProjector(const SbSpherePlaneProjector&)’ first required here
   78 |   return new SbSpherePlaneProjector(*this);
      |                                          ^
In file included from ../../include/Inventor/projectors/SbSphereProjector.h:36,
                 from ../../include/Inventor/projectors/SbSphereSectionProjector.h:36,
                 from SbSphereSectionProjector.cpp:45:
../../include/Inventor/projectors/SbProjector.h: In copy constructor ‘constexpr SbProjector::SbProjector(const SbProjector&)’:
../../include/Inventor/projectors/SbProjector.h:43:20: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   43 | class COIN_DLL_API SbProjector {
      |                    ^~~~~~~~~~~
In file included from ../../include/Inventor/projectors/SbProjector.h:38:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
../../include/Inventor/projectors/SbProjector.h:43:20: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   43 | class COIN_DLL_API SbProjector {
      |                    ^~~~~~~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
../../include/Inventor/projectors/SbSphereProjector.h: In copy constructor ‘constexpr SbSphereProjector::SbSphereProjector(const SbSphereProjector&)’:
../../include/Inventor/projectors/SbSphereProjector.h:40:20: note: synthesized method ‘constexpr SbProjector::SbProjector(const SbProjector&)’ first required here
   40 | class COIN_DLL_API SbSphereProjector : public SbProjector {
      |                    ^~~~~~~~~~~~~~~~~
../../include/Inventor/projectors/SbSphereSectionProjector.h: In copy constructor ‘constexpr SbSphereSectionProjector::SbSphereSectionProjector(const SbSphereSectionProjector&)’:
../../include/Inventor/projectors/SbSphereSectionProjector.h:39:20: note: synthesized method ‘constexpr SbSphereProjector::SbSphereProjector(const SbSphereProjector&)’ first required here
   39 | class COIN_DLL_API SbSphereSectionProjector : public SbSphereProjector {
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~
SbSphereSectionProjector.cpp: In member function ‘virtual SbProjector* SbSphereSectionProjector::copy() const’:
SbSphereSectionProjector.cpp:110:44: note: synthesized method ‘constexpr SbSphereSectionProjector::SbSphereSectionProjector(const SbSphereSectionProjector&)’ first required here
  110 |   return new SbSphereSectionProjector(*this);
      |                                            ^
In file included from ../../include/Inventor/projectors/SbSphereProjector.h:36,
                 from ../../include/Inventor/projectors/SbSphereSheetProjector.h:36,
                 from SbSphereSheetProjector.cpp:97:
../../include/Inventor/projectors/SbProjector.h: In copy constructor ‘constexpr SbProjector::SbProjector(const SbProjector&)’:
../../include/Inventor/projectors/SbProjector.h:43:20: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   43 | class COIN_DLL_API SbProjector {
      |                    ^~~~~~~~~~~
In file included from ../../include/Inventor/projectors/SbProjector.h:38:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
../../include/Inventor/projectors/SbProjector.h:43:20: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   43 | class COIN_DLL_API SbProjector {
      |                    ^~~~~~~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
../../include/Inventor/projectors/SbSphereProjector.h: In copy constructor ‘constexpr SbSphereProjector::SbSphereProjector(const SbSphereProjector&)’:
../../include/Inventor/projectors/SbSphereProjector.h:40:20: note: synthesized method ‘constexpr SbProjector::SbProjector(const SbProjector&)’ first required here
   40 | class COIN_DLL_API SbSphereProjector : public SbProjector {
      |                    ^~~~~~~~~~~~~~~~~
../../include/Inventor/projectors/SbSphereSheetProjector.h: In copy constructor ‘constexpr SbSphereSheetProjector::SbSphereSheetProjector(const SbSphereSheetProjector&)’:
../../include/Inventor/projectors/SbSphereSheetProjector.h:39:20: note: synthesized method ‘constexpr SbSphereProjector::SbSphereProjector(const SbSphereProjector&)’ first required here
   39 | class COIN_DLL_API SbSphereSheetProjector : public SbSphereProjector {
      |                    ^~~~~~~~~~~~~~~~~~~~~~
SbSphereSheetProjector.cpp: In member function ‘virtual SbProjector* SbSphereSheetProjector::copy() const’:
SbSphereSheetProjector.cpp:157:42: note: synthesized method ‘constexpr SbSphereSheetProjector::SbSphereSheetProjector(const SbSphereSheetProjector&)’ first required here
  157 |   return new SbSphereSheetProjector(*this);
      |                                          ^
mkdir: cannot create directory '.libs': File exists
mkdir: cannot create directory '.libs': File exists
mkdir: cannot create directory '.libs': File exists
VectorizeActionP.cpp: In static member function ‘static SoCallbackAction::Response SoVectorizeActionP::pre_text2_cb(void*, SoCallbackAction*, const SoNode*)’:
VectorizeActionP.cpp:594:24: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  594 |       item->fontname = fontname;
      |                        ^~~~~~~~
In file included from ../../include/Inventor/elements/SoSubElement.h:49,
                 from ../../include/Inventor/elements/SoInt32Element.h:36,
                 from ../../include/Inventor/elements/SoDecimationTypeElement.h:36,
                 from ../../include/Inventor/actions/SoCallbackAction.h:40,
                 from VectorizeActionP.h:36,
                 from VectorizeActionP.cpp:37:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from SoShadowGroup.cpp:297:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   64 |     UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/nodes/SoCamera.h:45,
                 from ../../include/Inventor/nodes/SoPerspectiveCamera.h:37,
                 from SoShadowGroup.cpp:286:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoShadowGroup.cpp: In member function ‘void SoShadowGroupP::updateShadowLights(SoGLRenderAction*)’:
SoShadowGroup.cpp:1088:27: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
 1088 |     SbMatrix mat = cache->matrix;
      |                           ^~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoGeo.cpp: In function ‘SbDPMatrix find_coordinate_system(const SbString*, int, const SbVec3d&)’:
SoGeo.cpp:199:10: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
  199 |   return m;
      |          ^
In file included from ../../include/Inventor/misc/SoGeo.h:36,
                 from SoGeo.cpp:40:
../../include/Inventor/SbDPMatrix.h:112:16: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
  112 |   SbDPMatrix & operator =(const SbDPMatrix & m);
      |                ^~~~~~~~
mkdir: cannot create directory '.libs': File exists
In file included from ../../include/Inventor/elements/SoGLMultiTextureMatrixElement.h:36,
                 from SoShaderParameter.cpp:372:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   64 |     UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoSFMatrix.h:38,
                 from ../../include/Inventor/nodes/SoShaderParameter.h:49,
                 from SoShaderParameter.cpp:367:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
SoShaderParameter.cpp: In member function ‘virtual void SoShaderStateMatrixParameter::updateParameter(SoGLShaderObject*)’:
SoShaderParameter.cpp:723:20: warning: ‘type’ may be used uninitialized [-Wmaybe-uninitialized]
  723 |     param->setState(shader, type, tform, this->name.getValue().getString());
      |     ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SoShaderParameter.cpp:703:14: note: ‘type’ was declared here
  703 |     CGGLenum type;
      |              ^~~~
SoShaderParameter.cpp:723:20: warning: ‘tform’ may be used uninitialized [-Wmaybe-uninitialized]
  723 |     param->setState(shader, type, tform, this->name.getValue().getString());
      |     ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SoShaderParameter.cpp:712:14: note: ‘tform’ was declared here
  712 |     CGGLenum tform;
      |              ^~~~~
SoProfilingReportGenerator.cpp: In static member function ‘static int SoProfilingReportGeneratorP::cmpAlphanumericAsc(const SbProfilingData&, SoProfilingReportGenerator::DataCategorization, int, int)’:
SoProfilingReportGenerator.cpp:791:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  791 |       name1 = data.getNodeType(idx1).getName();
      |                                              ^
In file included from ../../include/Inventor/annex/Profiler/SbProfilingData.h:39,
                 from SoProfilingReportGenerator.cpp:45:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoProfilingReportGenerator.cpp:795:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  795 |       name2 = data.getNodeType(idx2).getName();
      |                                              ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoProfilingReportGenerator.cpp: In static member function ‘static void SoProfilingReportGeneratorP::printName(const SbProfilingData&, SbString&, int)’:
SoProfilingReportGenerator.cpp:897:55: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  897 |         nodename = data.getNodeType(entryidx).getName();
      |                                                       ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoProfilerStats.cpp: In member function ‘void SoProfilerStatsP::updateNodeTypeTimingFields()’:
SoProfilerStats.cpp:297:61: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  297 |     typeNameArr[index] = SoType::fromKey(it->first).getName();
      |                                                             ^
In file included from ../../include/Inventor/fields/SoSubField.h:37,
                 from ../../include/Inventor/fields/SoMFName.h:37,
                 from ../../include/Inventor/annex/Profiler/nodes/SoProfilerStats.h:36,
                 from SoProfilerStats.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoProfilerStats.cpp: In member function ‘void SoProfilerStatsP::updateActionTimingFields(SoProfilerElement*)’:
SoProfilerStats.cpp:330:58: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  330 |     profiledActionArr[i] = SoType::fromKey(type).getName();
      |                                                          ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoProfilerTopEngine.cpp: In member function ‘virtual void SoProfilerTopEngine::evaluate()’:
SoProfilerTopEngine.cpp:295:58: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  295 |     PRIVATE(this)->data[c].name = this->statisticsNames[c];
      |                                                          ^
In file included from ../../include/Inventor/engines/SoSubEngine.h:37,
                 from ../../include/Inventor/annex/Profiler/engines/SoProfilerTopEngine.h:36,
                 from SoProfilerTopEngine.cpp:42:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
SoScrollingGraphKit.cpp: In member function ‘Graph* SoScrollingGraphKitP::getGraph(const SbName&)’:
SoScrollingGraphKit.cpp:288:18: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  288 |     graph->key = key;
      |                  ^~~
In file included from ../../include/Inventor/nodes/SoSubNode.h:59,
                 from ../../include/Inventor/nodekits/SoSubKit.h:36,
                 from ../../include/Inventor/nodekits/SoBaseKit.h:36,
                 from ../../include/Inventor/annex/Profiler/nodekits/SoScrollingGraphKit.h:36,
                 from SoScrollingGraphKit.cpp:46:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
Background.cpp: In member function ‘virtual void SoVRMLBackground::GLRender(SoGLRenderAction*)’:
Background.cpp:559:73: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  559 |     SbMatrix transformation = PRIVATE(this)->getmatrixaction->getMatrix();
      |                                                                         ^
In file included from ../../include/Inventor/SbXfBox3f.h:38,
                 from ../../include/Inventor/actions/SoGetBoundingBoxAction.h:41,
                 from Background.cpp:183:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
In file included from ../../include/Inventor/fields/SoFieldData.h:37,
                 from ../../include/Inventor/nodes/SoSubNode.h:61,
                 from ../../include/Inventor/VRMLnodes/SoVRMLBackground.h:36,
                 from Background.cpp:169:
In member function ‘void SbList::grow(int) [with Type = float]’,
    inlined from ‘void SbList::append(Type) [with Type = float]’ at ../../include/Inventor/lists/SbList.h:122:59,
    inlined from ‘void SoVRMLBackgroundP::buildGeometry()’ at Background.cpp:733:18:
../../include/Inventor/lists/SbList.h:248:46: warning: array subscript 0 is outside array bounds of ‘float [0]’ [-Warray-bounds=]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h:246:24: note: object of size 0 allocated by ‘operator new []’
  246 |     Type * newbuffer = new Type[this->itembuffersize];
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IndexedFaceSet.cpp: In member function ‘SbBool SoVRMLIndexedFaceSet::useConvexCache(SoAction*, const SbVec3f*, const int32_t*, SbBool)’:
IndexedFaceSet.cpp:1031:57: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
 1031 |   SbMatrix modelmatrix = SoModelMatrixElement::get(state);
      |                                                         ^
In file included from ../../include/Inventor/nodes/SoShape.h:38,
                 from ../../include/Inventor/VRMLnodes/SoVRMLGeometry.h:36,
                 from ../../include/Inventor/VRMLnodes/SoVRMLVertexShape.h:37,
                 from ../../include/Inventor/VRMLnodes/SoVRMLIndexedShape.h:37,
                 from ../../include/Inventor/VRMLnodes/SoVRMLIndexedFaceSet.h:37,
                 from IndexedFaceSet.cpp:218:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
Script.cpp: In member function ‘virtual SbBool SoVRMLScript::readInstance(SoInput*, short unsigned int)’:
Script.cpp:709:16: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  709 |         name = "";
      |                ^~
In file included from ../../include/Inventor/nodes/SoSubNode.h:59,
                 from ../../include/Inventor/VRMLnodes/SoVRMLScript.h:36,
                 from Script.cpp:157:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
Script.cpp:716:16: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  716 |         name = "";
      |                ^~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from ../../include/Inventor/fields/SoFieldData.h:37,
                 from ../../include/Inventor/nodes/SoSubNode.h:61:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SbName]’:
Script.cpp:597:51:   required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  123 |     this->itembuffer[this->numitems++] = item;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:80:39:   required from ‘SbList::SbList(int) [with Type = SbName]’
Script.cpp:185:3:   required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  248 |     for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::fit() [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:177:22:   required from ‘void SbList::truncate(int, int) [with Type = SbName]’
Script.cpp:945:36:   required from here
../../include/Inventor/lists/SbList.h:112:58: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  112 |         for (int i = 0; i < items; i++) newitembuffer[i] = this->itembuffer[i];
      |                                         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
In file included from TextureTransform.cpp:130:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
   64 |     UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/elements/SoMultiTextureMatrixElement.h:37:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
TouchSensor.cpp: In member function ‘virtual void SoVRMLTouchSensor::handleEvent(SoHandleEventAction*)’:
TouchSensor.cpp:342:59: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
  342 |       SbMatrix transform = pp->getWorldToObject(parentnode);
      |                                                           ^
In file included from TouchSensor.cpp:239:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
  113 |   SbMatrix & operator =(const SbMatrix & m);
      |              ^~~~~~~~
In file included from ../../include/Inventor/misc/SoJavaScriptEngine.h:37,
                 from JS_VRMLClasses.cpp:42:
JS_VRMLClasses.cpp: In function ‘JSBool getIndex(JSContext*, jsval, const char**, int)’:
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                   ~~~~~~~~~~~^~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:171:7: note: in expansion of macro ‘JSVAL_IS_INT’
  171 |   if (JSVAL_IS_INT(id)) {
      |       ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In function ‘JSBool SFVec2f_multiply(JSContext*, JSObject*, uintN, jsval*, jsval*)’:
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                   ~~~~~~~~~~~^~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:201:34: note: in expansion of macro ‘JSVAL_IS_INT’
  201 | #define JSVAL_IS_NUMBER(v)      (JSVAL_IS_INT(v) || JSVAL_IS_DOUBLE(v))
      |                                  ^~~~~~~~~~~~
JS_VRMLClasses.cpp:871:20: note: in expansion of macro ‘JSVAL_IS_NUMBER’
  871 |   if (argc >= 1 && JSVAL_IS_NUMBER(argv[0])) {
      |                    ^~~~~~~~~~~~~~~
JS_VRMLClasses.cpp: In function ‘JSBool SFColor_setHSV(JSContext*, JSObject*, uintN, jsval*, jsval*)’:
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                   ~~~~~~~~~~~^~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
JS_VRMLClasses.cpp:1020:11: note: in expansion of macro ‘JSVAL_VOID’
 1020 |   *rval = JSVAL_VOID;
      |           ^~~~~~~~~~
JS_VRMLClasses.cpp: In function ‘JSBool SFRotation_setAxis(JSContext*, JSObject*, uintN, jsval*, jsval*)’:
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                   ~~~~~~~~~~~^~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
JS_VRMLClasses.cpp:1110:13: note: in expansion of macro ‘JSVAL_VOID’
 1110 |     *rval = JSVAL_VOID;
      |             ^~~~~~~~~~
JS_VRMLClasses.cpp: In function ‘JSBool SFNodeConstructor(JSContext*, JSObject*, uintN, jsval*, jsval*)’:
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                   ~~~~~~~~~~~^~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
JS_VRMLClasses.cpp:1512:15: note: in expansion of macro ‘JSVAL_VOID’
 1512 |       *rval = JSVAL_VOID;
      |               ^~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::get(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFColor; SFFieldClass = SoSFColor; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFColor); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1848:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:413:9: note: in expansion of macro ‘JSVAL_IS_INT’
  413 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFColor; SFFieldClass = SoSFColor; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFColor); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1848:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:437:9: note: in expansion of macro ‘JSVAL_IS_INT’
  437 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::get(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFFloat; SFFieldClass = SoSFFloat; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFFloat); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1859:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:413:9: note: in expansion of macro ‘JSVAL_IS_INT’
  413 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFFloat; SFFieldClass = SoSFFloat; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFFloat); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1859:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:437:9: note: in expansion of macro ‘JSVAL_IS_INT’
  437 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::get(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFInt32; SFFieldClass = SoSFInt32; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFInt32); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1870:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:413:9: note: in expansion of macro ‘JSVAL_IS_INT’
  413 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFInt32; SFFieldClass = SoSFInt32; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFInt32); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1870:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:437:9: note: in expansion of macro ‘JSVAL_IS_INT’
  437 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::get(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFNode; SFFieldClass = SoSFNode; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFNode); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1881:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:413:9: note: in expansion of macro ‘JSVAL_IS_INT’
  413 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFNode; SFFieldClass = SoSFNode; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFNode); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1881:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:437:9: note: in expansion of macro ‘JSVAL_IS_INT’
  437 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::get(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFRotation; SFFieldClass = SoSFRotation; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFRotation); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1892:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:413:9: note: in expansion of macro ‘JSVAL_IS_INT’
  413 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFRotation; SFFieldClass = SoSFRotation; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFRotation); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1892:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:437:9: note: in expansion of macro ‘JSVAL_IS_INT’
  437 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::get(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFString; SFFieldClass = SoSFString; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFString); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1903:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:413:9: note: in expansion of macro ‘JSVAL_IS_INT’
  413 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFString; SFFieldClass = SoSFString; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFString); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1903:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:437:9: note: in expansion of macro ‘JSVAL_IS_INT’
  437 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::get(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFTime; SFFieldClass = SoSFTime; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFTime); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1914:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:413:9: note: in expansion of macro ‘JSVAL_IS_INT’
  413 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFTime; SFFieldClass = SoSFTime; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFTime); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1914:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:437:9: note: in expansion of macro ‘JSVAL_IS_INT’
  437 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::get(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFVec2f; SFFieldClass = SoSFVec2f; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFVec2f); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1925:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:413:9: note: in expansion of macro ‘JSVAL_IS_INT’
  413 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFVec2f; SFFieldClass = SoSFVec2f; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFVec2f); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1925:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:437:9: note: in expansion of macro ‘JSVAL_IS_INT’
  437 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::get(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFVec3f; SFFieldClass = SoSFVec3f; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFVec3f); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1936:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:413:9: note: in expansion of macro ‘JSVAL_IS_INT’
  413 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFVec3f; SFFieldClass = SoSFVec3f; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFVec3f); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1936:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:437:9: note: in expansion of macro ‘JSVAL_IS_INT’
  437 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::get(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFVec3d; SFFieldClass = SoSFVec3d; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFVec3d); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1947:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:413:9: note: in expansion of macro ‘JSVAL_IS_INT’
  413 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFVec3d; SFFieldClass = SoSFVec3d; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFVec3d); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’:
JS_VRMLClasses.cpp:1947:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:202:62: note: in expansion of macro ‘JSVAL_VOID’
  202 | #define JSVAL_IS_INT(v)         (((v) & JSVAL_INT) && (v) != JSVAL_VOID)
      |                                                              ^~~~~~~~~~
JS_VRMLClasses.cpp:437:9: note: in expansion of macro ‘JSVAL_IS_INT’
  437 |     if (JSVAL_IS_INT(id)) {
      |         ^~~~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static void CoinVrmlJsMFHandler::resize(JSContext*, JSObject*, uint32_t) [with MFFieldClass = SoMFColor; SFFieldClass = SoSFColor; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFColor); JSContext = void; JSObject = void; uint32_t = unsigned int]’:
JS_VRMLClasses.cpp:450:15:   required from ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFColor; SFFieldClass = SoSFColor; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFColor); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’
JS_VRMLClasses.cpp:1848:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
JS_VRMLClasses.cpp:362:17: note: in expansion of macro ‘JSVAL_VOID’
  362 |           val = JSVAL_VOID;
      |                 ^~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static void CoinVrmlJsMFHandler::resize(JSContext*, JSObject*, uint32_t) [with MFFieldClass = SoMFFloat; SFFieldClass = SoSFFloat; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFFloat); JSContext = void; JSObject = void; uint32_t = unsigned int]’:
JS_VRMLClasses.cpp:450:15:   required from ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFFloat; SFFieldClass = SoSFFloat; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFFloat); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’
JS_VRMLClasses.cpp:1859:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
JS_VRMLClasses.cpp:362:17: note: in expansion of macro ‘JSVAL_VOID’
  362 |           val = JSVAL_VOID;
      |                 ^~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static void CoinVrmlJsMFHandler::resize(JSContext*, JSObject*, uint32_t) [with MFFieldClass = SoMFInt32; SFFieldClass = SoSFInt32; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFInt32); JSContext = void; JSObject = void; uint32_t = unsigned int]’:
JS_VRMLClasses.cpp:450:15:   required from ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFInt32; SFFieldClass = SoSFInt32; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFInt32); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’
JS_VRMLClasses.cpp:1870:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
JS_VRMLClasses.cpp:362:17: note: in expansion of macro ‘JSVAL_VOID’
  362 |           val = JSVAL_VOID;
      |                 ^~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static void CoinVrmlJsMFHandler::resize(JSContext*, JSObject*, uint32_t) [with MFFieldClass = SoMFNode; SFFieldClass = SoSFNode; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFNode); JSContext = void; JSObject = void; uint32_t = unsigned int]’:
JS_VRMLClasses.cpp:450:15:   required from ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFNode; SFFieldClass = SoSFNode; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFNode); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’
JS_VRMLClasses.cpp:1881:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
JS_VRMLClasses.cpp:362:17: note: in expansion of macro ‘JSVAL_VOID’
  362 |           val = JSVAL_VOID;
      |                 ^~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static void CoinVrmlJsMFHandler::resize(JSContext*, JSObject*, uint32_t) [with MFFieldClass = SoMFRotation; SFFieldClass = SoSFRotation; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFRotation); JSContext = void; JSObject = void; uint32_t = unsigned int]’:
JS_VRMLClasses.cpp:450:15:   required from ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFRotation; SFFieldClass = SoSFRotation; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFRotation); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’
JS_VRMLClasses.cpp:1892:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
JS_VRMLClasses.cpp:362:17: note: in expansion of macro ‘JSVAL_VOID’
  362 |           val = JSVAL_VOID;
      |                 ^~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static void CoinVrmlJsMFHandler::resize(JSContext*, JSObject*, uint32_t) [with MFFieldClass = SoMFString; SFFieldClass = SoSFString; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFString); JSContext = void; JSObject = void; uint32_t = unsigned int]’:
JS_VRMLClasses.cpp:450:15:   required from ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFString; SFFieldClass = SoSFString; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFString); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’
JS_VRMLClasses.cpp:1903:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
JS_VRMLClasses.cpp:362:17: note: in expansion of macro ‘JSVAL_VOID’
  362 |           val = JSVAL_VOID;
      |                 ^~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static void CoinVrmlJsMFHandler::resize(JSContext*, JSObject*, uint32_t) [with MFFieldClass = SoMFTime; SFFieldClass = SoSFTime; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFTime); JSContext = void; JSObject = void; uint32_t = unsigned int]’:
JS_VRMLClasses.cpp:450:15:   required from ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFTime; SFFieldClass = SoSFTime; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFTime); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’
JS_VRMLClasses.cpp:1914:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
JS_VRMLClasses.cpp:362:17: note: in expansion of macro ‘JSVAL_VOID’
  362 |           val = JSVAL_VOID;
      |                 ^~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static void CoinVrmlJsMFHandler::resize(JSContext*, JSObject*, uint32_t) [with MFFieldClass = SoMFVec2f; SFFieldClass = SoSFVec2f; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFVec2f); JSContext = void; JSObject = void; uint32_t = unsigned int]’:
JS_VRMLClasses.cpp:450:15:   required from ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFVec2f; SFFieldClass = SoSFVec2f; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFVec2f); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’
JS_VRMLClasses.cpp:1925:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
JS_VRMLClasses.cpp:362:17: note: in expansion of macro ‘JSVAL_VOID’
  362 |           val = JSVAL_VOID;
      |                 ^~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static void CoinVrmlJsMFHandler::resize(JSContext*, JSObject*, uint32_t) [with MFFieldClass = SoMFVec3f; SFFieldClass = SoSFVec3f; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFVec3f); JSContext = void; JSObject = void; uint32_t = unsigned int]’:
JS_VRMLClasses.cpp:450:15:   required from ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFVec3f; SFFieldClass = SoSFVec3f; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFVec3f); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’
JS_VRMLClasses.cpp:1936:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
JS_VRMLClasses.cpp:362:17: note: in expansion of macro ‘JSVAL_VOID’
  362 |           val = JSVAL_VOID;
      |                 ^~~~~~~~~~
JS_VRMLClasses.cpp: In instantiation of ‘static void CoinVrmlJsMFHandler::resize(JSContext*, JSObject*, uint32_t) [with MFFieldClass = SoMFVec3d; SFFieldClass = SoSFVec3d; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFVec3d); JSContext = void; JSObject = void; uint32_t = unsigned int]’:
JS_VRMLClasses.cpp:450:15:   required from ‘static JSBool CoinVrmlJsMFHandler::set(JSContext*, JSObject*, jsval, jsval*) [with MFFieldClass = SoMFVec3d; SFFieldClass = SoSFVec3d; CoinVrmlJs::ClassDescriptor* desc = (& CoinVrmlJs::MFVec3d); JSBool = int; JSContext = void; JSObject = void; jsval = long int]’
JS_VRMLClasses.cpp:1947:1:   required from here
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
  218 | #define INT_TO_JSVAL(i)         (((jsval)(i) << 1) | JSVAL_INT)
      |                                  ~~~~~~~~~~~~^~~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
  242 | #define JSVAL_VOID   INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
      |                      ^~~~~~~~~~~~
JS_VRMLClasses.cpp:362:17: note: in expansion of macro ‘JSVAL_VOID’
  362 |           val = JSVAL_VOID;
      |                 ^~~~~~~~~~
ScXMLEvent.cpp: In member function ‘virtual void ScXMLEvent::setEventName(const SbName&)’:
ScXMLEvent.cpp:99:16: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
   99 |   this->name = namearg;
      |                ^~~~~~~
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
                 from ../../include/Inventor/scxml/ScXMLObject.h:39,
                 from ../../include/Inventor/scxml/ScXMLEvent.h:36,
                 from ScXMLEvent.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
ScXMLEvent.cpp: In member function ‘virtual void ScXMLEvent::copyContents(const ScXMLEvent*)’:
ScXMLEvent.cpp:166:21: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  166 |   this->name = rhs->name;
      |                     ^~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
ScXMLStateMachine.cpp: In member function ‘virtual void ScXMLStateMachine::setName(const SbName&)’:
ScXMLStateMachine.cpp:235:25: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  235 |   PRIVATE(this)->name = nameobj;
      |                         ^~~~~~~
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
                 from ../../include/Inventor/scxml/ScXMLObject.h:39,
                 from ../../include/Inventor/scxml/ScXMLEventTarget.h:36,
                 from ../../include/Inventor/scxml/ScXMLStateMachine.h:36,
                 from ScXMLStateMachine.cpp:41:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
ScXMLStateMachine.cpp: In member function ‘virtual void ScXMLStateMachine::setDescription(ScXMLDocument*)’:
ScXMLStateMachine.cpp:262:21: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  262 |       profilename = profile;
      |                     ^~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
ScXMLStateMachine.cpp: In member function ‘virtual void ScXMLStateMachine::setSessionId(const SbName&)’:
ScXMLStateMachine.cpp:297:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  297 |     PRIVATE(this)->sessionid = SbName::empty();
      |                                              ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
ScXMLStateMachine.cpp:300:32: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  300 |     PRIVATE(this)->sessionid = sessionidarg;
      |                                ^~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
ScXMLEventTarget.cpp: In static member function ‘static void ScXMLEventTarget::registerEventTarget(ScXMLEventTarget*, const char*)’:
ScXMLEventTarget.cpp:193:39: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  193 |     targetsessionid = SbName(sessionid);
      |                                       ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
                 from ../../include/Inventor/scxml/ScXMLObject.h:39,
                 from ../../include/Inventor/scxml/ScXMLEventTarget.h:36,
                 from ScXMLEventTarget.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
ScXMLEventTarget.cpp: In static member function ‘static void ScXMLEventTarget::unregisterEventTarget(ScXMLEventTarget*, const char*)’:
ScXMLEventTarget.cpp:251:39: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  251 |     targetsessionid = SbName(sessionid);
      |                                       ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
ScXMLEventTarget.cpp: In static member function ‘static ScXMLEventTarget* ScXMLEventTarget::getEventTarget(const char*, const char*, const char*)’:
ScXMLEventTarget.cpp:313:39: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  313 |     targetsessionid = SbName(sessionid);
      |                                       ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
ScXMLTransitionElt.cpp: In member function ‘virtual void ScXMLTransitionElt::setEventAttribute(const char*)’:
ScXMLTransitionElt.cpp:314:34: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  314 |   this->eventkey = SbName::empty();
      |                                  ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
                 from ../../include/Inventor/scxml/ScXMLObject.h:39,
                 from ../../include/Inventor/scxml/ScXMLElt.h:39,
                 from ../../include/Inventor/scxml/ScXMLTransitionElt.h:36,
                 from ScXMLTransitionElt.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
ScXMLTransitionElt.cpp:331:30: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  331 |       this->eventkey = this->event;
      |                              ^~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
ScXMLTransitionElt.cpp:335:30: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  335 |       this->eventkey = this->event;
      |                              ^~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
mkdir: cannot create directory '.libs': File exists
SoScXMLStateMachine.cpp: In member function ‘virtual void SoScXMLStateMachine::setViewportRegion(const SbViewportRegion&)’:
SoScXMLStateMachine.cpp:139:29: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
  139 |   PRIVATE(this)->viewport = vp;
      |                             ^~
In file included from SoScXMLStateMachine.cpp:51:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
   45 |   SbViewportRegion(const SbViewportRegion & vpReg);
      |   ^~~~~~~~~~~~~~~~
ScXMLCoinEvaluator.cpp: In member function ‘virtual SbBool ScXMLCoinEvaluator::setAtLocation(const char*, ScXMLDataObj*)’:
ScXMLCoinEvaluator.cpp:244:37: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  244 |     fieldname = SbName(location + 12);
      |                                     ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
                 from ../../include/Inventor/scxml/ScXMLObject.h:39,
                 from ../../include/Inventor/scxml/ScXMLEvaluator.h:36,
                 from ../../include/Inventor/scxml/ScXMLCoinEvaluator.h:36,
                 from ScXMLCoinEvaluator.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
ScXMLCoinEvaluator.cpp:254:37: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  254 |     fieldname = SbName(location + 10);
      |                                     ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
ScXMLCoinEvaluator.cpp:257:37: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
  257 |     fieldname = SbName(location + 12);
      |                                     ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
   45 |   SbName(const SbName & name);
      |   ^~~~~~
warning: Tag 'TCL_SUBST' at line 257 of file 'docs/coin.doxygen' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'CLANG_ASSISTED_PARSING' at line 1001 of file 'docs/coin.doxygen' belongs to an option that was not enabled at compile time.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u", or recompile doxygen with this feature enabled.
warning: Tag 'CLANG_OPTIONS' at line 1009 of file 'docs/coin.doxygen' belongs to an option that was not enabled at compile time.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u", or recompile doxygen with this feature enabled.
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 1027 of file 'docs/coin.doxygen' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'HTML_TIMESTAMP' at line 1162 of file 'docs/coin.doxygen' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'FORMULA_TRANSPARENT' at line 1443 of file 'docs/coin.doxygen' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'LATEX_SOURCE_CODE' at line 1715 of file 'docs/coin.doxygen' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'PERL_PATH' at line 2071 of file 'docs/coin.doxygen' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'CLASS_DIAGRAMS' at line 2084 of file 'docs/coin.doxygen' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'MSCGEN_PATH' at line 2093 of file 'docs/coin.doxygen' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOT_FONTNAME' at line 2135 of file 'docs/coin.doxygen' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOT_FONTSIZE' at line 2142 of file 'docs/coin.doxygen' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOT_TRANSPARENT' at line 2342 of file 'docs/coin.doxygen' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value
Using the default: a4!
/var/pisi/coin-4.0.3-6/work/coin/src/misc/CoinResources.cpp:36: warning: Found non-existing group 'coin_internal' for the command '@ingroup', ignoring command
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp:217: warning: Internal inconsistency: scope for class SoIntersectionDetectionAction ::PImpl not found!
/var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoReversePerspectiveCamera.cpp:34: warning: the name 'SoReversePerspectiveCamera.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
/var/pisi/coin-4.0.3-6/work/coin/src/shadows/SoShadowGroup.cpp:34: warning: Found non-existing group 'coin_fxviz' for the command '@ingroup', ignoring command
/var/pisi/coin-4.0.3-6/work/coin/src/errors/debugerror.cpp:72: warning: Documentation for undefined enum 'CC_DEBUGERROR_SEVERITY' found.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/common.cpp:42: warning: Documentation for undefined enum 'cc_threads_implementation' found.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/rwmutex.cpp:46: warning: Documentation for undefined enum 'cc_precedence' found.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/thread.cpp:46: warning: Documentation for undefined enum 'cc_retval' found.
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp:263: warning: no matching class member found for 
  float SoIntersectionDetectionAction::PImpl::staticepsilon
Possible candidates:
  'static float SoIntersectionDetectionAction ::PImpl::staticepsilon' at line 222 of file /var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp:265: warning: no uniquely matching class member found for 
  SoIntersectionDetectionAction::PImpl::PImpl(void)
Possible candidates:
  'friend class SoBase::PImpl' at line 132 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoBase.h
  'SbTesselator::PImpl::PImpl(void)' at line 142 of file /var/pisi/coin-4.0.3-6/work/coin/src/base/SbTesselator.cpp
  'SoIntersectionDetectionAction ::PImpl::PImpl(void)' at line 219 of file /var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp
  'SoScXMLNavigationTarget::PImpl::PImpl(void)' at line 68 of file /var/pisi/coin-4.0.3-6/work/coin/src/navigation/SoScXMLNavigationTarget.cpp
  'ScXMLDataModelElt::PImpl::PImpl(void)' at line 124 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLDataModelElt.cpp
  'ScXMLDocument::PImpl::PImpl(void)' at line 85 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLDocument.cpp
  'ScXMLEvent::PImpl::PImpl(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLEvent.cpp
  'ScXMLEventTarget::PImpl::PImpl(void)' at line 101 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLEventTarget.cpp
  'ScXMLFinalElt::PImpl::PImpl(void)' at line 154 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLFinalElt.cpp
  'ScXMLHistoryElt::PImpl::PImpl(void)' at line 130 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLHistoryElt.cpp
  'ScXMLIfElt::PImpl::PImpl(void)' at line 238 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLIfElt.cpp
  'ScXMLInitialElt::PImpl::PImpl(void)' at line 140 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLInitialElt.cpp
  'ScXMLInvokeElt::PImpl::PImpl(void)' at line 186 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLInvokeElt.cpp
  'ScXMLParallelElt::PImpl::PImpl(void)' at line 478 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLParallelElt.cpp
  'ScXMLStateElt::PImpl::PImpl(void)' at line 495 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLStateElt.cpp
  'ScXMLStateMachine::PImpl::PImpl(void)' at line 108 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLStateMachine.cpp
  'ScXMLTransitionElt::PImpl::PImpl(void)' at line 261 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLTransitionElt.cpp
  'SoScXMLStateMachine::PImpl::PImpl(void)' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/src/soscxml/SoScXMLStateMachine.cpp
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp:279: warning: no uniquely matching class member found for 
  SoIntersectionDetectionAction::PImpl::~PImpl(void)
Possible candidates:
  'SoIntersectionDetectionAction ::PImpl::~PImpl()' at line 220 of file /var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp
  'ScXMLDataModelElt::PImpl::~PImpl(void)' at line 125 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLDataModelElt.cpp
  'ScXMLDocument::PImpl::~PImpl(void)' at line 91 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLDocument.cpp
  'ScXMLElt::PImpl::~PImpl(void)' at line 103 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLElt.cpp
  'ScXMLEvent::PImpl::~PImpl(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLEvent.cpp
  'ScXMLEventTarget::PImpl::~PImpl(void)' at line 102 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLEventTarget.cpp
  'ScXMLIfElt::PImpl::~PImpl(void)' at line 242 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLIfElt.cpp
  'ScXMLInvokeElt::PImpl::~PImpl(void)' at line 187 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLInvokeElt.cpp
  'ScXMLObject::PImpl::~PImpl(void)' at line 80 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLObject.cpp
  'ScXMLOnEntryElt::PImpl::~PImpl(void)' at line 196 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLOnEntryElt.cpp
  'ScXMLOnExitElt::PImpl::~PImpl(void)' at line 196 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLOnExitElt.cpp
  'ScXMLParallelElt::PImpl::~PImpl(void)' at line 488 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLParallelElt.cpp
  'ScXMLScxmlElt::PImpl::~PImpl(void)' at line 251 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLScxmlElt.cpp
  'ScXMLStateElt::PImpl::~PImpl(void)' at line 505 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLStateElt.cpp
  'ScXMLStateMachine::PImpl::~PImpl(void)' at line 119 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLStateMachine.cpp
  'ScXMLTransitionElt::PImpl::~PImpl(void)' at line 262 of file /var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLTransitionElt.cpp
  'SoScXMLStateMachine::PImpl::~PImpl(void)' at line 70 of file /var/pisi/coin-4.0.3-6/work/coin/src/soscxml/SoScXMLStateMachine.cpp
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp:288: warning: no matching class member found for 
  float SoIntersectionDetectionAction::PImpl::getEpsilon(void) const
Possible candidates:
  'float SoIntersectionDetectionAction ::PImpl::getEpsilon(void) const' at line 225 of file /var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp:921: warning: no uniquely matching class member found for 
  SoCallbackAction::Response SoIntersectionDetectionAction::PImpl::shape(SoCallbackAction *action, SoShape *shape)
Possible candidates:
  'SoSFNode SoNodeVisualize::shape' at line 60 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h
  'SoSFNode SoShapeKit::shape' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h
  'SoCallbackAction::Response SoIntersectionDetectionAction ::PImpl::shape(SoCallbackAction *action, SoShape *shape)' at line 239 of file /var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp:945: warning: no matching class member found for 
  SoCallbackAction::Response SoIntersectionDetectionAction::PImpl::shapeCB(void *closure, SoCallbackAction *action, const SoNode *node)
Possible candidates:
  'static SoCallbackAction::Response SoIntersectionDetectionAction ::PImpl::shapeCB(void *closure, SoCallbackAction *action, const SoNode *node)' at line 240 of file /var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp:954: warning: no uniquely matching class member found for 
  SoCallbackAction::Response SoIntersectionDetectionAction::PImpl::traverse(SoCallbackAction *action, const SoNode *node)
Possible candidates:
  'void SoAction::traverse(SoNode *const node)' at line 109 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoAction.h
  'void SoNodeVisualize::traverse(SoProfilerStats *stats)' at line 82 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h
  'void SoChildList::traverse(SoAction *const action)' at line 60 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoChildList.h
  'void SoChildList::traverse(SoAction *const action, const int index)' at line 61 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoChildList.h
  'void SoChildList::traverse(SoAction *const action, SoNode *node)' at line 62 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoChildList.h
  'void SoChildList::traverse(SoAction *const action, const int first, const int last)' at line 63 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoChildList.h
  'SoCallbackAction::Response SoIntersectionDetectionAction ::PImpl::traverse(SoCallbackAction *action, const SoNode *node)' at line 241 of file /var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp:969: warning: no matching class member found for 
  SoCallbackAction::Response SoIntersectionDetectionAction::PImpl::traverseCB(void *closure, SoCallbackAction *action, const SoNode *node)
Possible candidates:
  'static SoCallbackAction::Response SoIntersectionDetectionAction ::PImpl::traverseCB(void *closure, SoCallbackAction *action, const SoNode *node)' at line 242 of file /var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp:975: warning: no uniquely matching class member found for 
  SoCallbackAction::Response SoIntersectionDetectionAction::PImpl::dragger(SoCallbackAction *action, const SoNode *)
Possible candidates:
  'SoDragger * SoDraggerCache::dragger' at line 306 of file /var/pisi/coin-4.0.3-6/work/coin/src/draggers/SoDragger.cpp
  'SoCallbackAction::Response SoIntersectionDetectionAction ::PImpl::dragger(SoCallbackAction *action, const SoNode *node)' at line 243 of file /var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp:996: warning: no matching class member found for 
  SoCallbackAction::Response SoIntersectionDetectionAction::PImpl::draggerCB(void *closure, SoCallbackAction *action, const SoNode *node)
Possible candidates:
  'static SoCallbackAction::Response SoIntersectionDetectionAction ::PImpl::draggerCB(void *closure, SoCallbackAction *action, const SoNode *node)' at line 244 of file /var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp:1002: warning: no matching class member found for 
  SoCallbackAction::Response SoIntersectionDetectionAction::PImpl::pruneCB(void *, SoCallbackAction *, const SoNode *)
Possible candidates:
  'static SoCallbackAction::Response SoIntersectionDetectionAction ::PImpl::pruneCB(void *closure, SoCallbackAction *action, const SoNode *node)' at line 245 of file /var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp:1008: warning: no uniquely matching class member found for 
  void SoIntersectionDetectionAction::PImpl::reset(void)
Possible candidates:
  'SoSFShort SoCounter::reset' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoCounter.h
  'SoSFTrigger SoElapsedTime::reset' at line 57 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoElapsedTime.h
  'SoSFShort SoTimeCounter::reset' at line 57 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTimeCounter.h
  'void SoRayPickAction::reset(void)' at line 91 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoRayPickAction.h
  'void SoSearchAction::reset(void)' at line 72 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoSearchAction.h
  'void SoSTLFileKit::reset(void)' at line 87 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h
  'void SoNodeVisualize::reset()' at line 95 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h
  'void SbProfilingData::reset(void)' at line 125 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h
  'static void SoBBoxModelMatrixElement::reset(SoState *const state, SoNode *const node)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoBBoxModelMatrixElement.h
  'void SoGLLazyElement::reset(SoState *state, uint32_t bitmask) const' at line 75 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h
  'void SoNormalGenerator::reset(const SbBool ccw)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoNormalGenerator.h
  'static void SoScXMLZoomTarget::reset(SoCamera *camera)' at line 66 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h
  'void SbClip::reset(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbClip.h
  'virtual void SoOutput::reset(void)' at line 108 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SoOutput.h
  'void SoIntersectionDetectionAction ::PImpl::reset(void)' at line 247 of file /var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp
  'void SoCompactPathList::reset(void)' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/src/misc/SoCompactPathList.h
  'void SoShaderGenerator::reset(const SbBool freeoldstrings)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/src/misc/SoShaderGenerator.h
  'void SoExtSelectionP::SelectionState::reset(void)' at line 388 of file /var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoExtSelection.cpp
  'static void SoGLBigImageP::reset(SoGLBigImageTls *tls, SoState *state=NULL)' at line 168 of file /var/pisi/coin-4.0.3-6/work/coin/src/rendering/SoGLBigImage.cpp
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp:1167: warning: no matching class member found for 
  void SoIntersectionDetectionAction::PImpl::doIntersectionTesting(void)
Possible candidates:
  'void SoIntersectionDetectionAction ::PImpl::doIntersectionTesting(void)' at line 248 of file /var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp:1320: warning: no matching class member found for 
  void SoIntersectionDetectionAction::PImpl::doPrimitiveIntersectionTesting(PrimitiveData *primitives1, PrimitiveData *primitives2, SbBool &cont)
Possible candidates:
  'void SoIntersectionDetectionAction ::PImpl::doPrimitiveIntersectionTesting(PrimitiveData *primitives1, PrimitiveData *primitives2, SbBool &cont)' at line 249 of file /var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp:1433: warning: no matching class member found for 
  void SoIntersectionDetectionAction::PImpl::doInternalPrimitiveIntersectionTesting(PrimitiveData *primitives, SbBool &cont)
Possible candidates:
  'void SoIntersectionDetectionAction ::PImpl::doInternalPrimitiveIntersectionTesting(PrimitiveData *primitives, SbBool &cont)' at line 250 of file /var/pisi/coin-4.0.3-6/work/coin/src/collision/SoIntersectionDetectionAction.cpp
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_environment.dox:69: warning: Member COIN_PROFILER found in multiple @ingroup groups! The member will be put in group coin_envvars, and not in group coin_profiler
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_environment.dox:106: warning: Member COIN_PROFILER_OVERLAY found in multiple @ingroup groups! The member will be put in group coin_envvars, and not in group coin_profiler
/var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoReversePerspectiveCamera.cpp:82: warning: no uniquely matching class member found for 
  SoType SoReversePerspectiveCamera::getClassTypeId(void)
Possible candidates:
  'static SoType SoAction::getClassTypeId(void)' at line 87 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoAction.h
  'static SoType SoAudioRenderAction::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoAudioRenderAction.h
  'static SoType SoBoxHighlightRenderAction::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoBoxHighlightRenderAction.h
  'static SoType SoCallbackAction::getClassTypeId(void)' at line 83 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoCallbackAction.h
  'static SoType SoGetBoundingBoxAction::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGetBoundingBoxAction.h
  'static SoType SoGetMatrixAction::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGetMatrixAction.h
  'static SoType SoGetPrimitiveCountAction::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGetPrimitiveCountAction.h
  'static SoType SoGlobalSimplifyAction::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGlobalSimplifyAction.h
  'static SoType SoGLRenderAction::getClassTypeId(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGLRenderAction.h
  'static SoType SoHandleEventAction::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoHandleEventAction.h
  'static SoType SoLineHighlightRenderAction::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoLineHighlightRenderAction.h
  'static SoType SoPickAction::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoPickAction.h
  'static SoType SoRayPickAction::getClassTypeId(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoRayPickAction.h
  'static SoType SoReorganizeAction::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h
  'static SoType SoSearchAction::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoSearchAction.h
  'static SoType SoShapeSimplifyAction::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoShapeSimplifyAction.h
  'static SoType SoSimplifyAction::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoSimplifyAction.h
  'static SoType SoToVRML2Action::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoToVRML2Action.h
  'static SoType SoToVRMLAction::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoToVRMLAction.h
  'static SoType SoWriteAction::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoWriteAction.h
  'static SoType SoForeignFileKit::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoForeignFileKit.h
  'static SoType SoSTLFileKit::getClassTypeId(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h
  'static SoType SoGLShadowCullingElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/elements/SoGLShadowCullingElement.h
  'static SoType SoShadowStyleElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/elements/SoShadowStyleElement.h
  'static SoType SoShadowCulling::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowCulling.h
  'static SoType SoShadowDirectionalLight::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowDirectionalLight.h
  'static SoType SoShadowGroup::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowGroup.h
  'static SoType SoShadowSpotLight::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowSpotLight.h
  'static SoType SoShadowStyle::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowStyle.h
  'static SoType SoVectorizeAction::getClassTypeId(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h
  'static SoType SoVectorizePSAction::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizePSAction.h
  'static SoType SoProfilerElement::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/elements/SoProfilerElement.h
  'static SoType SoNodeVisualize::getClassTypeId(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h
  'static SoType SoProfilerOverlayKit::getClassTypeId(void)' at line 10 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h
  'static SoType SoProfilerStats::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodes/SoProfilerStats.h
  'static SoType SoIntersectionDetectionAction::getClassTypeId(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/collision/SoIntersectionDetectionAction.h
  'static SoType SoConeDetail::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoConeDetail.h
  'static SoType SoCubeDetail::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoCubeDetail.h
  'static SoType SoCylinderDetail::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoCylinderDetail.h
  'static SoType SoDetail::getClassTypeId(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoDetail.h
  'static SoType SoFaceDetail::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoFaceDetail.h
  'static SoType SoLineDetail::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoLineDetail.h
  'static SoType SoNodeKitDetail::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoNodeKitDetail.h
  'static SoType SoPointDetail::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoPointDetail.h
  'static SoType SoTextDetail::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoTextDetail.h
  'static SoType SoCenterballDragger::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h
  'static SoType SoDirectionalLightDragger::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDirectionalLightDragger.h
  'static SoType SoDragger::getClassTypeId(void)' at line 65 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h
  'static SoType SoDragPointDragger::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h
  'static SoType SoHandleBoxDragger::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h
  'static SoType SoJackDragger::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoJackDragger.h
  'static SoType SoPointLightDragger::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoPointLightDragger.h
  'static SoType SoRotateCylindricalDragger::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateCylindricalDragger.h
  'static SoType SoRotateDiscDragger::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateDiscDragger.h
  'static SoType SoRotateSphericalDragger::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateSphericalDragger.h
  'static SoType SoScale1Dragger::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale1Dragger.h
  'static SoType SoScale2Dragger::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2Dragger.h
  'static SoType SoScale2UniformDragger::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2UniformDragger.h
  'static SoType SoScaleUniformDragger::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScaleUniformDragger.h
  'static SoType SoSpotLightDragger::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h
  'static SoType SoTabBoxDragger::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h
  'static SoType SoTabPlaneDragger::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h
  'static SoType SoTrackballDragger::getClassTypeId(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h
  'static SoType SoTransformBoxDragger::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h
  'static SoType SoTransformerDragger::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h
  'static SoType SoTranslate1Dragger::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate1Dragger.h
  'static SoType SoTranslate2Dragger::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h
  'static SoType SoAccumulatedElement::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAccumulatedElement.h
  'static SoType SoAmbientColorElement::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAmbientColorElement.h
  'static SoType SoAnnoText3CharOrientElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAnnoText3CharOrientElement.h
  'static SoType SoAnnoText3FontSizeHintElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAnnoText3FontSizeHintElement.h
  'static SoType SoAnnoText3RenderPrintElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAnnoText3RenderPrintElement.h
  'static SoType SoBBoxModelMatrixElement::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoBBoxModelMatrixElement.h
  'static SoType SoBumpMapCoordinateElement::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoBumpMapCoordinateElement.h
  'static SoType SoBumpMapElement::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoBumpMapElement.h
  'static SoType SoBumpMapMatrixElement::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoBumpMapMatrixElement.h
  'static SoType SoCacheElement::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCacheElement.h
  'static SoType SoCacheHintElement::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCacheHintElement.h
  'static SoType SoClipPlaneElement::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoClipPlaneElement.h
  'static SoType SoComplexityElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoComplexityElement.h
  'static SoType SoComplexityTypeElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoComplexityTypeElement.h
  'static SoType SoCoordinateElement::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCoordinateElement.h
  'static SoType SoCreaseAngleElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCreaseAngleElement.h
  'static SoType SoCullElement::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCullElement.h
  'static SoType SoDecimationPercentageElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDecimationPercentageElement.h
  'static SoType SoDecimationTypeElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDecimationTypeElement.h
  'static SoType SoDepthBufferElement::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDepthBufferElement.h
  'static SoType SoDiffuseColorElement::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDiffuseColorElement.h
  'static SoType SoDrawStyleElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDrawStyleElement.h
  'static SoType SoElement::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoElement.h
  'static SoType SoEmissiveColorElement::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoEmissiveColorElement.h
  'static SoType SoEnvironmentElement::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoEnvironmentElement.h
  'static SoType SoFloatElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoFloatElement.h
  'static SoType SoFocalDistanceElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoFocalDistanceElement.h
  'static SoType SoFontNameElement::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoFontNameElement.h
  'static SoType SoFontSizeElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoFontSizeElement.h
  'static SoType SoGeoElement::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGeoElement.h
  'static SoType SoGLCacheContextElement::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLCacheContextElement.h
  'static SoType SoGLClipPlaneElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLClipPlaneElement.h
  'static SoType SoGLColorIndexElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLColorIndexElement.h
  'static SoType SoGLCoordinateElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLCoordinateElement.h
  'static SoType SoGLDepthBufferElement::getClassTypeId(void)' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLDepthBufferElement.h
  'static SoType SoGLDrawStyleElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLDrawStyleElement.h
  'static SoType SoGLEnvironmentElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLEnvironmentElement.h
  'static SoType SoGLLazyElement::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h
  'static SoType SoGLLightIdElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLightIdElement.h
  'static SoType SoGLLinePatternElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLinePatternElement.h
  'static SoType SoGLLineWidthElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLineWidthElement.h
  'static SoType SoGLModelMatrixElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLModelMatrixElement.h
  'static SoType SoGLMultiTextureCoordinateElement::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureCoordinateElement.h
  'static SoType SoGLMultiTextureEnabledElement::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureEnabledElement.h
  'static SoType SoGLMultiTextureImageElement::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureImageElement.h
  'static SoType SoGLMultiTextureMatrixElement::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureMatrixElement.h
  'static SoType SoGLNormalElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLNormalElement.h
  'static SoType SoGLPointSizeElement::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLPointSizeElement.h
  'static SoType SoGLPolygonOffsetElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLPolygonOffsetElement.h
  'static SoType SoGLProjectionMatrixElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLProjectionMatrixElement.h
  'static SoType SoGLRenderPassElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLRenderPassElement.h
  'static SoType SoGLShapeHintsElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLShapeHintsElement.h
  'static SoType SoGLUpdateAreaElement::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLUpdateAreaElement.h
  'static SoType SoGLVBOElement::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLVBOElement.h
  'static SoType SoGLVertexAttributeElement::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLVertexAttributeElement.h
  'static SoType SoGLViewingMatrixElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLViewingMatrixElement.h
  'static SoType SoGLViewportRegionElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLViewportRegionElement.h
  'static SoType SoInt32Element::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoInt32Element.h
  'static SoType SoLazyElement::getClassTypeId(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h
  'static SoType SoLightAttenuationElement::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLightAttenuationElement.h
  'static SoType SoLightElement::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLightElement.h
  'static SoType SoLightModelElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLightModelElement.h
  'static SoType SoLinePatternElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLinePatternElement.h
  'static SoType SoLineWidthElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLineWidthElement.h
  'static SoType SoListenerDopplerElement::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoListenerDopplerElement.h
  'static SoType SoListenerGainElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoListenerGainElement.h
  'static SoType SoListenerOrientationElement::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoListenerOrientationElement.h
  'static SoType SoListenerPositionElement::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoListenerPositionElement.h
  'static SoType SoLocalBBoxMatrixElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLocalBBoxMatrixElement.h
  'static SoType SoMaterialBindingElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMaterialBindingElement.h
  'static SoType SoModelMatrixElement::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoModelMatrixElement.h
  'static SoType SoMultiTextureCoordinateElement::getClassTypeId(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h
  'static SoType SoMultiTextureEnabledElement::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureEnabledElement.h
  'static SoType SoMultiTextureImageElement::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h
  'static SoType SoMultiTextureMatrixElement::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h
  'static SoType SoNormalBindingElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoNormalBindingElement.h
  'static SoType SoNormalElement::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoNormalElement.h
  'static SoType SoOverrideElement::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoOverrideElement.h
  'static SoType SoPickRayElement::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoPickRayElement.h
  'static SoType SoPickStyleElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoPickStyleElement.h
  'static SoType SoPointSizeElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoPointSizeElement.h
  'static SoType SoPolygonOffsetElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoPolygonOffsetElement.h
  'static SoType SoProfileCoordinateElement::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoProfileCoordinateElement.h
  'static SoType SoProfileElement::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoProfileElement.h
  'static SoType SoProjectionMatrixElement::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoProjectionMatrixElement.h
  'static SoType SoReplacedElement::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoReplacedElement.h
  'static SoType SoShapeHintsElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeHintsElement.h
  'static SoType SoShapeStyleElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeStyleElement.h
  'static SoType SoShininessElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShininessElement.h
  'static SoType SoSoundElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoSoundElement.h
  'static SoType SoSpecularColorElement::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoSpecularColorElement.h
  'static SoType SoSwitchElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoSwitchElement.h
  'static SoType SoTextOutlineEnabledElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextOutlineEnabledElement.h
  'static SoType SoTextureCombineElement::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureCombineElement.h
  'static SoType SoTextureCoordinateBindingElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureCoordinateBindingElement.h
  'static SoType SoTextureOverrideElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureOverrideElement.h
  'static SoType SoTextureQualityElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureQualityElement.h
  'static SoType SoTextureUnitElement::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureUnitElement.h
  'static SoType SoTransparencyElement::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTransparencyElement.h
  'static SoType SoUnitsElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoUnitsElement.h
  'static SoType SoVertexAttributeBindingElement::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeBindingElement.h
  'static SoType SoVertexAttributeElement::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h
  'static SoType SoViewingMatrixElement::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoViewingMatrixElement.h
  'static SoType SoViewportRegionElement::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoViewportRegionElement.h
  'static SoType SoViewVolumeElement::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoViewVolumeElement.h
  'static SoType SoWindowElement::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoWindowElement.h
  'static SoType SoBoolOperation::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoBoolOperation.h
  'static SoType SoCalculator::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoCalculator.h
  'static SoType SoComposeMatrix::getClassTypeId(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeMatrix.h
  'static SoType SoComposeRotationFromTo::getClassTypeId(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeRotationFromTo.h
  'static SoType SoComposeRotation::getClassTypeId(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeRotation.h
  'static SoType SoComposeVec2f::getClassTypeId(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec2f.h
  'static SoType SoComposeVec3f::getClassTypeId(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec3f.h
  'static SoType SoComposeVec4f::getClassTypeId(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec4f.h
  'static SoType SoComputeBoundingBox::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComputeBoundingBox.h
  'static SoType SoConcatenate::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoConcatenate.h
  'static SoType SoCounter::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoCounter.h
  'static SoType SoDecomposeMatrix::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeMatrix.h
  'static SoType SoDecomposeRotation::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeRotation.h
  'static SoType SoDecomposeVec2f::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec2f.h
  'static SoType SoDecomposeVec3f::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec3f.h
  'static SoType SoDecomposeVec4f::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec4f.h
  'static SoType SoElapsedTime::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoElapsedTime.h
  'static SoType SoEngine::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoEngine.h
  'static SoType SoFieldConverter::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoFieldConverter.h
  'static SoType SoGate::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoGate.h
  'static SoType SoHeightMapToNormalMap::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoHeightMapToNormalMap.h
  'static SoType SoInterpolateFloat::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateFloat.h
  'static SoType SoInterpolate::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolate.h
  'static SoType SoInterpolateRotation::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateRotation.h
  'static SoType SoInterpolateVec2f::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec2f.h
  'static SoType SoInterpolateVec3f::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec3f.h
  'static SoType SoInterpolateVec4f::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec4f.h
  'static SoType SoNodeEngine::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoNodeEngine.h
  'static SoType SoOneShot::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoOneShot.h
  'static SoType SoOnOff::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoOnOff.h
  'static SoType SoSelectOne::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoSelectOne.h
  'static SoType SoTexture2Convert::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTexture2Convert.h
  'static SoType SoTimeCounter::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTimeCounter.h
  'static SoType SoTransformVec3f::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTransformVec3f.h
  'static SoType SoTriggerAny::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTriggerAny.h
  'static SoType SoDebugError::getClassTypeId(void)' at line 58 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/errors/SoDebugError.h
  'static SoType SoError::getClassTypeId(void)' at line 61 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/errors/SoError.h
  'static SoType SoMemoryError::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/errors/SoMemoryError.h
  'static SoType SoReadError::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/errors/SoReadError.h
  'static SoType SoButtonEvent::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoButtonEvent.h
  'static SoType SoEvent::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoEvent.h
  'static SoType SoKeyboardEvent::getClassTypeId(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoKeyboardEvent.h
  'static SoType SoLocation2Event::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoLocation2Event.h
  'static SoType SoMotion3Event::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoMotion3Event.h
  'static SoType SoMouseButtonEvent::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoMouseButtonEvent.h
  'static SoType SoSpaceballButtonEvent::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoSpaceballButtonEvent.h
  'static SoType SoFieldContainer::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoFieldContainer.h
  'static SoType SoField::getClassTypeId(void)' at line 64 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h
  'static SoType SoMFBitMask::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBitMask.h
  'static SoType SoMFBool::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h
  'static SoType SoMFColor::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h
  'static SoType SoMFColorRGBA::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h
  'static SoType SoMFDouble::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h
  'static SoType SoMFEngine::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h
  'static SoType SoMFEnum::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h
  'static SoType SoMFFloat::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h
  'static SoType SoMField::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h
  'static SoType SoMFInt32::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h
  'static SoType SoMFMatrix::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h
  'static SoType SoMFName::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h
  'static SoType SoMFNode::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h
  'static SoType SoMFPath::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h
  'static SoType SoMFPlane::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h
  'static SoType SoMFRotation::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h
  'static SoType SoMFShort::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h
  'static SoType SoMFString::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h
  'static SoType SoMFTime::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h
  'static SoType SoMFUInt32::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h
  'static SoType SoMFUShort::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h
  'static SoType SoMFVec2b::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h
  'static SoType SoMFVec2d::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h
  'static SoType SoMFVec2f::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h
  'static SoType SoMFVec2i32::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h
  'static SoType SoMFVec2s::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h
  'static SoType SoMFVec3b::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h
  'static SoType SoMFVec3d::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h
  'static SoType SoMFVec3f::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h
  'static SoType SoMFVec3i32::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h
  'static SoType SoMFVec3s::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h
  'static SoType SoMFVec4b::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h
  'static SoType SoMFVec4d::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h
  'static SoType SoMFVec4f::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h
  'static SoType SoMFVec4i32::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h
  'static SoType SoMFVec4s::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h
  'static SoType SoMFVec4ub::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h
  'static SoType SoMFVec4ui32::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h
  'static SoType SoMFVec4us::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h
  'static SoType SoSFBitMask::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBitMask.h
  'static SoType SoSFBool::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBool.h
  'static SoType SoSFBox2d::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2d.h
  'static SoType SoSFBox2f::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2f.h
  'static SoType SoSFBox2i32::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2i32.h
  'static SoType SoSFBox2s::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2s.h
  'static SoType SoSFBox3d::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3d.h
  'static SoType SoSFBox3f::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3f.h
  'static SoType SoSFBox3i32::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3i32.h
  'static SoType SoSFBox3s::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3s.h
  'static SoType SoSFColor::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColor.h
  'static SoType SoSFColorRGBA::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColorRGBA.h
  'static SoType SoSFDouble::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFDouble.h
  'static SoType SoSFEngine::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEngine.h
  'static SoType SoSFEnum::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h
  'static SoType SoSFFloat::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFFloat.h
  'static SoType SoSField::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h
  'static SoType SoSFImage3::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFImage3.h
  'static SoType SoSFImage::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFImage.h
  'static SoType SoSFInt32::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFInt32.h
  'static SoType SoSFMatrix::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFMatrix.h
  'static SoType SoSFName::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFName.h
  'static SoType SoSFNode::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFNode.h
  'static SoType SoSFPath::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPath.h
  'static SoType SoSFPlane::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPlane.h
  'static SoType SoSFRotation::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFRotation.h
  'static SoType SoSFShort::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFShort.h
  'static SoType SoSFString::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFString.h
  'static SoType SoSFTime::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTime.h
  'static SoType SoSFTrigger::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTrigger.h
  'static SoType SoSFUInt32::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUInt32.h
  'static SoType SoSFUShort::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUShort.h
  'static SoType SoSFVec2b::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2b.h
  'static SoType SoSFVec2d::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2d.h
  'static SoType SoSFVec2f::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2f.h
  'static SoType SoSFVec2i32::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2i32.h
  'static SoType SoSFVec2s::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2s.h
  'static SoType SoSFVec3b::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3b.h
  'static SoType SoSFVec3d::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3d.h
  'static SoType SoSFVec3f::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3f.h
  'static SoType SoSFVec3i32::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3i32.h
  'static SoType SoSFVec3s::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3s.h
  'static SoType SoSFVec4b::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4b.h
  'static SoType SoSFVec4d::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4d.h
  'static SoType SoSFVec4f::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4f.h
  'static SoType SoSFVec4i32::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4i32.h
  'static SoType SoSFVec4s::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4s.h
  'static SoType SoSFVec4ub::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ub.h
  'static SoType SoSFVec4ui32::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ui32.h
  'static SoType SoSFVec4us::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4us.h
  'static SoType SoCenterballManip::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoCenterballManip.h
  'static SoType SoClipPlaneManip::getClassTypeId(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoClipPlaneManip.h
  'static SoType SoDirectionalLightManip::getClassTypeId(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoDirectionalLightManip.h
  'static SoType SoHandleBoxManip::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoHandleBoxManip.h
  'static SoType SoJackManip::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoJackManip.h
  'static SoType SoPointLightManip::getClassTypeId(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoPointLightManip.h
  'static SoType SoSpotLightManip::getClassTypeId(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoSpotLightManip.h
  'static SoType SoTabBoxManip::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTabBoxManip.h
  'static SoType SoTrackballManip::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTrackballManip.h
  'static SoType SoTransformBoxManip::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformBoxManip.h
  'static SoType SoTransformerManip::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformerManip.h
  'static SoType SoTransformManip::getClassTypeId(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformManip.h
  'static SoType SoBase::getClassTypeId(void)' at line 58 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoBase.h
  'static SoType SoGLBigImage::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLBigImage.h
  'static SoType SoGLCubeMapImage::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLCubeMapImage.h
  'static SoType SoGLImage::getClassTypeId(void)' at line 59 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLImage.h
  'static SoType SoProto::getClassTypeId(void)' at line 58 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoProto.h
  'static SoType SoProtoInstance::getClassTypeId(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoProtoInstance.h
  'static SoType SoScXMLDollyTarget::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLDollyTarget.h
  'static SoType SoScXMLFlightControlTarget::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h
  'static SoType SoScXMLMiscTarget::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMiscTarget.h
  'static SoType SoScXMLMotionTarget::getClassTypeId(void)' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMotionTarget.h
  'static SoType SoScXMLNavigationTarget::getClassTypeId(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h
  'static SoType SoScXMLPanTarget::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h
  'static SoType SoScXMLRotateTarget::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h
  'static SoType SoScXMLSeekTarget::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSeekTarget.h
  'static SoType SoScXMLSpinTarget::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSpinTarget.h
  'static SoType SoScXMLZoomTarget::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h
  'static SoType SoAppearanceKit::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoAppearanceKit.h
  'static SoType SoBaseKit::getClassTypeId(void)' at line 69 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h
  'static SoType SoCameraKit::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoCameraKit.h
  'static SoType SoInteractionKit::getClassTypeId(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h
  'static SoType SoLightKit::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoLightKit.h
  'static SoType SoNodeKitListPart::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoNodeKitListPart.h
  'static SoType SoSceneKit::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSceneKit.h
  'static SoType SoSeparatorKit::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h
  'static SoType SoShapeKit::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h
  'static SoType SoWrapperKit::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoWrapperKit.h
  'static SoType SoAlphaTest::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAlphaTest.h
  'static SoType SoAnnotation::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAnnotation.h
  'static SoType SoAntiSquish::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAntiSquish.h
  'static SoType SoArray::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoArray.h
  'static SoType SoAsciiText::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAsciiText.h
  'static SoType SoBaseColor::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBaseColor.h
  'static SoType SoBlinker::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBlinker.h
  'static SoType SoBumpMapCoordinate::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapCoordinate.h
  'static SoType SoBumpMap::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMap.h
  'static SoType SoBumpMapTransform::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapTransform.h
  'static SoType SoCacheHint::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCacheHint.h
  'static SoType SoCallback::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCallback.h
  'static SoType SoCamera::getClassTypeId(void)' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCamera.h
  'static SoType SoClipPlane::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoClipPlane.h
  'static SoType SoColorIndex::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoColorIndex.h
  'static SoType SoComplexity::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoComplexity.h
  'static SoType SoCone::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCone.h
  'static SoType SoCoordinate3::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate3.h
  'static SoType SoCoordinate4::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate4.h
  'static SoType SoCube::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCube.h
  'static SoType SoCylinder::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCylinder.h
  'static SoType SoDepthBuffer::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDepthBuffer.h
  'static SoType SoDirectionalLight::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDirectionalLight.h
  'static SoType SoDrawStyle::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDrawStyle.h
  'static SoType SoEnvironment::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEnvironment.h
  'static SoType SoEventCallback::getClassTypeId(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEventCallback.h
  'static SoType SoExtSelection::getClassTypeId(void)' at line 79 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoExtSelection.h
  'static SoType SoFaceSet::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFaceSet.h
  'static SoType SoFile::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFile.h
  'static SoType SoFont::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFont.h
  'static SoType SoFontStyle::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFontStyle.h
  'static SoType SoFragmentShader::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFragmentShader.h
  'static SoType SoFrustumCamera::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFrustumCamera.h
  'static SoType SoGeoCoordinate::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoCoordinate.h
  'static SoType SoGeoLocation::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoLocation.h
  'static SoType SoGeometryShader::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeometryShader.h
  'static SoType SoGeoOrigin::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoOrigin.h
  'static SoType SoGeoSeparator::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoSeparator.h
  'static SoType SoGroup::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGroup.h
  'static SoType SoImage::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoImage.h
  'static SoType SoIndexedFaceSet::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedFaceSet.h
  'static SoType SoIndexedLineSet::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedLineSet.h
  'static SoType SoIndexedMarkerSet::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedMarkerSet.h
  'static SoType SoIndexedNurbsCurve::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsCurve.h
  'static SoType SoIndexedNurbsSurface::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsSurface.h
  'static SoType SoIndexedPointSet::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h
  'static SoType SoIndexedShape::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedShape.h
  'static SoType SoIndexedTriangleStripSet::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedTriangleStripSet.h
  'static SoType SoInfo::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoInfo.h
  'static SoType SoLabel::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLabel.h
  'static SoType SoLevelOfDetail::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLevelOfDetail.h
  'static SoType SoLight::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLight.h
  'static SoType SoLightModel::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLightModel.h
  'static SoType SoLinearProfile::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLinearProfile.h
  'static SoType SoLineSet::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLineSet.h
  'static SoType SoListener::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoListener.h
  'static SoType SoLocateHighlight::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLocateHighlight.h
  'static SoType SoLOD::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLOD.h
  'static SoType SoMarkerSet::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMarkerSet.h
  'static SoType SoMaterialBinding::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterialBinding.h
  'static SoType SoMaterial::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterial.h
  'static SoType SoMatrixTransform::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMatrixTransform.h
  'static SoType SoMultipleCopy::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMultipleCopy.h
  'static SoType SoNode::getClassTypeId(void)' at line 129 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNode.h
  'static SoType SoNonIndexedShape::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNonIndexedShape.h
  'static SoType SoNormalBinding::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormalBinding.h
  'static SoType SoNormal::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormal.h
  'static SoType SoNurbsCurve::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsCurve.h
  'static SoType SoNurbsProfile::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsProfile.h
  'static SoType SoNurbsSurface::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsSurface.h
  'static SoType SoOrthographicCamera::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoOrthographicCamera.h
  'static SoType SoPackedColor::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPackedColor.h
  'static SoType SoPathSwitch::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPathSwitch.h
  'static SoType SoPendulum::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPendulum.h
  'static SoType SoPerspectiveCamera::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPerspectiveCamera.h
  'static SoType SoPickStyle::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPickStyle.h
  'static SoType SoPointLight::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointLight.h
  'static SoType SoPointSet::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointSet.h
  'static SoType SoPolygonOffset::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPolygonOffset.h
  'static SoType SoProfileCoordinate2::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate2.h
  'static SoType SoProfileCoordinate3::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate3.h
  'static SoType SoProfile::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfile.h
  'static SoType SoQuadMesh::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoQuadMesh.h
  'static SoType SoResetTransform::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoResetTransform.h
  'static SoType SoRotation::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotation.h
  'static SoType SoRotationXYZ::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotationXYZ.h
  'static SoType SoRotor::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotor.h
  'static SoType SoScale::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoScale.h
  'static SoType SoSceneTexture2::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTexture2.h
  'static SoType SoSceneTextureCubeMap::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h
  'static SoType SoSelection::getClassTypeId(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSelection.h
  'static SoType SoSeparator::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSeparator.h
  'static SoType SoShaderObject::getClassTypeId(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderObject.h
  'static SoType SoShaderParameter::getClassTypeId(void)' at line 76 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoUniformShaderParameter::getClassTypeId(void)' at line 97 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameter1f::getClassTypeId(void)' at line 120 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameter1i::getClassTypeId(void)' at line 140 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameter2f::getClassTypeId(void)' at line 160 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameter2i::getClassTypeId(void)' at line 180 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameter3f::getClassTypeId(void)' at line 200 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameter3i::getClassTypeId(void)' at line 221 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameter4f::getClassTypeId(void)' at line 242 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameter4i::getClassTypeId(void)' at line 263 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterArray1f::getClassTypeId(void)' at line 284 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterArray1i::getClassTypeId(void)' at line 305 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterArray2f::getClassTypeId(void)' at line 326 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterArray2i::getClassTypeId(void)' at line 346 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterArray3f::getClassTypeId(void)' at line 367 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterArray3i::getClassTypeId(void)' at line 388 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterArray4f::getClassTypeId(void)' at line 409 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterArray4i::getClassTypeId(void)' at line 431 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterMatrix::getClassTypeId(void)' at line 452 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterMatrixArray::getClassTypeId(void)' at line 473 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderStateMatrixParameter::getClassTypeId(void)' at line 494 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderProgram::getClassTypeId(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderProgram.h
  'static SoType SoShape::getClassTypeId(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShape.h
  'static SoType SoShapeHints::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShapeHints.h
  'static SoType SoShuttle::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShuttle.h
  'static SoType SoSphere::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSphere.h
  'static SoType SoSpotLight::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSpotLight.h
  'static SoType SoSurroundScale::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSurroundScale.h
  'static SoType SoSwitch::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSwitch.h
  'static SoType SoText2::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText2.h
  'static SoType SoText3::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText3.h
  'static SoType SoTexture2::getClassTypeId(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2.h
  'static SoType SoTexture2Transform::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2Transform.h
  'static SoType SoTexture3::getClassTypeId(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3.h
  'static SoType SoTexture3Transform::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3Transform.h
  'static SoType SoTextureCombine::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h
  'static SoType SoTextureCoordinate2::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate2.h
  'static SoType SoTextureCoordinate3::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate3.h
  'static SoType SoTextureCoordinateBinding::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateBinding.h
  'static SoType SoTextureCoordinateCube::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCube.h
  'static SoType SoTextureCoordinateCylinder::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCylinder.h
  'static SoType SoTextureCoordinateDefault::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateDefault.h
  'static SoType SoTextureCoordinateEnvironment::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateEnvironment.h
  'static SoType SoTextureCoordinateFunction::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateFunction.h
  'static SoType SoTextureCoordinateNormalMap::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateNormalMap.h
  'static SoType SoTextureCoordinateObject::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateObject.h
  'static SoType SoTextureCoordinatePlane::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinatePlane.h
  'static SoType SoTextureCoordinateReflectionMap::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateReflectionMap.h
  'static SoType SoTextureCoordinateSphere::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateSphere.h
  'static SoType SoTextureCubeMap::getClassTypeId(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCubeMap.h
  'static SoType SoTexture::getClassTypeId(void)' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture.h
  'static SoType SoTextureMatrixTransform::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureMatrixTransform.h
  'static SoType SoTextureScalePolicy::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureScalePolicy.h
  'static SoType SoTextureUnit::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureUnit.h
  'static SoType SoTransformation::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformation.h
  'static SoType SoTransform::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransform.h
  'static SoType SoTransformSeparator::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformSeparator.h
  'static SoType SoTranslation::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTranslation.h
  'static SoType SoTransparencyType::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransparencyType.h
  'static SoType SoTriangleStripSet::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTriangleStripSet.h
  'static SoType SoUnits::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoUnits.h
  'static SoType SoVertexAttributeBinding::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttributeBinding.h
  'static SoType SoVertexAttribute::getClassTypeId(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttribute.h
  'static SoType SoVertexProperty::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexProperty.h
  'static SoType SoVertexShader::getClassTypeId(void)' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShader.h
  'static SoType SoVertexShape::getClassTypeId(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShape.h
  'static SoType SoWWWAnchor::getClassTypeId(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWAnchor.h
  'static SoType SoWWWInline::getClassTypeId(void)' at line 60 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWInline.h
  'static SoType ScXMLAbstractStateElt::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h
  'static SoType ScXMLAnchorElt::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAnchorElt.h
  'static SoType ScXMLAssignElt::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h
  'static SoType ScXMLCoinEvaluator::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static SoType ScXMLCoinEqualsOpExprDataObj::getClassTypeId(void)' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static SoType ScXMLCoinAddOpExprDataObj::getClassTypeId(void)' at line 79 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static SoType ScXMLCoinSubtractOpExprDataObj::getClassTypeId(void)' at line 91 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static SoType ScXMLCoinMultiplyOpExprDataObj::getClassTypeId(void)' at line 105 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static SoType ScXMLCoinDivideOpExprDataObj::getClassTypeId(void)' at line 117 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static SoType ScXMLCoinLengthFuncExprDataObj::getClassTypeId(void)' at line 129 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static SoType ScXMLContentElt::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLContentElt.h
  'static SoType ScXMLDataElt::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h
  'static SoType ScXMLDataModelElt::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h
  'static SoType ScXMLDocument::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDocument.h
  'static SoType ScXMLECMAScriptEvaluator::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLECMAScriptEvaluator.h
  'static SoType ScXMLElseElt::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseElt.h
  'static SoType ScXMLElseIfElt::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseIfElt.h
  'static SoType ScXMLElt::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h
  'static SoType ScXMLEvaluator::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLDataObj::getClassTypeId(void)' at line 78 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLConstantDataObj::getClassTypeId(void)' at line 96 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLStringDataObj::getClassTypeId(void)' at line 109 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLRealDataObj::getClassTypeId(void)' at line 134 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLBoolDataObj::getClassTypeId(void)' at line 159 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLSbDataObj::getClassTypeId(void)' at line 184 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLXMLDataObj::getClassTypeId(void)' at line 209 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLExprDataObj::getClassTypeId(void)' at line 224 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLReferenceDataObj::getClassTypeId(void)' at line 245 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLAndOpExprDataObj::getClassTypeId(void)' at line 272 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLOrOpExprDataObj::getClassTypeId(void)' at line 299 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLNotOpExprDataObj::getClassTypeId(void)' at line 326 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLEqualsOpExprDataObj::getClassTypeId(void)' at line 351 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLAddOpExprDataObj::getClassTypeId(void)' at line 381 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLSubtractOpExprDataObj::getClassTypeId(void)' at line 408 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLMultiplyOpExprDataObj::getClassTypeId(void)' at line 435 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLDivideOpExprDataObj::getClassTypeId(void)' at line 462 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLNegateOpExprDataObj::getClassTypeId(void)' at line 489 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLEventElt::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventElt.h
  'static SoType ScXMLEvent::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h
  'static SoType ScXMLEventTarget::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h
  'static SoType ScXMLExecutableElt::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h
  'static SoType ScXMLFinalElt::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalElt.h
  'static SoType ScXMLFinalizeElt::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalizeElt.h
  'static SoType ScXMLHistoryElt::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h
  'static SoType ScXMLIfElt::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h
  'static SoType ScXMLInitialElt::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInitialElt.h
  'static SoType ScXMLInvokeElt::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h
  'static SoType ScXMLLogElt::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h
  'static SoType ScXMLMinimumEvaluator::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'static SoType ScXMLMinimumExprDataObj::getClassTypeId(void)' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'static SoType ScXMLInExprDataObj::getClassTypeId(void)' at line 77 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'static SoType ScXMLAppendOpExprDataObj::getClassTypeId(void)' at line 101 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'static SoType ScXMLObject::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLObject.h
  'static SoType ScXMLOnEntryElt::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnEntryElt.h
  'static SoType ScXMLOnExitElt::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnExitElt.h
  'static SoType ScXMLParallelElt::getClassTypeId(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h
  'static SoType ScXMLParamElt::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParamElt.h
  'static SoType ScXMLScriptElt::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScriptElt.h
  'static SoType ScXMLScxmlElt::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h
  'static SoType ScXMLSendElt::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h
  'static SoType ScXMLStateElt::getClassTypeId(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h
  'static SoType ScXMLStateMachine::getClassTypeId(void)' at line 63 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h
  'static SoType ScXMLTransitionElt::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h
  'static SoType ScXMLValidateElt::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLValidateElt.h
  'static SoType ScXMLXPathEvaluator::getClassTypeId(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLXPathEvaluator.h
  'static SoType SoScXMLEvent::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLEvent.h
  'static SoType SoScXMLStateMachine::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLStateMachine.h
  'static SoType SoPath::getClassTypeId(void)' at line 64 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SoPath.h
  'static SoType SoVRMLAnchor::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAnchor.h
  'static SoType SoVRMLAppearance::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAppearance.h
  'static SoType SoVRMLAudioClip::getClassTypeId(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h
  'static SoType SoVRMLBackground::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h
  'static SoType SoVRMLBillboard::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBillboard.h
  'static SoType SoVRMLBox::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBox.h
  'static SoType SoVRMLCollision::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCollision.h
  'static SoType SoVRMLColor::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColor.h
  'static SoType SoVRMLColorInterpolator::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColorInterpolator.h
  'static SoType SoVRMLCone::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCone.h
  'static SoType SoVRMLCoordinate::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinate.h
  'static SoType SoVRMLCoordinateInterpolator::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinateInterpolator.h
  'static SoType SoVRMLCylinder::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinder.h
  'static SoType SoVRMLCylinderSensor::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinderSensor.h
  'static SoType SoVRMLDirectionalLight::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDirectionalLight.h
  'static SoType SoVRMLDragSensor::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDragSensor.h
  'static SoType SoVRMLElevationGrid::getClassTypeId(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLElevationGrid.h
  'static SoType SoVRMLExtrusion::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h
  'static SoType SoVRMLFog::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFog.h
  'static SoType SoVRMLFontStyle::getClassTypeId(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h
  'static SoType SoVRMLGeometry::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGeometry.h
  'static SoType SoVRMLGroup::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h
  'static SoType SoVRMLImageTexture::getClassTypeId(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLImageTexture.h
  'static SoType SoVRMLIndexedFaceSet::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedFaceSet.h
  'static SoType SoVRMLIndexedLine::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h
  'static SoType SoVRMLIndexedLineSet::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLineSet.h
  'static SoType SoVRMLIndexedShape::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedShape.h
  'static SoType SoVRMLInline::getClassTypeId(void)' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInline.h
  'static SoType SoVRMLInterpolator::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInterpolator.h
  'static SoType SoVRMLLight::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLight.h
  'static SoType SoVRMLLOD::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLOD.h
  'static SoType SoVRMLMaterial::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMaterial.h
  'static SoType SoVRMLMovieTexture::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMovieTexture.h
  'static SoType SoVRMLNavigationInfo::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNavigationInfo.h
  'static SoType SoVRMLNormal::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormal.h
  'static SoType SoVRMLNormalInterpolator::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormalInterpolator.h
  'static SoType SoVRMLOrientationInterpolator::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLOrientationInterpolator.h
  'static SoType SoVRMLParent::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLParent.h
  'static SoType SoVRMLPixelTexture::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPixelTexture.h
  'static SoType SoVRMLPlaneSensor::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPlaneSensor.h
  'static SoType SoVRMLPointLight::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointLight.h
  'static SoType SoVRMLPointSet::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointSet.h
  'static SoType SoVRMLPositionInterpolator::getClassTypeId(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPositionInterpolator.h
  'static SoType SoVRMLProximitySensor::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLProximitySensor.h
  'static SoType SoVRMLScalarInterpolator::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScalarInterpolator.h
  'static SoType SoVRMLScript::getClassTypeId(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScript.h
  'static SoType SoVRMLSensor::getClassTypeId(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h
  'static SoType SoVRMLShape::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLShape.h
  'static SoType SoVRMLSound::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSound.h
  'static SoType SoVRMLSphere::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphere.h
  'static SoType SoVRMLSphereSensor::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphereSensor.h
  'static SoType SoVRMLSpotLight::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSpotLight.h
  'static SoType SoVRMLSwitch::getClassTypeId(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSwitch.h
  'static SoType SoVRMLText::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLText.h
  'static SoType SoVRMLTextureCoordinate::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureCoordinate.h
  'static SoType SoVRMLTexture::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTexture.h
  'static SoType SoVRMLTextureTransform::getClassTypeId(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureTransform.h
  'static SoType SoVRMLTimeSensor::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTimeSensor.h
  'static SoType SoVRMLTouchSensor::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTouchSensor.h
  'static SoType SoVRMLTransform::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTransform.h
  'static SoType SoVRMLVertexLine::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexLine.h
  'static SoType SoVRMLVertexPoint::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexPoint.h
  'static SoType SoVRMLVertexShape::getClassTypeId(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h
  'static SoType SoVRMLViewpoint::getClassTypeId(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLViewpoint.h
  'static SoType SoVRMLVisibilitySensor::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVisibilitySensor.h
  'static SoType SoVRMLWorldInfo::getClassTypeId(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLWorldInfo.h
  'static SoType SoResetMatrixElement::getClassTypeId(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/src/elements/GL/SoResetMatrixElement.h
  'static SoType SoTextureScalePolicyElement::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/src/elements/SoTextureScalePolicyElement.h
  'static SoType SoTextureScaleQualityElement::getClassTypeId(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/src/elements/SoTextureScaleQualityElement.h
  'static SoType SoPackedColorV20::getClassTypeId(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoPackedColorV20.h
  'static SoType SoShapeHintsV10::getClassTypeId(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoShapeHintsV10.h
/var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoReversePerspectiveCamera.cpp:82: warning: no uniquely matching class member found for 
  SoType SoReversePerspectiveCamera::getTypeId(void) const
Possible candidates:
  'virtual SoType SoAction::getTypeId(void) const =0' at line 88 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoAction.h
  'virtual SoType SoAudioRenderAction::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoAudioRenderAction.h
  'virtual SoType SoBoxHighlightRenderAction::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoBoxHighlightRenderAction.h
  'virtual SoType SoCallbackAction::getTypeId(void) const' at line 83 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoCallbackAction.h
  'virtual SoType SoGetBoundingBoxAction::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGetBoundingBoxAction.h
  'virtual SoType SoGetMatrixAction::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGetMatrixAction.h
  'virtual SoType SoGetPrimitiveCountAction::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGetPrimitiveCountAction.h
  'virtual SoType SoGlobalSimplifyAction::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGlobalSimplifyAction.h
  'virtual SoType SoGLRenderAction::getTypeId(void) const' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGLRenderAction.h
  'virtual SoType SoHandleEventAction::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoHandleEventAction.h
  'virtual SoType SoLineHighlightRenderAction::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoLineHighlightRenderAction.h
  'virtual SoType SoPickAction::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoPickAction.h
  'virtual SoType SoRayPickAction::getTypeId(void) const' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoRayPickAction.h
  'virtual SoType SoReorganizeAction::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h
  'virtual SoType SoSearchAction::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoSearchAction.h
  'virtual SoType SoShapeSimplifyAction::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoShapeSimplifyAction.h
  'virtual SoType SoSimplifyAction::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoSimplifyAction.h
  'virtual SoType SoToVRML2Action::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoToVRML2Action.h
  'virtual SoType SoToVRMLAction::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoToVRMLAction.h
  'virtual SoType SoWriteAction::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoWriteAction.h
  'virtual SoType SoForeignFileKit::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoForeignFileKit.h
  'virtual SoType SoSTLFileKit::getTypeId(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h
  'virtual SoType SoShadowCulling::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowCulling.h
  'virtual SoType SoShadowDirectionalLight::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowDirectionalLight.h
  'virtual SoType SoShadowGroup::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowGroup.h
  'virtual SoType SoShadowSpotLight::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowSpotLight.h
  'virtual SoType SoShadowStyle::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowStyle.h
  'virtual SoType SoVectorizeAction::getTypeId(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h
  'virtual SoType SoVectorizePSAction::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizePSAction.h
  'virtual SoType SoNodeVisualize::getTypeId(void) const' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h
  'virtual SoType SoProfilerOverlayKit::getTypeId(void) const' at line 10 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h
  'virtual SoType SoProfilerStats::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodes/SoProfilerStats.h
  'virtual SoType SoIntersectionDetectionAction::getTypeId(void) const' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/collision/SoIntersectionDetectionAction.h
  'virtual SoType SoConeDetail::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoConeDetail.h
  'virtual SoType SoCubeDetail::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoCubeDetail.h
  'virtual SoType SoCylinderDetail::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoCylinderDetail.h
  'virtual SoType SoDetail::getTypeId(void) const =0' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoDetail.h
  'virtual SoType SoFaceDetail::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoFaceDetail.h
  'virtual SoType SoLineDetail::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoLineDetail.h
  'virtual SoType SoNodeKitDetail::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoNodeKitDetail.h
  'virtual SoType SoPointDetail::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoPointDetail.h
  'virtual SoType SoTextDetail::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoTextDetail.h
  'virtual SoType SoCenterballDragger::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h
  'virtual SoType SoDirectionalLightDragger::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDirectionalLightDragger.h
  'virtual SoType SoDragger::getTypeId(void) const' at line 65 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h
  'virtual SoType SoDragPointDragger::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h
  'virtual SoType SoHandleBoxDragger::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h
  'virtual SoType SoJackDragger::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoJackDragger.h
  'virtual SoType SoPointLightDragger::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoPointLightDragger.h
  'virtual SoType SoRotateCylindricalDragger::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateCylindricalDragger.h
  'virtual SoType SoRotateDiscDragger::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateDiscDragger.h
  'virtual SoType SoRotateSphericalDragger::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateSphericalDragger.h
  'virtual SoType SoScale1Dragger::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale1Dragger.h
  'virtual SoType SoScale2Dragger::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2Dragger.h
  'virtual SoType SoScale2UniformDragger::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2UniformDragger.h
  'virtual SoType SoScaleUniformDragger::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScaleUniformDragger.h
  'virtual SoType SoSpotLightDragger::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h
  'virtual SoType SoTabBoxDragger::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h
  'virtual SoType SoTabPlaneDragger::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h
  'virtual SoType SoTrackballDragger::getTypeId(void) const' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h
  'virtual SoType SoTransformBoxDragger::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h
  'virtual SoType SoTransformerDragger::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h
  'virtual SoType SoTranslate1Dragger::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate1Dragger.h
  'virtual SoType SoTranslate2Dragger::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h
  'const SoType SoElement::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoElement.h
  'virtual SoType SoBoolOperation::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoBoolOperation.h
  'virtual SoType SoCalculator::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoCalculator.h
  'virtual SoType SoComposeMatrix::getTypeId(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeMatrix.h
  'virtual SoType SoComposeRotationFromTo::getTypeId(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeRotationFromTo.h
  'virtual SoType SoComposeRotation::getTypeId(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeRotation.h
  'virtual SoType SoComposeVec2f::getTypeId(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec2f.h
  'virtual SoType SoComposeVec3f::getTypeId(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec3f.h
  'virtual SoType SoComposeVec4f::getTypeId(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec4f.h
  'virtual SoType SoComputeBoundingBox::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComputeBoundingBox.h
  'virtual SoType SoConcatenate::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoConcatenate.h
  'virtual SoType SoCounter::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoCounter.h
  'virtual SoType SoDecomposeMatrix::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeMatrix.h
  'virtual SoType SoDecomposeRotation::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeRotation.h
  'virtual SoType SoDecomposeVec2f::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec2f.h
  'virtual SoType SoDecomposeVec3f::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec3f.h
  'virtual SoType SoDecomposeVec4f::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec4f.h
  'virtual SoType SoElapsedTime::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoElapsedTime.h
  'virtual SoType SoFieldConverter::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoFieldConverter.h
  'virtual SoType SoGate::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoGate.h
  'virtual SoType SoHeightMapToNormalMap::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoHeightMapToNormalMap.h
  'virtual SoType SoInterpolateFloat::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateFloat.h
  'virtual SoType SoInterpolate::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolate.h
  'virtual SoType SoInterpolateRotation::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateRotation.h
  'virtual SoType SoInterpolateVec2f::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec2f.h
  'virtual SoType SoInterpolateVec3f::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec3f.h
  'virtual SoType SoInterpolateVec4f::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec4f.h
  'virtual SoType SoOneShot::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoOneShot.h
  'virtual SoType SoOnOff::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoOnOff.h
  'virtual SoType SoSelectOne::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoSelectOne.h
  'virtual SoType SoTexture2Convert::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTexture2Convert.h
  'virtual SoType SoTimeCounter::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTimeCounter.h
  'virtual SoType SoTransformVec3f::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTransformVec3f.h
  'virtual SoType SoTriggerAny::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTriggerAny.h
  'virtual SoType SoDebugError::getTypeId(void) const' at line 59 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/errors/SoDebugError.h
  'virtual SoType SoError::getTypeId(void) const' at line 62 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/errors/SoError.h
  'virtual SoType SoMemoryError::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/errors/SoMemoryError.h
  'virtual SoType SoReadError::getTypeId(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/errors/SoReadError.h
  'virtual SoType SoButtonEvent::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoButtonEvent.h
  'virtual SoType SoEvent::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoEvent.h
  'virtual SoType SoKeyboardEvent::getTypeId(void) const' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoKeyboardEvent.h
  'virtual SoType SoLocation2Event::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoLocation2Event.h
  'virtual SoType SoMotion3Event::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoMotion3Event.h
  'virtual SoType SoMouseButtonEvent::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoMouseButtonEvent.h
  'virtual SoType SoSpaceballButtonEvent::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoSpaceballButtonEvent.h
  'virtual SoType SoField::getTypeId(void) const =0' at line 62 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h
  'virtual SoType SoMFBitMask::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBitMask.h
  'virtual SoType SoMFBool::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h
  'virtual SoType SoMFColor::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h
  'virtual SoType SoMFColorRGBA::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h
  'virtual SoType SoMFDouble::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h
  'virtual SoType SoMFEngine::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h
  'virtual SoType SoMFEnum::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h
  'virtual SoType SoMFFloat::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h
  'virtual SoType SoMFInt32::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h
  'virtual SoType SoMFMatrix::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h
  'virtual SoType SoMFName::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h
  'virtual SoType SoMFNode::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h
  'virtual SoType SoMFPath::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h
  'virtual SoType SoMFPlane::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h
  'virtual SoType SoMFRotation::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h
  'virtual SoType SoMFShort::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h
  'virtual SoType SoMFString::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h
  'virtual SoType SoMFTime::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h
  'virtual SoType SoMFUInt32::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h
  'virtual SoType SoMFUShort::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h
  'virtual SoType SoMFVec2b::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h
  'virtual SoType SoMFVec2d::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h
  'virtual SoType SoMFVec2f::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h
  'virtual SoType SoMFVec2i32::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h
  'virtual SoType SoMFVec2s::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h
  'virtual SoType SoMFVec3b::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h
  'virtual SoType SoMFVec3d::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h
  'virtual SoType SoMFVec3f::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h
  'virtual SoType SoMFVec3i32::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h
  'virtual SoType SoMFVec3s::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h
  'virtual SoType SoMFVec4b::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h
  'virtual SoType SoMFVec4d::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h
  'virtual SoType SoMFVec4f::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h
  'virtual SoType SoMFVec4i32::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h
  'virtual SoType SoMFVec4s::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h
  'virtual SoType SoMFVec4ub::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h
  'virtual SoType SoMFVec4ui32::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h
  'virtual SoType SoMFVec4us::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h
  'virtual SoType SoSFBitMask::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBitMask.h
  'virtual SoType SoSFBool::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBool.h
  'virtual SoType SoSFBox2d::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2d.h
  'virtual SoType SoSFBox2f::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2f.h
  'virtual SoType SoSFBox2i32::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2i32.h
  'virtual SoType SoSFBox2s::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2s.h
  'virtual SoType SoSFBox3d::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3d.h
  'virtual SoType SoSFBox3f::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3f.h
  'virtual SoType SoSFBox3i32::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3i32.h
  'virtual SoType SoSFBox3s::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3s.h
  'virtual SoType SoSFColor::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColor.h
  'virtual SoType SoSFColorRGBA::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColorRGBA.h
  'virtual SoType SoSFDouble::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFDouble.h
  'virtual SoType SoSFEngine::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEngine.h
  'virtual SoType SoSFEnum::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h
  'virtual SoType SoSFFloat::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFFloat.h
  'virtual SoType SoSFImage3::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFImage3.h
  'virtual SoType SoSFImage::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFImage.h
  'virtual SoType SoSFInt32::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFInt32.h
  'virtual SoType SoSFMatrix::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFMatrix.h
  'virtual SoType SoSFName::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFName.h
  'virtual SoType SoSFNode::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFNode.h
  'virtual SoType SoSFPath::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPath.h
  'virtual SoType SoSFPlane::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPlane.h
  'virtual SoType SoSFRotation::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFRotation.h
  'virtual SoType SoSFShort::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFShort.h
  'virtual SoType SoSFString::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFString.h
  'virtual SoType SoSFTime::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTime.h
  'virtual SoType SoSFTrigger::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTrigger.h
  'virtual SoType SoSFUInt32::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUInt32.h
  'virtual SoType SoSFUShort::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUShort.h
  'virtual SoType SoSFVec2b::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2b.h
  'virtual SoType SoSFVec2d::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2d.h
  'virtual SoType SoSFVec2f::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2f.h
  'virtual SoType SoSFVec2i32::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2i32.h
  'virtual SoType SoSFVec2s::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2s.h
  'virtual SoType SoSFVec3b::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3b.h
  'virtual SoType SoSFVec3d::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3d.h
  'virtual SoType SoSFVec3f::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3f.h
  'virtual SoType SoSFVec3i32::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3i32.h
  'virtual SoType SoSFVec3s::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3s.h
  'virtual SoType SoSFVec4b::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4b.h
  'virtual SoType SoSFVec4d::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4d.h
  'virtual SoType SoSFVec4f::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4f.h
  'virtual SoType SoSFVec4i32::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4i32.h
  'virtual SoType SoSFVec4s::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4s.h
  'virtual SoType SoSFVec4ub::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ub.h
  'virtual SoType SoSFVec4ui32::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ui32.h
  'virtual SoType SoSFVec4us::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4us.h
  'virtual SoType SoCenterballManip::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoCenterballManip.h
  'virtual SoType SoClipPlaneManip::getTypeId(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoClipPlaneManip.h
  'virtual SoType SoDirectionalLightManip::getTypeId(void) const' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoDirectionalLightManip.h
  'virtual SoType SoHandleBoxManip::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoHandleBoxManip.h
  'virtual SoType SoJackManip::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoJackManip.h
  'virtual SoType SoPointLightManip::getTypeId(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoPointLightManip.h
  'virtual SoType SoSpotLightManip::getTypeId(void) const' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoSpotLightManip.h
  'virtual SoType SoTabBoxManip::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTabBoxManip.h
  'virtual SoType SoTrackballManip::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTrackballManip.h
  'virtual SoType SoTransformBoxManip::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformBoxManip.h
  'virtual SoType SoTransformerManip::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformerManip.h
  'virtual SoType SoTransformManip::getTypeId(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformManip.h
  'virtual SoType SoBase::getTypeId(void) const =0' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoBase.h
  'virtual SoType SoGLBigImage::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLBigImage.h
  'virtual SoType SoGLCubeMapImage::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLCubeMapImage.h
  'virtual SoType SoGLImage::getTypeId(void) const' at line 60 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLImage.h
  'virtual SoType SoProto::getTypeId(void) const' at line 57 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoProto.h
  'virtual SoType SoProtoInstance::getTypeId(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoProtoInstance.h
  'virtual SoType SoScXMLDollyTarget::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLDollyTarget.h
  'virtual SoType SoScXMLFlightControlTarget::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h
  'virtual SoType SoScXMLMiscTarget::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMiscTarget.h
  'virtual SoType SoScXMLMotionTarget::getTypeId(void) const' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMotionTarget.h
  'virtual SoType SoScXMLNavigationTarget::getTypeId(void) const =0' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h
  'virtual SoType SoScXMLPanTarget::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h
  'virtual SoType SoScXMLRotateTarget::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h
  'virtual SoType SoScXMLSeekTarget::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSeekTarget.h
  'virtual SoType SoScXMLSpinTarget::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSpinTarget.h
  'virtual SoType SoScXMLZoomTarget::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h
  'virtual SoType SoAppearanceKit::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoAppearanceKit.h
  'virtual SoType SoBaseKit::getTypeId(void) const' at line 69 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h
  'virtual SoType SoCameraKit::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoCameraKit.h
  'virtual SoType SoInteractionKit::getTypeId(void) const' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h
  'virtual SoType SoLightKit::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoLightKit.h
  'virtual SoType SoNodeKitListPart::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoNodeKitListPart.h
  'virtual SoType SoSceneKit::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSceneKit.h
  'virtual SoType SoSeparatorKit::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h
  'virtual SoType SoShapeKit::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h
  'virtual SoType SoWrapperKit::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoWrapperKit.h
  'virtual SoType SoAlphaTest::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAlphaTest.h
  'virtual SoType SoAnnotation::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAnnotation.h
  'virtual SoType SoAntiSquish::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAntiSquish.h
  'virtual SoType SoArray::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoArray.h
  'virtual SoType SoAsciiText::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAsciiText.h
  'virtual SoType SoBaseColor::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBaseColor.h
  'virtual SoType SoBlinker::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBlinker.h
  'virtual SoType SoBumpMapCoordinate::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapCoordinate.h
  'virtual SoType SoBumpMap::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMap.h
  'virtual SoType SoBumpMapTransform::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapTransform.h
  'virtual SoType SoCacheHint::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCacheHint.h
  'virtual SoType SoCallback::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCallback.h
  'virtual SoType SoCamera::getTypeId(void) const' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCamera.h
  'virtual SoType SoClipPlane::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoClipPlane.h
  'virtual SoType SoColorIndex::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoColorIndex.h
  'virtual SoType SoComplexity::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoComplexity.h
  'virtual SoType SoCone::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCone.h
  'virtual SoType SoCoordinate3::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate3.h
  'virtual SoType SoCoordinate4::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate4.h
  'virtual SoType SoCube::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCube.h
  'virtual SoType SoCylinder::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCylinder.h
  'virtual SoType SoDepthBuffer::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDepthBuffer.h
  'virtual SoType SoDirectionalLight::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDirectionalLight.h
  'virtual SoType SoDrawStyle::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDrawStyle.h
  'virtual SoType SoEnvironment::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEnvironment.h
  'virtual SoType SoEventCallback::getTypeId(void) const' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEventCallback.h
  'virtual SoType SoExtSelection::getTypeId(void) const' at line 79 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoExtSelection.h
  'virtual SoType SoFaceSet::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFaceSet.h
  'virtual SoType SoFile::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFile.h
  'virtual SoType SoFont::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFont.h
  'virtual SoType SoFontStyle::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFontStyle.h
  'virtual SoType SoFragmentShader::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFragmentShader.h
  'virtual SoType SoFrustumCamera::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFrustumCamera.h
  'virtual SoType SoGeoCoordinate::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoCoordinate.h
  'virtual SoType SoGeoLocation::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoLocation.h
  'virtual SoType SoGeometryShader::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeometryShader.h
  'virtual SoType SoGeoOrigin::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoOrigin.h
  'virtual SoType SoGeoSeparator::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoSeparator.h
  'virtual SoType SoGroup::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGroup.h
  'virtual SoType SoImage::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoImage.h
  'virtual SoType SoIndexedFaceSet::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedFaceSet.h
  'virtual SoType SoIndexedLineSet::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedLineSet.h
  'virtual SoType SoIndexedMarkerSet::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedMarkerSet.h
  'virtual SoType SoIndexedNurbsCurve::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsCurve.h
  'virtual SoType SoIndexedNurbsSurface::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsSurface.h
  'virtual SoType SoIndexedPointSet::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h
  'virtual SoType SoIndexedShape::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedShape.h
  'virtual SoType SoIndexedTriangleStripSet::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedTriangleStripSet.h
  'virtual SoType SoInfo::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoInfo.h
  'virtual SoType SoLabel::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLabel.h
  'virtual SoType SoLevelOfDetail::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLevelOfDetail.h
  'virtual SoType SoLight::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLight.h
  'virtual SoType SoLightModel::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLightModel.h
  'virtual SoType SoLinearProfile::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLinearProfile.h
  'virtual SoType SoLineSet::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLineSet.h
  'virtual SoType SoListener::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoListener.h
  'virtual SoType SoLocateHighlight::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLocateHighlight.h
  'virtual SoType SoLOD::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLOD.h
  'virtual SoType SoMarkerSet::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMarkerSet.h
  'virtual SoType SoMaterialBinding::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterialBinding.h
  'virtual SoType SoMaterial::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterial.h
  'virtual SoType SoMatrixTransform::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMatrixTransform.h
  'virtual SoType SoMultipleCopy::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMultipleCopy.h
  'virtual SoType SoNonIndexedShape::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNonIndexedShape.h
  'virtual SoType SoNormalBinding::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormalBinding.h
  'virtual SoType SoNormal::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormal.h
  'virtual SoType SoNurbsCurve::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsCurve.h
  'virtual SoType SoNurbsProfile::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsProfile.h
  'virtual SoType SoNurbsSurface::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsSurface.h
  'virtual SoType SoOrthographicCamera::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoOrthographicCamera.h
  'virtual SoType SoPackedColor::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPackedColor.h
  'virtual SoType SoPathSwitch::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPathSwitch.h
  'virtual SoType SoPendulum::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPendulum.h
  'virtual SoType SoPerspectiveCamera::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPerspectiveCamera.h
  'virtual SoType SoPickStyle::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPickStyle.h
  'virtual SoType SoPointLight::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointLight.h
  'virtual SoType SoPointSet::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointSet.h
  'virtual SoType SoPolygonOffset::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPolygonOffset.h
  'virtual SoType SoProfileCoordinate2::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate2.h
  'virtual SoType SoProfileCoordinate3::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate3.h
  'virtual SoType SoProfile::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfile.h
  'virtual SoType SoQuadMesh::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoQuadMesh.h
  'virtual SoType SoResetTransform::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoResetTransform.h
  'virtual SoType SoRotation::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotation.h
  'virtual SoType SoRotationXYZ::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotationXYZ.h
  'virtual SoType SoRotor::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotor.h
  'virtual SoType SoScale::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoScale.h
  'virtual SoType SoSceneTexture2::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTexture2.h
  'virtual SoType SoSceneTextureCubeMap::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h
  'virtual SoType SoSelection::getTypeId(void) const' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSelection.h
  'virtual SoType SoSeparator::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSeparator.h
  'virtual SoType SoShaderObject::getTypeId(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderObject.h
  'virtual SoType SoShaderParameter::getTypeId(void) const' at line 76 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoUniformShaderParameter::getTypeId(void) const' at line 97 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderParameter1f::getTypeId(void) const' at line 120 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderParameter1i::getTypeId(void) const' at line 140 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderParameter2f::getTypeId(void) const' at line 160 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderParameter2i::getTypeId(void) const' at line 180 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderParameter3f::getTypeId(void) const' at line 200 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderParameter3i::getTypeId(void) const' at line 221 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderParameter4f::getTypeId(void) const' at line 242 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderParameter4i::getTypeId(void) const' at line 263 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderParameterArray1f::getTypeId(void) const' at line 284 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderParameterArray1i::getTypeId(void) const' at line 305 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderParameterArray2f::getTypeId(void) const' at line 326 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderParameterArray2i::getTypeId(void) const' at line 346 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderParameterArray3f::getTypeId(void) const' at line 367 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderParameterArray3i::getTypeId(void) const' at line 388 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderParameterArray4f::getTypeId(void) const' at line 409 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderParameterArray4i::getTypeId(void) const' at line 431 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderParameterMatrix::getTypeId(void) const' at line 452 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderParameterMatrixArray::getTypeId(void) const' at line 473 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderStateMatrixParameter::getTypeId(void) const' at line 494 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual SoType SoShaderProgram::getTypeId(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderProgram.h
  'virtual SoType SoShape::getTypeId(void) const' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShape.h
  'virtual SoType SoShapeHints::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShapeHints.h
  'virtual SoType SoShuttle::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShuttle.h
  'virtual SoType SoSphere::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSphere.h
  'virtual SoType SoSpotLight::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSpotLight.h
  'virtual SoType SoSurroundScale::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSurroundScale.h
  'virtual SoType SoSwitch::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSwitch.h
  'virtual SoType SoText2::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText2.h
  'virtual SoType SoText3::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText3.h
  'virtual SoType SoTexture2::getTypeId(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2.h
  'virtual SoType SoTexture2Transform::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2Transform.h
  'virtual SoType SoTexture3::getTypeId(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3.h
  'virtual SoType SoTexture3Transform::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3Transform.h
  'virtual SoType SoTextureCombine::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h
  'virtual SoType SoTextureCoordinate2::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate2.h
  'virtual SoType SoTextureCoordinate3::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate3.h
  'virtual SoType SoTextureCoordinateBinding::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateBinding.h
  'virtual SoType SoTextureCoordinateCube::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCube.h
  'virtual SoType SoTextureCoordinateCylinder::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCylinder.h
  'virtual SoType SoTextureCoordinateDefault::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateDefault.h
  'virtual SoType SoTextureCoordinateEnvironment::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateEnvironment.h
  'virtual SoType SoTextureCoordinateFunction::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateFunction.h
  'virtual SoType SoTextureCoordinateNormalMap::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateNormalMap.h
  'virtual SoType SoTextureCoordinateObject::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateObject.h
  'virtual SoType SoTextureCoordinatePlane::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinatePlane.h
  'virtual SoType SoTextureCoordinateReflectionMap::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateReflectionMap.h
  'virtual SoType SoTextureCoordinateSphere::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateSphere.h
  'virtual SoType SoTextureCubeMap::getTypeId(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCubeMap.h
  'virtual SoType SoTexture::getTypeId(void) const' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture.h
  'virtual SoType SoTextureMatrixTransform::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureMatrixTransform.h
  'virtual SoType SoTextureScalePolicy::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureScalePolicy.h
  'virtual SoType SoTextureUnit::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureUnit.h
  'virtual SoType SoTransformation::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformation.h
  'virtual SoType SoTransform::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransform.h
  'virtual SoType SoTransformSeparator::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformSeparator.h
  'virtual SoType SoTranslation::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTranslation.h
  'virtual SoType SoTransparencyType::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransparencyType.h
  'virtual SoType SoTriangleStripSet::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTriangleStripSet.h
  'virtual SoType SoUnits::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoUnits.h
  'virtual SoType SoVertexAttributeBinding::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttributeBinding.h
  'virtual SoType SoVertexAttribute::getTypeId(void) const' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttribute.h
  'virtual SoType SoVertexProperty::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexProperty.h
  'virtual SoType SoVertexShader::getTypeId(void) const' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShader.h
  'virtual SoType SoVertexShape::getTypeId(void) const' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShape.h
  'virtual SoType SoWWWAnchor::getTypeId(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWAnchor.h
  'virtual SoType SoWWWInline::getTypeId(void) const' at line 60 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWInline.h
  'virtual SoType ScXMLAbstractStateElt::getTypeId(void) const =0' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h
  'virtual SoType ScXMLAnchorElt::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAnchorElt.h
  'virtual SoType ScXMLAssignElt::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h
  'virtual SoType ScXMLCoinEvaluator::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'virtual SoType ScXMLCoinEqualsOpExprDataObj::getTypeId(void) const' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'virtual SoType ScXMLCoinAddOpExprDataObj::getTypeId(void) const' at line 79 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'virtual SoType ScXMLCoinSubtractOpExprDataObj::getTypeId(void) const' at line 91 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'virtual SoType ScXMLCoinMultiplyOpExprDataObj::getTypeId(void) const' at line 105 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'virtual SoType ScXMLCoinDivideOpExprDataObj::getTypeId(void) const' at line 117 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'virtual SoType ScXMLCoinLengthFuncExprDataObj::getTypeId(void) const' at line 129 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'virtual SoType ScXMLContentElt::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLContentElt.h
  'virtual SoType ScXMLDataElt::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h
  'virtual SoType ScXMLDataModelElt::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h
  'virtual SoType ScXMLDocument::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDocument.h
  'virtual SoType ScXMLECMAScriptEvaluator::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLECMAScriptEvaluator.h
  'virtual SoType ScXMLElseElt::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseElt.h
  'virtual SoType ScXMLElseIfElt::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseIfElt.h
  'virtual SoType ScXMLElt::getTypeId(void) const =0' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h
  'virtual SoType ScXMLEvaluator::getTypeId(void) const =0' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLDataObj::getTypeId(void) const =0' at line 78 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLConstantDataObj::getTypeId(void) const =0' at line 96 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLStringDataObj::getTypeId(void) const' at line 109 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLRealDataObj::getTypeId(void) const' at line 134 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLBoolDataObj::getTypeId(void) const' at line 159 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLSbDataObj::getTypeId(void) const' at line 184 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLXMLDataObj::getTypeId(void) const' at line 209 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLExprDataObj::getTypeId(void) const =0' at line 224 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLReferenceDataObj::getTypeId(void) const' at line 245 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLAndOpExprDataObj::getTypeId(void) const' at line 272 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLOrOpExprDataObj::getTypeId(void) const' at line 299 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLNotOpExprDataObj::getTypeId(void) const' at line 326 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLEqualsOpExprDataObj::getTypeId(void) const' at line 351 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLAddOpExprDataObj::getTypeId(void) const' at line 381 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLSubtractOpExprDataObj::getTypeId(void) const' at line 408 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLMultiplyOpExprDataObj::getTypeId(void) const' at line 435 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLDivideOpExprDataObj::getTypeId(void) const' at line 462 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLNegateOpExprDataObj::getTypeId(void) const' at line 489 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'virtual SoType ScXMLEventElt::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventElt.h
  'virtual SoType ScXMLEvent::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h
  'virtual SoType ScXMLEventTarget::getTypeId(void) const =0' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h
  'virtual SoType ScXMLExecutableElt::getTypeId(void) const =0' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h
  'virtual SoType ScXMLFinalElt::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalElt.h
  'virtual SoType ScXMLFinalizeElt::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalizeElt.h
  'virtual SoType ScXMLHistoryElt::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h
  'virtual SoType ScXMLIfElt::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h
  'virtual SoType ScXMLInitialElt::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInitialElt.h
  'virtual SoType ScXMLInvokeElt::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h
  'virtual SoType ScXMLLogElt::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h
  'virtual SoType ScXMLMinimumEvaluator::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'virtual SoType ScXMLMinimumExprDataObj::getTypeId(void) const =0' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'virtual SoType ScXMLInExprDataObj::getTypeId(void) const' at line 77 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'virtual SoType ScXMLAppendOpExprDataObj::getTypeId(void) const' at line 101 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'virtual SoType ScXMLObject::getTypeId(void) const =0' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLObject.h
  'virtual SoType ScXMLOnEntryElt::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnEntryElt.h
  'virtual SoType ScXMLOnExitElt::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnExitElt.h
  'virtual SoType ScXMLParallelElt::getTypeId(void) const' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h
  'virtual SoType ScXMLParamElt::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParamElt.h
  'virtual SoType ScXMLScriptElt::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScriptElt.h
  'virtual SoType ScXMLScxmlElt::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h
  'virtual SoType ScXMLSendElt::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h
  'virtual SoType ScXMLStateElt::getTypeId(void) const' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h
  'virtual SoType ScXMLStateMachine::getTypeId(void) const' at line 63 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h
  'virtual SoType ScXMLTransitionElt::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h
  'virtual SoType ScXMLValidateElt::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLValidateElt.h
  'virtual SoType ScXMLXPathEvaluator::getTypeId(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLXPathEvaluator.h
  'virtual SoType SoScXMLEvent::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLEvent.h
  'virtual SoType SoScXMLStateMachine::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLStateMachine.h
  'virtual SoType SoPath::getTypeId(void) const' at line 65 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SoPath.h
  'virtual SoType SoVRMLAnchor::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAnchor.h
  'virtual SoType SoVRMLAppearance::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAppearance.h
  'virtual SoType SoVRMLAudioClip::getTypeId(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h
  'virtual SoType SoVRMLBackground::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h
  'virtual SoType SoVRMLBillboard::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBillboard.h
  'virtual SoType SoVRMLBox::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBox.h
  'virtual SoType SoVRMLCollision::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCollision.h
  'virtual SoType SoVRMLColor::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColor.h
  'virtual SoType SoVRMLColorInterpolator::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColorInterpolator.h
  'virtual SoType SoVRMLCone::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCone.h
  'virtual SoType SoVRMLCoordinate::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinate.h
  'virtual SoType SoVRMLCoordinateInterpolator::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinateInterpolator.h
  'virtual SoType SoVRMLCylinder::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinder.h
  'virtual SoType SoVRMLCylinderSensor::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinderSensor.h
  'virtual SoType SoVRMLDirectionalLight::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDirectionalLight.h
  'virtual SoType SoVRMLDragSensor::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDragSensor.h
  'virtual SoType SoVRMLElevationGrid::getTypeId(void) const' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLElevationGrid.h
  'virtual SoType SoVRMLExtrusion::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h
  'virtual SoType SoVRMLFog::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFog.h
  'virtual SoType SoVRMLFontStyle::getTypeId(void) const' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h
  'virtual SoType SoVRMLGeometry::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGeometry.h
  'virtual SoType SoVRMLGroup::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h
  'virtual SoType SoVRMLImageTexture::getTypeId(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLImageTexture.h
  'virtual SoType SoVRMLIndexedFaceSet::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedFaceSet.h
  'virtual SoType SoVRMLIndexedLine::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h
  'virtual SoType SoVRMLIndexedLineSet::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLineSet.h
  'virtual SoType SoVRMLIndexedShape::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedShape.h
  'virtual SoType SoVRMLInline::getTypeId(void) const' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInline.h
  'virtual SoType SoVRMLInterpolator::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInterpolator.h
  'virtual SoType SoVRMLLight::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLight.h
  'virtual SoType SoVRMLLOD::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLOD.h
  'virtual SoType SoVRMLMaterial::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMaterial.h
  'virtual SoType SoVRMLMovieTexture::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMovieTexture.h
  'virtual SoType SoVRMLNavigationInfo::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNavigationInfo.h
  'virtual SoType SoVRMLNormal::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormal.h
  'virtual SoType SoVRMLNormalInterpolator::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormalInterpolator.h
  'virtual SoType SoVRMLOrientationInterpolator::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLOrientationInterpolator.h
  'virtual SoType SoVRMLParent::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLParent.h
  'virtual SoType SoVRMLPixelTexture::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPixelTexture.h
  'virtual SoType SoVRMLPlaneSensor::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPlaneSensor.h
  'virtual SoType SoVRMLPointLight::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointLight.h
  'virtual SoType SoVRMLPointSet::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointSet.h
  'virtual SoType SoVRMLPositionInterpolator::getTypeId(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPositionInterpolator.h
  'virtual SoType SoVRMLProximitySensor::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLProximitySensor.h
  'virtual SoType SoVRMLScalarInterpolator::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScalarInterpolator.h
  'virtual SoType SoVRMLScript::getTypeId(void) const' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScript.h
  'virtual SoType SoVRMLSensor::getTypeId(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h
  'virtual SoType SoVRMLShape::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLShape.h
  'virtual SoType SoVRMLSound::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSound.h
  'virtual SoType SoVRMLSphere::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphere.h
  'virtual SoType SoVRMLSphereSensor::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphereSensor.h
  'virtual SoType SoVRMLSpotLight::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSpotLight.h
  'virtual SoType SoVRMLSwitch::getTypeId(void) const' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSwitch.h
  'virtual SoType SoVRMLText::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLText.h
  'virtual SoType SoVRMLTextureCoordinate::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureCoordinate.h
  'virtual SoType SoVRMLTexture::getTypeId(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTexture.h
  'virtual SoType SoVRMLTextureTransform::getTypeId(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureTransform.h
  'virtual SoType SoVRMLTimeSensor::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTimeSensor.h
  'virtual SoType SoVRMLTouchSensor::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTouchSensor.h
  'virtual SoType SoVRMLTransform::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTransform.h
  'virtual SoType SoVRMLVertexLine::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexLine.h
  'virtual SoType SoVRMLVertexPoint::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexPoint.h
  'virtual SoType SoVRMLVertexShape::getTypeId(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h
  'virtual SoType SoVRMLViewpoint::getTypeId(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLViewpoint.h
  'virtual SoType SoVRMLVisibilitySensor::getTypeId(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVisibilitySensor.h
  'virtual SoType SoVRMLWorldInfo::getTypeId(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLWorldInfo.h
  'virtual SoType SoPackedColorV20::getTypeId(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoPackedColorV20.h
  'virtual SoType SoShapeHintsV10::getTypeId(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoShapeHintsV10.h
/var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoReversePerspectiveCamera.cpp:82: warning: no uniquely matching class member found for 
  SoType SoReversePerspectiveCamera::classTypeId
Possible candidates:
  'static SoType SoAction::classTypeId' at line 150 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoAction.h
  'static SoType SoAudioRenderAction::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoAudioRenderAction.h
  'static SoType SoBoxHighlightRenderAction::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoBoxHighlightRenderAction.h
  'static SoType SoCallbackAction::classTypeId' at line 83 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoCallbackAction.h
  'static SoType SoGetBoundingBoxAction::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGetBoundingBoxAction.h
  'static SoType SoGetMatrixAction::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGetMatrixAction.h
  'static SoType SoGetPrimitiveCountAction::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGetPrimitiveCountAction.h
  'static SoType SoGlobalSimplifyAction::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGlobalSimplifyAction.h
  'static SoType SoGLRenderAction::classTypeId' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGLRenderAction.h
  'static SoType SoHandleEventAction::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoHandleEventAction.h
  'static SoType SoLineHighlightRenderAction::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoLineHighlightRenderAction.h
  'static SoType SoPickAction::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoPickAction.h
  'static SoType SoRayPickAction::classTypeId' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoRayPickAction.h
  'static SoType SoReorganizeAction::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h
  'static SoType SoSearchAction::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoSearchAction.h
  'static SoType SoShapeSimplifyAction::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoShapeSimplifyAction.h
  'static SoType SoSimplifyAction::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoSimplifyAction.h
  'static SoType SoToVRML2Action::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoToVRML2Action.h
  'static SoType SoToVRMLAction::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoToVRMLAction.h
  'static SoType SoWriteAction::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoWriteAction.h
  'static SoType SoForeignFileKit::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoForeignFileKit.h
  'static SoType SoSTLFileKit::classTypeId' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h
  'static SoType SoGLShadowCullingElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/elements/SoGLShadowCullingElement.h
  'static SoType SoShadowStyleElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/elements/SoShadowStyleElement.h
  'static SoType SoShadowCulling::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowCulling.h
  'static SoType SoShadowDirectionalLight::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowDirectionalLight.h
  'static SoType SoShadowGroup::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowGroup.h
  'static SoType SoShadowSpotLight::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowSpotLight.h
  'static SoType SoShadowStyle::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowStyle.h
  'static SoType SoVectorizeAction::classTypeId' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h
  'static SoType SoVectorizePSAction::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizePSAction.h
  'static SoType SoProfilerElement::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/elements/SoProfilerElement.h
  'static SoType SoNodeVisualize::classTypeId' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h
  'static SoType SoProfilerOverlayKit::classTypeId' at line 10 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h
  'static SoType SoProfilerStats::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodes/SoProfilerStats.h
  'static SoType SoIntersectionDetectionAction::classTypeId' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/collision/SoIntersectionDetectionAction.h
  'static SoType SoConeDetail::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoConeDetail.h
  'static SoType SoCubeDetail::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoCubeDetail.h
  'static SoType SoCylinderDetail::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoCylinderDetail.h
  'static SoType SoDetail::classTypeId' at line 58 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoDetail.h
  'static SoType SoFaceDetail::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoFaceDetail.h
  'static SoType SoLineDetail::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoLineDetail.h
  'static SoType SoNodeKitDetail::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoNodeKitDetail.h
  'static SoType SoPointDetail::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoPointDetail.h
  'static SoType SoTextDetail::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoTextDetail.h
  'static SoType SoCenterballDragger::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h
  'static SoType SoDirectionalLightDragger::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDirectionalLightDragger.h
  'static SoType SoDragger::classTypeId' at line 65 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h
  'static SoType SoDragPointDragger::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h
  'static SoType SoHandleBoxDragger::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h
  'static SoType SoJackDragger::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoJackDragger.h
  'static SoType SoPointLightDragger::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoPointLightDragger.h
  'static SoType SoRotateCylindricalDragger::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateCylindricalDragger.h
  'static SoType SoRotateDiscDragger::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateDiscDragger.h
  'static SoType SoRotateSphericalDragger::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateSphericalDragger.h
  'static SoType SoScale1Dragger::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale1Dragger.h
  'static SoType SoScale2Dragger::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2Dragger.h
  'static SoType SoScale2UniformDragger::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2UniformDragger.h
  'static SoType SoScaleUniformDragger::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScaleUniformDragger.h
  'static SoType SoSpotLightDragger::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h
  'static SoType SoTabBoxDragger::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h
  'static SoType SoTabPlaneDragger::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h
  'static SoType SoTrackballDragger::classTypeId' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h
  'static SoType SoTransformBoxDragger::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h
  'static SoType SoTransformerDragger::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h
  'static SoType SoTranslate1Dragger::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate1Dragger.h
  'static SoType SoTranslate2Dragger::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h
  'static SoType SoAccumulatedElement::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAccumulatedElement.h
  'static SoType SoAmbientColorElement::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAmbientColorElement.h
  'static SoType SoAnnoText3CharOrientElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAnnoText3CharOrientElement.h
  'static SoType SoAnnoText3FontSizeHintElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAnnoText3FontSizeHintElement.h
  'static SoType SoAnnoText3RenderPrintElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAnnoText3RenderPrintElement.h
  'static SoType SoBBoxModelMatrixElement::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoBBoxModelMatrixElement.h
  'static SoType SoBumpMapCoordinateElement::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoBumpMapCoordinateElement.h
  'static SoType SoBumpMapElement::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoBumpMapElement.h
  'static SoType SoBumpMapMatrixElement::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoBumpMapMatrixElement.h
  'static SoType SoCacheElement::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCacheElement.h
  'static SoType SoCacheHintElement::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCacheHintElement.h
  'static SoType SoClipPlaneElement::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoClipPlaneElement.h
  'static SoType SoComplexityElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoComplexityElement.h
  'static SoType SoComplexityTypeElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoComplexityTypeElement.h
  'static SoType SoCoordinateElement::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCoordinateElement.h
  'static SoType SoCreaseAngleElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCreaseAngleElement.h
  'static SoType SoCullElement::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCullElement.h
  'static SoType SoDecimationPercentageElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDecimationPercentageElement.h
  'static SoType SoDecimationTypeElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDecimationTypeElement.h
  'static SoType SoDepthBufferElement::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDepthBufferElement.h
  'static SoType SoDiffuseColorElement::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDiffuseColorElement.h
  'static SoType SoDrawStyleElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDrawStyleElement.h
  'static SoType SoElement::classTypeId' at line 99 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoElement.h
  'static SoType SoEmissiveColorElement::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoEmissiveColorElement.h
  'static SoType SoEnvironmentElement::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoEnvironmentElement.h
  'static SoType SoFloatElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoFloatElement.h
  'static SoType SoFocalDistanceElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoFocalDistanceElement.h
  'static SoType SoFontNameElement::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoFontNameElement.h
  'static SoType SoFontSizeElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoFontSizeElement.h
  'static SoType SoGeoElement::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGeoElement.h
  'static SoType SoGLCacheContextElement::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLCacheContextElement.h
  'static SoType SoGLClipPlaneElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLClipPlaneElement.h
  'static SoType SoGLColorIndexElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLColorIndexElement.h
  'static SoType SoGLCoordinateElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLCoordinateElement.h
  'static SoType SoGLDepthBufferElement::classTypeId' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLDepthBufferElement.h
  'static SoType SoGLDrawStyleElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLDrawStyleElement.h
  'static SoType SoGLEnvironmentElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLEnvironmentElement.h
  'static SoType SoGLLazyElement::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h
  'static SoType SoGLLightIdElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLightIdElement.h
  'static SoType SoGLLinePatternElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLinePatternElement.h
  'static SoType SoGLLineWidthElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLineWidthElement.h
  'static SoType SoGLModelMatrixElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLModelMatrixElement.h
  'static SoType SoGLMultiTextureCoordinateElement::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureCoordinateElement.h
  'static SoType SoGLMultiTextureEnabledElement::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureEnabledElement.h
  'static SoType SoGLMultiTextureImageElement::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureImageElement.h
  'static SoType SoGLMultiTextureMatrixElement::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureMatrixElement.h
  'static SoType SoGLNormalElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLNormalElement.h
  'static SoType SoGLPointSizeElement::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLPointSizeElement.h
  'static SoType SoGLPolygonOffsetElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLPolygonOffsetElement.h
  'static SoType SoGLProjectionMatrixElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLProjectionMatrixElement.h
  'static SoType SoGLRenderPassElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLRenderPassElement.h
  'static SoType SoGLShapeHintsElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLShapeHintsElement.h
  'static SoType SoGLUpdateAreaElement::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLUpdateAreaElement.h
  'static SoType SoGLVBOElement::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLVBOElement.h
  'static SoType SoGLVertexAttributeElement::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLVertexAttributeElement.h
  'static SoType SoGLViewingMatrixElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLViewingMatrixElement.h
  'static SoType SoGLViewportRegionElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLViewportRegionElement.h
  'static SoType SoInt32Element::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoInt32Element.h
  'static SoType SoLazyElement::classTypeId' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h
  'static SoType SoLightAttenuationElement::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLightAttenuationElement.h
  'static SoType SoLightElement::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLightElement.h
  'static SoType SoLightModelElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLightModelElement.h
  'static SoType SoLinePatternElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLinePatternElement.h
  'static SoType SoLineWidthElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLineWidthElement.h
  'static SoType SoListenerDopplerElement::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoListenerDopplerElement.h
  'static SoType SoListenerGainElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoListenerGainElement.h
  'static SoType SoListenerOrientationElement::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoListenerOrientationElement.h
  'static SoType SoListenerPositionElement::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoListenerPositionElement.h
  'static SoType SoLocalBBoxMatrixElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLocalBBoxMatrixElement.h
  'static SoType SoMaterialBindingElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMaterialBindingElement.h
  'static SoType SoModelMatrixElement::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoModelMatrixElement.h
  'static SoType SoMultiTextureCoordinateElement::classTypeId' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h
  'static SoType SoMultiTextureEnabledElement::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureEnabledElement.h
  'static SoType SoMultiTextureImageElement::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h
  'static SoType SoMultiTextureMatrixElement::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h
  'static SoType SoNormalBindingElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoNormalBindingElement.h
  'static SoType SoNormalElement::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoNormalElement.h
  'static SoType SoOverrideElement::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoOverrideElement.h
  'static SoType SoPickRayElement::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoPickRayElement.h
  'static SoType SoPickStyleElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoPickStyleElement.h
  'static SoType SoPointSizeElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoPointSizeElement.h
  'static SoType SoPolygonOffsetElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoPolygonOffsetElement.h
  'static SoType SoProfileCoordinateElement::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoProfileCoordinateElement.h
  'static SoType SoProfileElement::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoProfileElement.h
  'static SoType SoProjectionMatrixElement::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoProjectionMatrixElement.h
  'static SoType SoReplacedElement::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoReplacedElement.h
  'static SoType SoShapeHintsElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeHintsElement.h
  'static SoType SoShapeStyleElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeStyleElement.h
  'static SoType SoShininessElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShininessElement.h
  'static SoType SoSoundElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoSoundElement.h
  'static SoType SoSpecularColorElement::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoSpecularColorElement.h
  'static SoType SoSwitchElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoSwitchElement.h
  'static SoType SoTextOutlineEnabledElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextOutlineEnabledElement.h
  'static SoType SoTextureCombineElement::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureCombineElement.h
  'static SoType SoTextureCoordinateBindingElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureCoordinateBindingElement.h
  'static SoType SoTextureOverrideElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureOverrideElement.h
  'static SoType SoTextureQualityElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureQualityElement.h
  'static SoType SoTextureUnitElement::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureUnitElement.h
  'static SoType SoTransparencyElement::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTransparencyElement.h
  'static SoType SoUnitsElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoUnitsElement.h
  'static SoType SoVertexAttributeBindingElement::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeBindingElement.h
  'static SoType SoVertexAttributeElement::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h
  'static SoType SoViewingMatrixElement::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoViewingMatrixElement.h
  'static SoType SoViewportRegionElement::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoViewportRegionElement.h
  'static SoType SoViewVolumeElement::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoViewVolumeElement.h
  'static SoType SoWindowElement::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoWindowElement.h
  'static SoType SoBoolOperation::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoBoolOperation.h
  'static SoType SoCalculator::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoCalculator.h
  'static SoType SoComposeMatrix::classTypeId' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeMatrix.h
  'static SoType SoComposeRotationFromTo::classTypeId' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeRotationFromTo.h
  'static SoType SoComposeRotation::classTypeId' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeRotation.h
  'static SoType SoComposeVec2f::classTypeId' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec2f.h
  'static SoType SoComposeVec3f::classTypeId' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec3f.h
  'static SoType SoComposeVec4f::classTypeId' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec4f.h
  'static SoType SoComputeBoundingBox::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComputeBoundingBox.h
  'static SoType SoConcatenate::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoConcatenate.h
  'static SoType SoCounter::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoCounter.h
  'static SoType SoDecomposeMatrix::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeMatrix.h
  'static SoType SoDecomposeRotation::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeRotation.h
  'static SoType SoDecomposeVec2f::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec2f.h
  'static SoType SoDecomposeVec3f::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec3f.h
  'static SoType SoDecomposeVec4f::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec4f.h
  'static SoType SoElapsedTime::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoElapsedTime.h
  'static SoType SoEngine::classTypeId' at line 86 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoEngine.h
  'static SoType SoFieldConverter::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoFieldConverter.h
  'static SoType SoGate::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoGate.h
  'static SoType SoHeightMapToNormalMap::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoHeightMapToNormalMap.h
  'static SoType SoInterpolateFloat::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateFloat.h
  'static SoType SoInterpolate::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolate.h
  'static SoType SoInterpolateRotation::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateRotation.h
  'static SoType SoInterpolateVec2f::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec2f.h
  'static SoType SoInterpolateVec3f::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec3f.h
  'static SoType SoInterpolateVec4f::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec4f.h
  'static SoType SoNodeEngine::classTypeId' at line 77 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoNodeEngine.h
  'static SoType SoOneShot::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoOneShot.h
  'static SoType SoOnOff::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoOnOff.h
  'static SoType SoSelectOne::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoSelectOne.h
  'static SoType SoTexture2Convert::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTexture2Convert.h
  'static SoType SoTimeCounter::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTimeCounter.h
  'static SoType SoTransformVec3f::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTransformVec3f.h
  'static SoType SoTriggerAny::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTriggerAny.h
  'static SoType SoDebugError::classTypeId' at line 77 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/errors/SoDebugError.h
  'static SoType SoError::classTypeId' at line 90 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/errors/SoError.h
  'static SoType SoMemoryError::classTypeId' at line 58 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/errors/SoMemoryError.h
  'static SoType SoReadError::classTypeId' at line 61 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/errors/SoReadError.h
  'static SoType SoButtonEvent::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoButtonEvent.h
  'static SoType SoEvent::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoEvent.h
  'static SoType SoKeyboardEvent::classTypeId' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoKeyboardEvent.h
  'static SoType SoLocation2Event::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoLocation2Event.h
  'static SoType SoMotion3Event::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoMotion3Event.h
  'static SoType SoMouseButtonEvent::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoMouseButtonEvent.h
  'static SoType SoSpaceballButtonEvent::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoSpaceballButtonEvent.h
  'static SoType SoFieldContainer::classTypeId' at line 109 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoFieldContainer.h
  'static SoType SoField::classTypeId' at line 182 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h
  'static SoType SoMFBitMask::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBitMask.h
  'static SoType SoMFBool::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h
  'static SoType SoMFColor::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h
  'static SoType SoMFColorRGBA::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h
  'static SoType SoMFDouble::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h
  'static SoType SoMFEngine::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h
  'static SoType SoMFEnum::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h
  'static SoType SoMFFloat::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h
  'static SoType SoMField::classTypeId' at line 95 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h
  'static SoType SoMFInt32::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h
  'static SoType SoMFMatrix::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h
  'static SoType SoMFName::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h
  'static SoType SoMFNode::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h
  'static SoType SoMFPath::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h
  'static SoType SoMFPlane::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h
  'static SoType SoMFRotation::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h
  'static SoType SoMFShort::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h
  'static SoType SoMFString::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h
  'static SoType SoMFTime::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h
  'static SoType SoMFUInt32::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h
  'static SoType SoMFUShort::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h
  'static SoType SoMFVec2b::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h
  'static SoType SoMFVec2d::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h
  'static SoType SoMFVec2f::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h
  'static SoType SoMFVec2i32::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h
  'static SoType SoMFVec2s::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h
  'static SoType SoMFVec3b::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h
  'static SoType SoMFVec3d::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h
  'static SoType SoMFVec3f::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h
  'static SoType SoMFVec3i32::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h
  'static SoType SoMFVec3s::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h
  'static SoType SoMFVec4b::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h
  'static SoType SoMFVec4d::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h
  'static SoType SoMFVec4f::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h
  'static SoType SoMFVec4i32::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h
  'static SoType SoMFVec4s::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h
  'static SoType SoMFVec4ub::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h
  'static SoType SoMFVec4ui32::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h
  'static SoType SoMFVec4us::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h
  'static SoType SoSFBitMask::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBitMask.h
  'static SoType SoSFBool::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBool.h
  'static SoType SoSFBox2d::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2d.h
  'static SoType SoSFBox2f::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2f.h
  'static SoType SoSFBox2i32::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2i32.h
  'static SoType SoSFBox2s::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2s.h
  'static SoType SoSFBox3d::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3d.h
  'static SoType SoSFBox3f::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3f.h
  'static SoType SoSFBox3i32::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3i32.h
  'static SoType SoSFBox3s::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3s.h
  'static SoType SoSFColor::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColor.h
  'static SoType SoSFColorRGBA::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColorRGBA.h
  'static SoType SoSFDouble::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFDouble.h
  'static SoType SoSFEngine::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEngine.h
  'static SoType SoSFEnum::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h
  'static SoType SoSFFloat::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFFloat.h
  'static SoType SoSField::classTypeId' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h
  'static SoType SoSFImage3::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFImage3.h
  'static SoType SoSFImage::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFImage.h
  'static SoType SoSFInt32::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFInt32.h
  'static SoType SoSFMatrix::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFMatrix.h
  'static SoType SoSFName::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFName.h
  'static SoType SoSFNode::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFNode.h
  'static SoType SoSFPath::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPath.h
  'static SoType SoSFPlane::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPlane.h
  'static SoType SoSFRotation::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFRotation.h
  'static SoType SoSFShort::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFShort.h
  'static SoType SoSFString::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFString.h
  'static SoType SoSFTime::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTime.h
  'static SoType SoSFTrigger::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTrigger.h
  'static SoType SoSFUInt32::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUInt32.h
  'static SoType SoSFUShort::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUShort.h
  'static SoType SoSFVec2b::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2b.h
  'static SoType SoSFVec2d::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2d.h
  'static SoType SoSFVec2f::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2f.h
  'static SoType SoSFVec2i32::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2i32.h
  'static SoType SoSFVec2s::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2s.h
  'static SoType SoSFVec3b::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3b.h
  'static SoType SoSFVec3d::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3d.h
  'static SoType SoSFVec3f::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3f.h
  'static SoType SoSFVec3i32::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3i32.h
  'static SoType SoSFVec3s::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3s.h
  'static SoType SoSFVec4b::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4b.h
  'static SoType SoSFVec4d::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4d.h
  'static SoType SoSFVec4f::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4f.h
  'static SoType SoSFVec4i32::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4i32.h
  'static SoType SoSFVec4s::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4s.h
  'static SoType SoSFVec4ub::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ub.h
  'static SoType SoSFVec4ui32::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ui32.h
  'static SoType SoSFVec4us::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4us.h
  'static SoType SoCenterballManip::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoCenterballManip.h
  'static SoType SoClipPlaneManip::classTypeId' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoClipPlaneManip.h
  'static SoType SoDirectionalLightManip::classTypeId' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoDirectionalLightManip.h
  'static SoType SoHandleBoxManip::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoHandleBoxManip.h
  'static SoType SoJackManip::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoJackManip.h
  'static SoType SoPointLightManip::classTypeId' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoPointLightManip.h
  'static SoType SoSpotLightManip::classTypeId' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoSpotLightManip.h
  'static SoType SoTabBoxManip::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTabBoxManip.h
  'static SoType SoTrackballManip::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTrackballManip.h
  'static SoType SoTransformBoxManip::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformBoxManip.h
  'static SoType SoTransformerManip::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformerManip.h
  'static SoType SoTransformManip::classTypeId' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformManip.h
  'static SoType SoBase::classTypeId' at line 121 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoBase.h
  'static SoType SoProtoInstance::classTypeId' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoProtoInstance.h
  'static SoType SoScXMLDollyTarget::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLDollyTarget.h
  'static SoType SoScXMLFlightControlTarget::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h
  'static SoType SoScXMLMiscTarget::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMiscTarget.h
  'static SoType SoScXMLMotionTarget::classTypeId' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMotionTarget.h
  'static SoType SoScXMLNavigationTarget::classTypeId' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h
  'static SoType SoScXMLPanTarget::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h
  'static SoType SoScXMLRotateTarget::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h
  'static SoType SoScXMLSeekTarget::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSeekTarget.h
  'static SoType SoScXMLSpinTarget::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSpinTarget.h
  'static SoType SoScXMLZoomTarget::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h
  'static SoType SoAppearanceKit::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoAppearanceKit.h
  'static SoType SoBaseKit::classTypeId' at line 69 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h
  'static SoType SoCameraKit::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoCameraKit.h
  'static SoType SoInteractionKit::classTypeId' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h
  'static SoType SoLightKit::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoLightKit.h
  'static SoType SoNodeKitListPart::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoNodeKitListPart.h
  'static SoType SoSceneKit::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSceneKit.h
  'static SoType SoSeparatorKit::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h
  'static SoType SoShapeKit::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h
  'static SoType SoWrapperKit::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoWrapperKit.h
  'static SoType SoAlphaTest::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAlphaTest.h
  'static SoType SoAnnotation::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAnnotation.h
  'static SoType SoAntiSquish::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAntiSquish.h
  'static SoType SoArray::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoArray.h
  'static SoType SoAsciiText::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAsciiText.h
  'static SoType SoBaseColor::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBaseColor.h
  'static SoType SoBlinker::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBlinker.h
  'static SoType SoBumpMapCoordinate::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapCoordinate.h
  'static SoType SoBumpMap::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMap.h
  'static SoType SoBumpMapTransform::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapTransform.h
  'static SoType SoCacheHint::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCacheHint.h
  'static SoType SoCallback::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCallback.h
  'static SoType SoCamera::classTypeId' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCamera.h
  'static SoType SoClipPlane::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoClipPlane.h
  'static SoType SoColorIndex::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoColorIndex.h
  'static SoType SoComplexity::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoComplexity.h
  'static SoType SoCone::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCone.h
  'static SoType SoCoordinate3::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate3.h
  'static SoType SoCoordinate4::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate4.h
  'static SoType SoCube::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCube.h
  'static SoType SoCylinder::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCylinder.h
  'static SoType SoDepthBuffer::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDepthBuffer.h
  'static SoType SoDirectionalLight::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDirectionalLight.h
  'static SoType SoDrawStyle::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDrawStyle.h
  'static SoType SoEnvironment::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEnvironment.h
  'static SoType SoEventCallback::classTypeId' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEventCallback.h
  'static SoType SoExtSelection::classTypeId' at line 79 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoExtSelection.h
  'static SoType SoFaceSet::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFaceSet.h
  'static SoType SoFile::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFile.h
  'static SoType SoFont::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFont.h
  'static SoType SoFontStyle::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFontStyle.h
  'static SoType SoFragmentShader::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFragmentShader.h
  'static SoType SoFrustumCamera::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFrustumCamera.h
  'static SoType SoGeoCoordinate::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoCoordinate.h
  'static SoType SoGeoLocation::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoLocation.h
  'static SoType SoGeometryShader::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeometryShader.h
  'static SoType SoGeoOrigin::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoOrigin.h
  'static SoType SoGeoSeparator::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoSeparator.h
  'static SoType SoGroup::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGroup.h
  'static SoType SoImage::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoImage.h
  'static SoType SoIndexedFaceSet::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedFaceSet.h
  'static SoType SoIndexedLineSet::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedLineSet.h
  'static SoType SoIndexedMarkerSet::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedMarkerSet.h
  'static SoType SoIndexedNurbsCurve::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsCurve.h
  'static SoType SoIndexedNurbsSurface::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsSurface.h
  'static SoType SoIndexedPointSet::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h
  'static SoType SoIndexedShape::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedShape.h
  'static SoType SoIndexedTriangleStripSet::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedTriangleStripSet.h
  'static SoType SoInfo::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoInfo.h
  'static SoType SoLabel::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLabel.h
  'static SoType SoLevelOfDetail::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLevelOfDetail.h
  'static SoType SoLight::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLight.h
  'static SoType SoLightModel::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLightModel.h
  'static SoType SoLinearProfile::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLinearProfile.h
  'static SoType SoLineSet::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLineSet.h
  'static SoType SoListener::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoListener.h
  'static SoType SoLocateHighlight::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLocateHighlight.h
  'static SoType SoLOD::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLOD.h
  'static SoType SoMarkerSet::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMarkerSet.h
  'static SoType SoMaterialBinding::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterialBinding.h
  'static SoType SoMaterial::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterial.h
  'static SoType SoMatrixTransform::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMatrixTransform.h
  'static SoType SoMultipleCopy::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMultipleCopy.h
  'static SoType SoNode::classTypeId' at line 174 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNode.h
  'static SoType SoNonIndexedShape::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNonIndexedShape.h
  'static SoType SoNormalBinding::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormalBinding.h
  'static SoType SoNormal::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormal.h
  'static SoType SoNurbsCurve::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsCurve.h
  'static SoType SoNurbsProfile::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsProfile.h
  'static SoType SoNurbsSurface::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsSurface.h
  'static SoType SoOrthographicCamera::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoOrthographicCamera.h
  'static SoType SoPackedColor::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPackedColor.h
  'static SoType SoPathSwitch::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPathSwitch.h
  'static SoType SoPendulum::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPendulum.h
  'static SoType SoPerspectiveCamera::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPerspectiveCamera.h
  'static SoType SoPickStyle::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPickStyle.h
  'static SoType SoPointLight::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointLight.h
  'static SoType SoPointSet::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointSet.h
  'static SoType SoPolygonOffset::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPolygonOffset.h
  'static SoType SoProfileCoordinate2::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate2.h
  'static SoType SoProfileCoordinate3::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate3.h
  'static SoType SoProfile::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfile.h
  'static SoType SoQuadMesh::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoQuadMesh.h
  'static SoType SoResetTransform::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoResetTransform.h
  'static SoType SoRotation::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotation.h
  'static SoType SoRotationXYZ::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotationXYZ.h
  'static SoType SoRotor::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotor.h
  'static SoType SoScale::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoScale.h
  'static SoType SoSceneTexture2::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTexture2.h
  'static SoType SoSceneTextureCubeMap::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h
  'static SoType SoSelection::classTypeId' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSelection.h
  'static SoType SoSeparator::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSeparator.h
  'static SoType SoShaderObject::classTypeId' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderObject.h
  'static SoType SoShaderParameter::classTypeId' at line 76 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoUniformShaderParameter::classTypeId' at line 97 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameter1f::classTypeId' at line 120 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameter1i::classTypeId' at line 140 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameter2f::classTypeId' at line 160 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameter2i::classTypeId' at line 180 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameter3f::classTypeId' at line 200 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameter3i::classTypeId' at line 221 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameter4f::classTypeId' at line 242 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameter4i::classTypeId' at line 263 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterArray1f::classTypeId' at line 284 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterArray1i::classTypeId' at line 305 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterArray2f::classTypeId' at line 326 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterArray2i::classTypeId' at line 346 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterArray3f::classTypeId' at line 367 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterArray3i::classTypeId' at line 388 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterArray4f::classTypeId' at line 409 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterArray4i::classTypeId' at line 431 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterMatrix::classTypeId' at line 452 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderParameterMatrixArray::classTypeId' at line 473 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderStateMatrixParameter::classTypeId' at line 494 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoType SoShaderProgram::classTypeId' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderProgram.h
  'static SoType SoShape::classTypeId' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShape.h
  'static SoType SoShapeHints::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShapeHints.h
  'static SoType SoShuttle::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShuttle.h
  'static SoType SoSphere::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSphere.h
  'static SoType SoSpotLight::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSpotLight.h
  'static SoType SoSurroundScale::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSurroundScale.h
  'static SoType SoSwitch::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSwitch.h
  'static SoType SoText2::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText2.h
  'static SoType SoText3::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText3.h
  'static SoType SoTexture2::classTypeId' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2.h
  'static SoType SoTexture2Transform::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2Transform.h
  'static SoType SoTexture3::classTypeId' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3.h
  'static SoType SoTexture3Transform::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3Transform.h
  'static SoType SoTextureCombine::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h
  'static SoType SoTextureCoordinate2::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate2.h
  'static SoType SoTextureCoordinate3::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate3.h
  'static SoType SoTextureCoordinateBinding::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateBinding.h
  'static SoType SoTextureCoordinateCube::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCube.h
  'static SoType SoTextureCoordinateCylinder::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCylinder.h
  'static SoType SoTextureCoordinateDefault::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateDefault.h
  'static SoType SoTextureCoordinateEnvironment::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateEnvironment.h
  'static SoType SoTextureCoordinateFunction::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateFunction.h
  'static SoType SoTextureCoordinateNormalMap::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateNormalMap.h
  'static SoType SoTextureCoordinateObject::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateObject.h
  'static SoType SoTextureCoordinatePlane::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinatePlane.h
  'static SoType SoTextureCoordinateReflectionMap::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateReflectionMap.h
  'static SoType SoTextureCoordinateSphere::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateSphere.h
  'static SoType SoTextureCubeMap::classTypeId' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCubeMap.h
  'static SoType SoTexture::classTypeId' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture.h
  'static SoType SoTextureMatrixTransform::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureMatrixTransform.h
  'static SoType SoTextureScalePolicy::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureScalePolicy.h
  'static SoType SoTextureUnit::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureUnit.h
  'static SoType SoTransformation::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformation.h
  'static SoType SoTransform::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransform.h
  'static SoType SoTransformSeparator::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformSeparator.h
  'static SoType SoTranslation::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTranslation.h
  'static SoType SoTransparencyType::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransparencyType.h
  'static SoType SoTriangleStripSet::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTriangleStripSet.h
  'static SoType SoUnits::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoUnits.h
  'static SoType SoVertexAttributeBinding::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttributeBinding.h
  'static SoType SoVertexAttribute::classTypeId' at line 75 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttribute.h
  'static SoType SoVertexProperty::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexProperty.h
  'static SoType SoVertexShader::classTypeId' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShader.h
  'static SoType SoVertexShape::classTypeId' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShape.h
  'static SoType SoWWWAnchor::classTypeId' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWAnchor.h
  'static SoType SoWWWInline::classTypeId' at line 60 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWInline.h
  'static SoType ScXMLAbstractStateElt::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h
  'static SoType ScXMLAnchorElt::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAnchorElt.h
  'static SoType ScXMLAssignElt::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h
  'static SoType ScXMLCoinEvaluator::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static SoType ScXMLCoinEqualsOpExprDataObj::classTypeId' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static SoType ScXMLCoinAddOpExprDataObj::classTypeId' at line 79 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static SoType ScXMLCoinSubtractOpExprDataObj::classTypeId' at line 91 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static SoType ScXMLCoinMultiplyOpExprDataObj::classTypeId' at line 105 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static SoType ScXMLCoinDivideOpExprDataObj::classTypeId' at line 117 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static SoType ScXMLCoinLengthFuncExprDataObj::classTypeId' at line 129 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static SoType ScXMLContentElt::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLContentElt.h
  'static SoType ScXMLDataElt::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h
  'static SoType ScXMLDataModelElt::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h
  'static SoType ScXMLDocument::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDocument.h
  'static SoType ScXMLECMAScriptEvaluator::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLECMAScriptEvaluator.h
  'static SoType ScXMLElseElt::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseElt.h
  'static SoType ScXMLElseIfElt::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseIfElt.h
  'static SoType ScXMLElt::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h
  'static SoType ScXMLEvaluator::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLDataObj::classTypeId' at line 78 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLConstantDataObj::classTypeId' at line 96 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLStringDataObj::classTypeId' at line 109 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLRealDataObj::classTypeId' at line 134 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLBoolDataObj::classTypeId' at line 159 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLSbDataObj::classTypeId' at line 184 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLXMLDataObj::classTypeId' at line 209 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLExprDataObj::classTypeId' at line 224 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLReferenceDataObj::classTypeId' at line 245 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLAndOpExprDataObj::classTypeId' at line 272 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLOrOpExprDataObj::classTypeId' at line 299 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLNotOpExprDataObj::classTypeId' at line 326 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLEqualsOpExprDataObj::classTypeId' at line 351 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLAddOpExprDataObj::classTypeId' at line 381 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLSubtractOpExprDataObj::classTypeId' at line 408 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLMultiplyOpExprDataObj::classTypeId' at line 435 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLDivideOpExprDataObj::classTypeId' at line 462 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLNegateOpExprDataObj::classTypeId' at line 489 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static SoType ScXMLEventElt::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventElt.h
  'static SoType ScXMLEvent::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h
  'static SoType ScXMLEventTarget::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h
  'static SoType ScXMLExecutableElt::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h
  'static SoType ScXMLFinalElt::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalElt.h
  'static SoType ScXMLFinalizeElt::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalizeElt.h
  'static SoType ScXMLHistoryElt::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h
  'static SoType ScXMLIfElt::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h
  'static SoType ScXMLInitialElt::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInitialElt.h
  'static SoType ScXMLInvokeElt::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h
  'static SoType ScXMLLogElt::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h
  'static SoType ScXMLMinimumEvaluator::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'static SoType ScXMLMinimumExprDataObj::classTypeId' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'static SoType ScXMLInExprDataObj::classTypeId' at line 77 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'static SoType ScXMLAppendOpExprDataObj::classTypeId' at line 101 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'static SoType ScXMLObject::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLObject.h
  'static SoType ScXMLOnEntryElt::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnEntryElt.h
  'static SoType ScXMLOnExitElt::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnExitElt.h
  'static SoType ScXMLParallelElt::classTypeId' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h
  'static SoType ScXMLParamElt::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParamElt.h
  'static SoType ScXMLScriptElt::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScriptElt.h
  'static SoType ScXMLScxmlElt::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h
  'static SoType ScXMLSendElt::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h
  'static SoType ScXMLStateElt::classTypeId' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h
  'static SoType ScXMLStateMachine::classTypeId' at line 63 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h
  'static SoType ScXMLTransitionElt::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h
  'static SoType ScXMLValidateElt::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLValidateElt.h
  'static SoType ScXMLXPathEvaluator::classTypeId' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLXPathEvaluator.h
  'static SoType SoScXMLEvent::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLEvent.h
  'static SoType SoScXMLStateMachine::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLStateMachine.h
  'static SoType SoPath::classTypeId' at line 120 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SoPath.h
  'static SoType SoVRMLAnchor::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAnchor.h
  'static SoType SoVRMLAppearance::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAppearance.h
  'static SoType SoVRMLAudioClip::classTypeId' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h
  'static SoType SoVRMLBackground::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h
  'static SoType SoVRMLBillboard::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBillboard.h
  'static SoType SoVRMLBox::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBox.h
  'static SoType SoVRMLCollision::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCollision.h
  'static SoType SoVRMLColor::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColor.h
  'static SoType SoVRMLColorInterpolator::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColorInterpolator.h
  'static SoType SoVRMLCone::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCone.h
  'static SoType SoVRMLCoordinate::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinate.h
  'static SoType SoVRMLCoordinateInterpolator::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinateInterpolator.h
  'static SoType SoVRMLCylinder::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinder.h
  'static SoType SoVRMLCylinderSensor::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinderSensor.h
  'static SoType SoVRMLDirectionalLight::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDirectionalLight.h
  'static SoType SoVRMLDragSensor::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDragSensor.h
  'static SoType SoVRMLElevationGrid::classTypeId' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLElevationGrid.h
  'static SoType SoVRMLExtrusion::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h
  'static SoType SoVRMLFog::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFog.h
  'static SoType SoVRMLFontStyle::classTypeId' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h
  'static SoType SoVRMLGeometry::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGeometry.h
  'static SoType SoVRMLGroup::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h
  'static SoType SoVRMLImageTexture::classTypeId' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLImageTexture.h
  'static SoType SoVRMLIndexedFaceSet::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedFaceSet.h
  'static SoType SoVRMLIndexedLine::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h
  'static SoType SoVRMLIndexedLineSet::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLineSet.h
  'static SoType SoVRMLIndexedShape::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedShape.h
  'static SoType SoVRMLInline::classTypeId' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInline.h
  'static SoType SoVRMLInterpolator::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInterpolator.h
  'static SoType SoVRMLLight::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLight.h
  'static SoType SoVRMLLOD::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLOD.h
  'static SoType SoVRMLMaterial::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMaterial.h
  'static SoType SoVRMLMovieTexture::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMovieTexture.h
  'static SoType SoVRMLNavigationInfo::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNavigationInfo.h
  'static SoType SoVRMLNormal::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormal.h
  'static SoType SoVRMLNormalInterpolator::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormalInterpolator.h
  'static SoType SoVRMLOrientationInterpolator::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLOrientationInterpolator.h
  'static SoType SoVRMLParent::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLParent.h
  'static SoType SoVRMLPixelTexture::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPixelTexture.h
  'static SoType SoVRMLPlaneSensor::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPlaneSensor.h
  'static SoType SoVRMLPointLight::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointLight.h
  'static SoType SoVRMLPointSet::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointSet.h
  'static SoType SoVRMLPositionInterpolator::classTypeId' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPositionInterpolator.h
  'static SoType SoVRMLProximitySensor::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLProximitySensor.h
  'static SoType SoVRMLScalarInterpolator::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScalarInterpolator.h
  'static SoType SoVRMLScript::classTypeId' at line 77 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScript.h
  'static SoType SoVRMLSensor::classTypeId' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h
  'static SoType SoVRMLShape::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLShape.h
  'static SoType SoVRMLSound::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSound.h
  'static SoType SoVRMLSphere::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphere.h
  'static SoType SoVRMLSphereSensor::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphereSensor.h
  'static SoType SoVRMLSpotLight::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSpotLight.h
  'static SoType SoVRMLSwitch::classTypeId' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSwitch.h
  'static SoType SoVRMLText::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLText.h
  'static SoType SoVRMLTextureCoordinate::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureCoordinate.h
  'static SoType SoVRMLTexture::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTexture.h
  'static SoType SoVRMLTextureTransform::classTypeId' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureTransform.h
  'static SoType SoVRMLTimeSensor::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTimeSensor.h
  'static SoType SoVRMLTouchSensor::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTouchSensor.h
  'static SoType SoVRMLTransform::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTransform.h
  'static SoType SoVRMLVertexLine::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexLine.h
  'static SoType SoVRMLVertexPoint::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexPoint.h
  'static SoType SoVRMLVertexShape::classTypeId' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h
  'static SoType SoVRMLViewpoint::classTypeId' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLViewpoint.h
  'static SoType SoVRMLVisibilitySensor::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVisibilitySensor.h
  'static SoType SoVRMLWorldInfo::classTypeId' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLWorldInfo.h
  'static SoType SoResetMatrixElement::classTypeId' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/src/elements/GL/SoResetMatrixElement.h
  'static SoType SoTextureScalePolicyElement::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/src/elements/SoTextureScalePolicyElement.h
  'static SoType SoTextureScaleQualityElement::classTypeId' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/src/elements/SoTextureScaleQualityElement.h
  'static SoType SoGLBigImageP::classTypeId' at line 125 of file /var/pisi/coin-4.0.3-6/work/coin/src/rendering/SoGLBigImage.cpp
  'static SoType SoGLCubeMapImageP::classTypeId' at line 136 of file /var/pisi/coin-4.0.3-6/work/coin/src/rendering/SoGLCubeMapImage.cpp
  'static SoType SoGLImageP::classTypeId' at line 626 of file /var/pisi/coin-4.0.3-6/work/coin/src/rendering/SoGLImage.cpp
  'static SoType SoPackedColorV20::classTypeId' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoPackedColorV20.h
  'static SoType SoShapeHintsV10::classTypeId' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoShapeHintsV10.h
/var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoReversePerspectiveCamera.cpp:82: warning: no uniquely matching class member found for 
  unsigned int SoReversePerspectiveCamera::classinstances
Possible candidates:
  'static unsigned int SoForeignFileKit::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoForeignFileKit.h
  'static unsigned int SoSTLFileKit::classinstances' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h
  'static unsigned int SoShadowCulling::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowCulling.h
  'static unsigned int SoShadowDirectionalLight::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowDirectionalLight.h
  'static unsigned int SoShadowGroup::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowGroup.h
  'static unsigned int SoShadowSpotLight::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowSpotLight.h
  'static unsigned int SoShadowStyle::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowStyle.h
  'static unsigned int SoNodeVisualize::classinstances' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h
  'static unsigned int SoProfilerOverlayKit::classinstances' at line 10 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h
  'static unsigned int SoProfilerStats::classinstances' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodes/SoProfilerStats.h
  'static unsigned int SoCenterballDragger::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h
  'static unsigned int SoDirectionalLightDragger::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDirectionalLightDragger.h
  'static unsigned int SoDragger::classinstances' at line 65 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h
  'static unsigned int SoDragPointDragger::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h
  'static unsigned int SoHandleBoxDragger::classinstances' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h
  'static unsigned int SoJackDragger::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoJackDragger.h
  'static unsigned int SoPointLightDragger::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoPointLightDragger.h
  'static unsigned int SoRotateCylindricalDragger::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateCylindricalDragger.h
  'static unsigned int SoRotateDiscDragger::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateDiscDragger.h
  'static unsigned int SoRotateSphericalDragger::classinstances' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateSphericalDragger.h
  'static unsigned int SoScale1Dragger::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale1Dragger.h
  'static unsigned int SoScale2Dragger::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2Dragger.h
  'static unsigned int SoScale2UniformDragger::classinstances' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2UniformDragger.h
  'static unsigned int SoScaleUniformDragger::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScaleUniformDragger.h
  'static unsigned int SoSpotLightDragger::classinstances' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h
  'static unsigned int SoTabBoxDragger::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h
  'static unsigned int SoTabPlaneDragger::classinstances' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h
  'static unsigned int SoTrackballDragger::classinstances' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h
  'static unsigned int SoTransformBoxDragger::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h
  'static unsigned int SoTransformerDragger::classinstances' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h
  'static unsigned int SoTranslate1Dragger::classinstances' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate1Dragger.h
  'static unsigned int SoTranslate2Dragger::classinstances' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h
  'static unsigned int SoBoolOperation::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoBoolOperation.h
  'static unsigned int SoCalculator::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoCalculator.h
  'static unsigned int SoComposeMatrix::classinstances' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeMatrix.h
  'static unsigned int SoComposeRotationFromTo::classinstances' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeRotationFromTo.h
  'static unsigned int SoComposeRotation::classinstances' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeRotation.h
  'static unsigned int SoComposeVec2f::classinstances' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec2f.h
  'static unsigned int SoComposeVec3f::classinstances' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec3f.h
  'static unsigned int SoComposeVec4f::classinstances' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec4f.h
  'static unsigned int SoComputeBoundingBox::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComputeBoundingBox.h
  'static unsigned int SoConcatenate::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoConcatenate.h
  'static unsigned int SoCounter::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoCounter.h
  'static unsigned int SoDecomposeMatrix::classinstances' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeMatrix.h
  'static unsigned int SoDecomposeRotation::classinstances' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeRotation.h
  'static unsigned int SoDecomposeVec2f::classinstances' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec2f.h
  'static unsigned int SoDecomposeVec3f::classinstances' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec3f.h
  'static unsigned int SoDecomposeVec4f::classinstances' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec4f.h
  'static unsigned int SoElapsedTime::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoElapsedTime.h
  'static unsigned int SoFieldConverter::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoFieldConverter.h
  'static unsigned int SoGate::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoGate.h
  'static unsigned int SoHeightMapToNormalMap::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoHeightMapToNormalMap.h
  'static unsigned int SoInterpolateFloat::classinstances' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateFloat.h
  'static unsigned int SoInterpolate::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolate.h
  'static unsigned int SoInterpolateRotation::classinstances' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateRotation.h
  'static unsigned int SoInterpolateVec2f::classinstances' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec2f.h
  'static unsigned int SoInterpolateVec3f::classinstances' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec3f.h
  'static unsigned int SoInterpolateVec4f::classinstances' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec4f.h
  'static unsigned int SoOneShot::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoOneShot.h
  'static unsigned int SoOnOff::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoOnOff.h
  'static unsigned int SoSelectOne::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoSelectOne.h
  'static unsigned int SoTexture2Convert::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTexture2Convert.h
  'static unsigned int SoTimeCounter::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTimeCounter.h
  'static unsigned int SoTransformVec3f::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTransformVec3f.h
  'static unsigned int SoTriggerAny::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTriggerAny.h
  'static unsigned int SoCenterballManip::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoCenterballManip.h
  'static unsigned int SoClipPlaneManip::classinstances' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoClipPlaneManip.h
  'static unsigned int SoDirectionalLightManip::classinstances' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoDirectionalLightManip.h
  'static unsigned int SoHandleBoxManip::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoHandleBoxManip.h
  'static unsigned int SoJackManip::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoJackManip.h
  'static unsigned int SoPointLightManip::classinstances' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoPointLightManip.h
  'static unsigned int SoSpotLightManip::classinstances' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoSpotLightManip.h
  'static unsigned int SoTabBoxManip::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTabBoxManip.h
  'static unsigned int SoTrackballManip::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTrackballManip.h
  'static unsigned int SoTransformBoxManip::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformBoxManip.h
  'static unsigned int SoTransformerManip::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformerManip.h
  'static unsigned int SoTransformManip::classinstances' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformManip.h
  'static unsigned int SoAppearanceKit::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoAppearanceKit.h
  'static unsigned int SoBaseKit::classinstances' at line 69 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h
  'static unsigned int SoCameraKit::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoCameraKit.h
  'static unsigned int SoInteractionKit::classinstances' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h
  'static unsigned int SoLightKit::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoLightKit.h
  'static unsigned int SoNodeKitListPart::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoNodeKitListPart.h
  'static unsigned int SoSceneKit::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSceneKit.h
  'static unsigned int SoSeparatorKit::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h
  'static unsigned int SoShapeKit::classinstances' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h
  'static unsigned int SoWrapperKit::classinstances' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoWrapperKit.h
  'static unsigned int SoAlphaTest::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAlphaTest.h
  'static unsigned int SoAnnotation::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAnnotation.h
  'static unsigned int SoAntiSquish::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAntiSquish.h
  'static unsigned int SoArray::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoArray.h
  'static unsigned int SoAsciiText::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAsciiText.h
  'static unsigned int SoBaseColor::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBaseColor.h
  'static unsigned int SoBlinker::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBlinker.h
  'static unsigned int SoBumpMapCoordinate::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapCoordinate.h
  'static unsigned int SoBumpMap::classinstances' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMap.h
  'static unsigned int SoBumpMapTransform::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapTransform.h
  'static unsigned int SoCacheHint::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCacheHint.h
  'static unsigned int SoCallback::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCallback.h
  'static unsigned int SoCamera::classinstances' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCamera.h
  'static unsigned int SoClipPlane::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoClipPlane.h
  'static unsigned int SoColorIndex::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoColorIndex.h
  'static unsigned int SoComplexity::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoComplexity.h
  'static unsigned int SoCone::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCone.h
  'static unsigned int SoCoordinate3::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate3.h
  'static unsigned int SoCoordinate4::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate4.h
  'static unsigned int SoCube::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCube.h
  'static unsigned int SoCylinder::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCylinder.h
  'static unsigned int SoDepthBuffer::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDepthBuffer.h
  'static unsigned int SoDirectionalLight::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDirectionalLight.h
  'static unsigned int SoDrawStyle::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDrawStyle.h
  'static unsigned int SoEnvironment::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEnvironment.h
  'static unsigned int SoEventCallback::classinstances' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEventCallback.h
  'static unsigned int SoExtSelection::classinstances' at line 79 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoExtSelection.h
  'static unsigned int SoFaceSet::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFaceSet.h
  'static unsigned int SoFile::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFile.h
  'static unsigned int SoFont::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFont.h
  'static unsigned int SoFontStyle::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFontStyle.h
  'static unsigned int SoFragmentShader::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFragmentShader.h
  'static unsigned int SoFrustumCamera::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFrustumCamera.h
  'static unsigned int SoGeoCoordinate::classinstances' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoCoordinate.h
  'static unsigned int SoGeoLocation::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoLocation.h
  'static unsigned int SoGeometryShader::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeometryShader.h
  'static unsigned int SoGeoOrigin::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoOrigin.h
  'static unsigned int SoGeoSeparator::classinstances' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoSeparator.h
  'static unsigned int SoGroup::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGroup.h
  'static unsigned int SoImage::classinstances' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoImage.h
  'static unsigned int SoIndexedFaceSet::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedFaceSet.h
  'static unsigned int SoIndexedLineSet::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedLineSet.h
  'static unsigned int SoIndexedMarkerSet::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedMarkerSet.h
  'static unsigned int SoIndexedNurbsCurve::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsCurve.h
  'static unsigned int SoIndexedNurbsSurface::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsSurface.h
  'static unsigned int SoIndexedPointSet::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h
  'static unsigned int SoIndexedShape::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedShape.h
  'static unsigned int SoIndexedTriangleStripSet::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedTriangleStripSet.h
  'static unsigned int SoInfo::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoInfo.h
  'static unsigned int SoLabel::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLabel.h
  'static unsigned int SoLevelOfDetail::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLevelOfDetail.h
  'static unsigned int SoLight::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLight.h
  'static unsigned int SoLightModel::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLightModel.h
  'static unsigned int SoLinearProfile::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLinearProfile.h
  'static unsigned int SoLineSet::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLineSet.h
  'static unsigned int SoListener::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoListener.h
  'static unsigned int SoLocateHighlight::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLocateHighlight.h
  'static unsigned int SoLOD::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLOD.h
  'static unsigned int SoMarkerSet::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMarkerSet.h
  'static unsigned int SoMaterialBinding::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterialBinding.h
  'static unsigned int SoMaterial::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterial.h
  'static unsigned int SoMatrixTransform::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMatrixTransform.h
  'static unsigned int SoMultipleCopy::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMultipleCopy.h
  'static unsigned int SoNonIndexedShape::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNonIndexedShape.h
  'static unsigned int SoNormalBinding::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormalBinding.h
  'static unsigned int SoNormal::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormal.h
  'static unsigned int SoNurbsCurve::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsCurve.h
  'static unsigned int SoNurbsProfile::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsProfile.h
  'static unsigned int SoNurbsSurface::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsSurface.h
  'static unsigned int SoOrthographicCamera::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoOrthographicCamera.h
  'static unsigned int SoPackedColor::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPackedColor.h
  'static unsigned int SoPathSwitch::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPathSwitch.h
  'static unsigned int SoPendulum::classinstances' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPendulum.h
  'static unsigned int SoPerspectiveCamera::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPerspectiveCamera.h
  'static unsigned int SoPickStyle::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPickStyle.h
  'static unsigned int SoPointLight::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointLight.h
  'static unsigned int SoPointSet::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointSet.h
  'static unsigned int SoPolygonOffset::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPolygonOffset.h
  'static unsigned int SoProfileCoordinate2::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate2.h
  'static unsigned int SoProfileCoordinate3::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate3.h
  'static unsigned int SoProfile::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfile.h
  'static unsigned int SoQuadMesh::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoQuadMesh.h
  'static unsigned int SoResetTransform::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoResetTransform.h
  'static unsigned int SoRotation::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotation.h
  'static unsigned int SoRotationXYZ::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotationXYZ.h
  'static unsigned int SoRotor::classinstances' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotor.h
  'static unsigned int SoScale::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoScale.h
  'static unsigned int SoSceneTexture2::classinstances' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTexture2.h
  'static unsigned int SoSceneTextureCubeMap::classinstances' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h
  'static unsigned int SoSelection::classinstances' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSelection.h
  'static unsigned int SoSeparator::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSeparator.h
  'static unsigned int SoShaderObject::classinstances' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderObject.h
  'static unsigned int SoShaderParameter::classinstances' at line 76 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoUniformShaderParameter::classinstances' at line 97 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderParameter1f::classinstances' at line 120 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderParameter1i::classinstances' at line 140 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderParameter2f::classinstances' at line 160 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderParameter2i::classinstances' at line 180 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderParameter3f::classinstances' at line 200 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderParameter3i::classinstances' at line 221 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderParameter4f::classinstances' at line 242 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderParameter4i::classinstances' at line 263 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderParameterArray1f::classinstances' at line 284 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderParameterArray1i::classinstances' at line 305 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderParameterArray2f::classinstances' at line 326 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderParameterArray2i::classinstances' at line 346 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderParameterArray3f::classinstances' at line 367 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderParameterArray3i::classinstances' at line 388 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderParameterArray4f::classinstances' at line 409 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderParameterArray4i::classinstances' at line 431 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderParameterMatrix::classinstances' at line 452 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderParameterMatrixArray::classinstances' at line 473 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderStateMatrixParameter::classinstances' at line 494 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static unsigned int SoShaderProgram::classinstances' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderProgram.h
  'static unsigned int SoShape::classinstances' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShape.h
  'static unsigned int SoShapeHints::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShapeHints.h
  'static unsigned int SoShuttle::classinstances' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShuttle.h
  'static unsigned int SoSphere::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSphere.h
  'static unsigned int SoSpotLight::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSpotLight.h
  'static unsigned int SoSurroundScale::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSurroundScale.h
  'static unsigned int SoSwitch::classinstances' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSwitch.h
  'static unsigned int SoText2::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText2.h
  'static unsigned int SoText3::classinstances' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText3.h
  'static unsigned int SoTexture2::classinstances' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2.h
  'static unsigned int SoTexture2Transform::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2Transform.h
  'static unsigned int SoTexture3::classinstances' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3.h
  'static unsigned int SoTexture3Transform::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3Transform.h
  'static unsigned int SoTextureCombine::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h
  'static unsigned int SoTextureCoordinate2::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate2.h
  'static unsigned int SoTextureCoordinate3::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate3.h
  'static unsigned int SoTextureCoordinateBinding::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateBinding.h
  'static unsigned int SoTextureCoordinateCube::classinstances' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCube.h
  'static unsigned int SoTextureCoordinateCylinder::classinstances' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCylinder.h
  'static unsigned int SoTextureCoordinateDefault::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateDefault.h
  'static unsigned int SoTextureCoordinateEnvironment::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateEnvironment.h
  'static unsigned int SoTextureCoordinateFunction::classinstances' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateFunction.h
  'static unsigned int SoTextureCoordinateNormalMap::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateNormalMap.h
  'static unsigned int SoTextureCoordinateObject::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateObject.h
  'static unsigned int SoTextureCoordinatePlane::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinatePlane.h
  'static unsigned int SoTextureCoordinateReflectionMap::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateReflectionMap.h
  'static unsigned int SoTextureCoordinateSphere::classinstances' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateSphere.h
  'static unsigned int SoTextureCubeMap::classinstances' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCubeMap.h
  'static unsigned int SoTexture::classinstances' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture.h
  'static unsigned int SoTextureMatrixTransform::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureMatrixTransform.h
  'static unsigned int SoTextureScalePolicy::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureScalePolicy.h
  'static unsigned int SoTextureUnit::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureUnit.h
  'static unsigned int SoTransformation::classinstances' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformation.h
  'static unsigned int SoTransform::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransform.h
  'static unsigned int SoTransformSeparator::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformSeparator.h
  'static unsigned int SoTranslation::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTranslation.h
  'static unsigned int SoTransparencyType::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransparencyType.h
  'static unsigned int SoTriangleStripSet::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTriangleStripSet.h
  'static unsigned int SoUnits::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoUnits.h
  'static unsigned int SoVertexAttributeBinding::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttributeBinding.h
  'static unsigned int SoVertexProperty::classinstances' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexProperty.h
  'static unsigned int SoVertexShader::classinstances' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShader.h
  'static unsigned int SoVertexShape::classinstances' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShape.h
  'static unsigned int SoWWWAnchor::classinstances' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWAnchor.h
  'static unsigned int SoWWWInline::classinstances' at line 60 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWInline.h
  'static unsigned int SoVRMLAnchor::classinstances' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAnchor.h
  'static unsigned int SoVRMLAppearance::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAppearance.h
  'static unsigned int SoVRMLAudioClip::classinstances' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h
  'static unsigned int SoVRMLBackground::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h
  'static unsigned int SoVRMLBillboard::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBillboard.h
  'static unsigned int SoVRMLBox::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBox.h
  'static unsigned int SoVRMLCollision::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCollision.h
  'static unsigned int SoVRMLColor::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColor.h
  'static unsigned int SoVRMLColorInterpolator::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColorInterpolator.h
  'static unsigned int SoVRMLCone::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCone.h
  'static unsigned int SoVRMLCoordinate::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinate.h
  'static unsigned int SoVRMLCoordinateInterpolator::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinateInterpolator.h
  'static unsigned int SoVRMLCylinder::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinder.h
  'static unsigned int SoVRMLCylinderSensor::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinderSensor.h
  'static unsigned int SoVRMLDirectionalLight::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDirectionalLight.h
  'static unsigned int SoVRMLDragSensor::classinstances' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDragSensor.h
  'static unsigned int SoVRMLElevationGrid::classinstances' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLElevationGrid.h
  'static unsigned int SoVRMLExtrusion::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h
  'static unsigned int SoVRMLFog::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFog.h
  'static unsigned int SoVRMLFontStyle::classinstances' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h
  'static unsigned int SoVRMLGeometry::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGeometry.h
  'static unsigned int SoVRMLGroup::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h
  'static unsigned int SoVRMLImageTexture::classinstances' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLImageTexture.h
  'static unsigned int SoVRMLIndexedFaceSet::classinstances' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedFaceSet.h
  'static unsigned int SoVRMLIndexedLine::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h
  'static unsigned int SoVRMLIndexedLineSet::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLineSet.h
  'static unsigned int SoVRMLIndexedShape::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedShape.h
  'static unsigned int SoVRMLInline::classinstances' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInline.h
  'static unsigned int SoVRMLInterpolator::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInterpolator.h
  'static unsigned int SoVRMLLight::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLight.h
  'static unsigned int SoVRMLLOD::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLOD.h
  'static unsigned int SoVRMLMaterial::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMaterial.h
  'static unsigned int SoVRMLMovieTexture::classinstances' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMovieTexture.h
  'static unsigned int SoVRMLNavigationInfo::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNavigationInfo.h
  'static unsigned int SoVRMLNormal::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormal.h
  'static unsigned int SoVRMLNormalInterpolator::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormalInterpolator.h
  'static unsigned int SoVRMLOrientationInterpolator::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLOrientationInterpolator.h
  'static unsigned int SoVRMLParent::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLParent.h
  'static unsigned int SoVRMLPixelTexture::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPixelTexture.h
  'static unsigned int SoVRMLPlaneSensor::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPlaneSensor.h
  'static unsigned int SoVRMLPointLight::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointLight.h
  'static unsigned int SoVRMLPointSet::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointSet.h
  'static unsigned int SoVRMLPositionInterpolator::classinstances' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPositionInterpolator.h
  'static unsigned int SoVRMLProximitySensor::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLProximitySensor.h
  'static unsigned int SoVRMLScalarInterpolator::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScalarInterpolator.h
  'static unsigned int SoVRMLSensor::classinstances' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h
  'static unsigned int SoVRMLShape::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLShape.h
  'static unsigned int SoVRMLSound::classinstances' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSound.h
  'static unsigned int SoVRMLSphere::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphere.h
  'static unsigned int SoVRMLSphereSensor::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphereSensor.h
  'static unsigned int SoVRMLSpotLight::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSpotLight.h
  'static unsigned int SoVRMLSwitch::classinstances' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSwitch.h
  'static unsigned int SoVRMLText::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLText.h
  'static unsigned int SoVRMLTextureCoordinate::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureCoordinate.h
  'static unsigned int SoVRMLTexture::classinstances' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTexture.h
  'static unsigned int SoVRMLTextureTransform::classinstances' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureTransform.h
  'static unsigned int SoVRMLTimeSensor::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTimeSensor.h
  'static unsigned int SoVRMLTouchSensor::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTouchSensor.h
  'static unsigned int SoVRMLTransform::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTransform.h
  'static unsigned int SoVRMLVertexLine::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexLine.h
  'static unsigned int SoVRMLVertexPoint::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexPoint.h
  'static unsigned int SoVRMLVertexShape::classinstances' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h
  'static unsigned int SoVRMLViewpoint::classinstances' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLViewpoint.h
  'static unsigned int SoVRMLVisibilitySensor::classinstances' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVisibilitySensor.h
  'static unsigned int SoVRMLWorldInfo::classinstances' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLWorldInfo.h
  'static unsigned int SoPackedColorV20::classinstances' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoPackedColorV20.h
  'static unsigned int SoShapeHintsV10::classinstances' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoShapeHintsV10.h
/var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoReversePerspectiveCamera.cpp:82: warning: no uniquely matching class member found for 
  const SoFieldData ** SoReversePerspectiveCamera::parentFieldData
Possible candidates:
  'static const SoFieldData ** SoForeignFileKit::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoForeignFileKit.h
  'static const SoFieldData ** SoSTLFileKit::parentFieldData' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h
  'static const SoFieldData ** SoShadowCulling::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowCulling.h
  'static const SoFieldData ** SoShadowDirectionalLight::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowDirectionalLight.h
  'static const SoFieldData ** SoShadowGroup::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowGroup.h
  'static const SoFieldData ** SoShadowSpotLight::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowSpotLight.h
  'static const SoFieldData ** SoShadowStyle::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowStyle.h
  'static const SoFieldData ** SoNodeVisualize::parentFieldData' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h
  'static const SoFieldData ** SoProfilerOverlayKit::parentFieldData' at line 10 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h
  'static const SoFieldData ** SoProfilerStats::parentFieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodes/SoProfilerStats.h
  'static const SoFieldData ** SoCenterballDragger::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h
  'static const SoFieldData ** SoDirectionalLightDragger::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDirectionalLightDragger.h
  'static const SoFieldData ** SoDragger::parentFieldData' at line 65 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h
  'static const SoFieldData ** SoDragPointDragger::parentFieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h
  'static const SoFieldData ** SoHandleBoxDragger::parentFieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h
  'static const SoFieldData ** SoJackDragger::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoJackDragger.h
  'static const SoFieldData ** SoPointLightDragger::parentFieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoPointLightDragger.h
  'static const SoFieldData ** SoRotateCylindricalDragger::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateCylindricalDragger.h
  'static const SoFieldData ** SoRotateDiscDragger::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateDiscDragger.h
  'static const SoFieldData ** SoRotateSphericalDragger::parentFieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateSphericalDragger.h
  'static const SoFieldData ** SoScale1Dragger::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale1Dragger.h
  'static const SoFieldData ** SoScale2Dragger::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2Dragger.h
  'static const SoFieldData ** SoScale2UniformDragger::parentFieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2UniformDragger.h
  'static const SoFieldData ** SoScaleUniformDragger::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScaleUniformDragger.h
  'static const SoFieldData ** SoSpotLightDragger::parentFieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h
  'static const SoFieldData ** SoTabBoxDragger::parentFieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h
  'static const SoFieldData ** SoTabPlaneDragger::parentFieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h
  'static const SoFieldData ** SoTrackballDragger::parentFieldData' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h
  'static const SoFieldData ** SoTransformBoxDragger::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h
  'static const SoFieldData ** SoTransformerDragger::parentFieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h
  'static const SoFieldData ** SoTranslate1Dragger::parentFieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate1Dragger.h
  'static const SoFieldData ** SoTranslate2Dragger::parentFieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h
  'static const SoFieldData ** SoCenterballManip::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoCenterballManip.h
  'static const SoFieldData ** SoClipPlaneManip::parentFieldData' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoClipPlaneManip.h
  'static const SoFieldData ** SoDirectionalLightManip::parentFieldData' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoDirectionalLightManip.h
  'static const SoFieldData ** SoHandleBoxManip::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoHandleBoxManip.h
  'static const SoFieldData ** SoJackManip::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoJackManip.h
  'static const SoFieldData ** SoPointLightManip::parentFieldData' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoPointLightManip.h
  'static const SoFieldData ** SoSpotLightManip::parentFieldData' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoSpotLightManip.h
  'static const SoFieldData ** SoTabBoxManip::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTabBoxManip.h
  'static const SoFieldData ** SoTrackballManip::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTrackballManip.h
  'static const SoFieldData ** SoTransformBoxManip::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformBoxManip.h
  'static const SoFieldData ** SoTransformerManip::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformerManip.h
  'static const SoFieldData ** SoTransformManip::parentFieldData' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformManip.h
  'static const SoFieldData ** SoAppearanceKit::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoAppearanceKit.h
  'static const SoFieldData ** SoBaseKit::parentFieldData' at line 69 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h
  'static const SoFieldData ** SoCameraKit::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoCameraKit.h
  'static const SoFieldData ** SoInteractionKit::parentFieldData' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h
  'static const SoFieldData ** SoLightKit::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoLightKit.h
  'static const SoFieldData ** SoNodeKitListPart::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoNodeKitListPart.h
  'static const SoFieldData ** SoSceneKit::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSceneKit.h
  'static const SoFieldData ** SoSeparatorKit::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h
  'static const SoFieldData ** SoShapeKit::parentFieldData' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h
  'static const SoFieldData ** SoWrapperKit::parentFieldData' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoWrapperKit.h
  'static const SoFieldData ** SoAlphaTest::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAlphaTest.h
  'static const SoFieldData ** SoAnnotation::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAnnotation.h
  'static const SoFieldData ** SoAntiSquish::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAntiSquish.h
  'static const SoFieldData ** SoArray::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoArray.h
  'static const SoFieldData ** SoAsciiText::parentFieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAsciiText.h
  'static const SoFieldData ** SoBaseColor::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBaseColor.h
  'static const SoFieldData ** SoBlinker::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBlinker.h
  'static const SoFieldData ** SoBumpMapCoordinate::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapCoordinate.h
  'static const SoFieldData ** SoBumpMap::parentFieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMap.h
  'static const SoFieldData ** SoBumpMapTransform::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapTransform.h
  'static const SoFieldData ** SoCacheHint::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCacheHint.h
  'static const SoFieldData ** SoCallback::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCallback.h
  'static const SoFieldData ** SoCamera::parentFieldData' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCamera.h
  'static const SoFieldData ** SoClipPlane::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoClipPlane.h
  'static const SoFieldData ** SoColorIndex::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoColorIndex.h
  'static const SoFieldData ** SoComplexity::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoComplexity.h
  'static const SoFieldData ** SoCone::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCone.h
  'static const SoFieldData ** SoCoordinate3::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate3.h
  'static const SoFieldData ** SoCoordinate4::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate4.h
  'static const SoFieldData ** SoCube::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCube.h
  'static const SoFieldData ** SoCylinder::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCylinder.h
  'static const SoFieldData ** SoDepthBuffer::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDepthBuffer.h
  'static const SoFieldData ** SoDirectionalLight::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDirectionalLight.h
  'static const SoFieldData ** SoDrawStyle::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDrawStyle.h
  'static const SoFieldData ** SoEnvironment::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEnvironment.h
  'static const SoFieldData ** SoEventCallback::parentFieldData' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEventCallback.h
  'static const SoFieldData ** SoExtSelection::parentFieldData' at line 79 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoExtSelection.h
  'static const SoFieldData ** SoFaceSet::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFaceSet.h
  'static const SoFieldData ** SoFile::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFile.h
  'static const SoFieldData ** SoFont::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFont.h
  'static const SoFieldData ** SoFontStyle::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFontStyle.h
  'static const SoFieldData ** SoFragmentShader::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFragmentShader.h
  'static const SoFieldData ** SoFrustumCamera::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFrustumCamera.h
  'static const SoFieldData ** SoGeoCoordinate::parentFieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoCoordinate.h
  'static const SoFieldData ** SoGeoLocation::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoLocation.h
  'static const SoFieldData ** SoGeometryShader::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeometryShader.h
  'static const SoFieldData ** SoGeoOrigin::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoOrigin.h
  'static const SoFieldData ** SoGeoSeparator::parentFieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoSeparator.h
  'static const SoFieldData ** SoGroup::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGroup.h
  'static const SoFieldData ** SoImage::parentFieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoImage.h
  'static const SoFieldData ** SoIndexedFaceSet::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedFaceSet.h
  'static const SoFieldData ** SoIndexedLineSet::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedLineSet.h
  'static const SoFieldData ** SoIndexedMarkerSet::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedMarkerSet.h
  'static const SoFieldData ** SoIndexedNurbsCurve::parentFieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsCurve.h
  'static const SoFieldData ** SoIndexedNurbsSurface::parentFieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsSurface.h
  'static const SoFieldData ** SoIndexedPointSet::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h
  'static const SoFieldData ** SoIndexedShape::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedShape.h
  'static const SoFieldData ** SoIndexedTriangleStripSet::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedTriangleStripSet.h
  'static const SoFieldData ** SoInfo::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoInfo.h
  'static const SoFieldData ** SoLabel::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLabel.h
  'static const SoFieldData ** SoLevelOfDetail::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLevelOfDetail.h
  'static const SoFieldData ** SoLight::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLight.h
  'static const SoFieldData ** SoLightModel::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLightModel.h
  'static const SoFieldData ** SoLinearProfile::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLinearProfile.h
  'static const SoFieldData ** SoLineSet::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLineSet.h
  'static const SoFieldData ** SoListener::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoListener.h
  'static const SoFieldData ** SoLocateHighlight::parentFieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLocateHighlight.h
  'static const SoFieldData ** SoLOD::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLOD.h
  'static const SoFieldData ** SoMarkerSet::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMarkerSet.h
  'static const SoFieldData ** SoMaterialBinding::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterialBinding.h
  'static const SoFieldData ** SoMaterial::parentFieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterial.h
  'static const SoFieldData ** SoMatrixTransform::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMatrixTransform.h
  'static const SoFieldData ** SoMultipleCopy::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMultipleCopy.h
  'static const SoFieldData ** SoNonIndexedShape::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNonIndexedShape.h
  'static const SoFieldData ** SoNormalBinding::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormalBinding.h
  'static const SoFieldData ** SoNormal::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormal.h
  'static const SoFieldData ** SoNurbsCurve::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsCurve.h
  'static const SoFieldData ** SoNurbsProfile::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsProfile.h
  'static const SoFieldData ** SoNurbsSurface::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsSurface.h
  'static const SoFieldData ** SoOrthographicCamera::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoOrthographicCamera.h
  'static const SoFieldData ** SoPackedColor::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPackedColor.h
  'static const SoFieldData ** SoPathSwitch::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPathSwitch.h
  'static const SoFieldData ** SoPendulum::parentFieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPendulum.h
  'static const SoFieldData ** SoPerspectiveCamera::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPerspectiveCamera.h
  'static const SoFieldData ** SoPickStyle::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPickStyle.h
  'static const SoFieldData ** SoPointLight::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointLight.h
  'static const SoFieldData ** SoPointSet::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointSet.h
  'static const SoFieldData ** SoPolygonOffset::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPolygonOffset.h
  'static const SoFieldData ** SoProfileCoordinate2::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate2.h
  'static const SoFieldData ** SoProfileCoordinate3::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate3.h
  'static const SoFieldData ** SoProfile::parentFieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfile.h
  'static const SoFieldData ** SoQuadMesh::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoQuadMesh.h
  'static const SoFieldData ** SoResetTransform::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoResetTransform.h
  'static const SoFieldData ** SoRotation::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotation.h
  'static const SoFieldData ** SoRotationXYZ::parentFieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotationXYZ.h
  'static const SoFieldData ** SoRotor::parentFieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotor.h
  'static const SoFieldData ** SoScale::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoScale.h
  'static const SoFieldData ** SoSceneTexture2::parentFieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTexture2.h
  'static const SoFieldData ** SoSceneTextureCubeMap::parentFieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h
  'static const SoFieldData ** SoSelection::parentFieldData' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSelection.h
  'static const SoFieldData ** SoSeparator::parentFieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSeparator.h
  'static const SoFieldData ** SoShaderObject::parentFieldData' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderObject.h
  'static const SoFieldData ** SoShaderParameter::parentFieldData' at line 76 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoUniformShaderParameter::parentFieldData' at line 97 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameter1f::parentFieldData' at line 120 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameter1i::parentFieldData' at line 140 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameter2f::parentFieldData' at line 160 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameter2i::parentFieldData' at line 180 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameter3f::parentFieldData' at line 200 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameter3i::parentFieldData' at line 221 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameter4f::parentFieldData' at line 242 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameter4i::parentFieldData' at line 263 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterArray1f::parentFieldData' at line 284 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterArray1i::parentFieldData' at line 305 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterArray2f::parentFieldData' at line 326 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterArray2i::parentFieldData' at line 346 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterArray3f::parentFieldData' at line 367 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterArray3i::parentFieldData' at line 388 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterArray4f::parentFieldData' at line 409 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterArray4i::parentFieldData' at line 431 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterMatrix::parentFieldData' at line 452 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterMatrixArray::parentFieldData' at line 473 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderStateMatrixParameter::parentFieldData' at line 494 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderProgram::parentFieldData' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderProgram.h
  'static const SoFieldData ** SoShape::parentFieldData' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShape.h
  'static const SoFieldData ** SoShapeHints::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShapeHints.h
  'static const SoFieldData ** SoShuttle::parentFieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShuttle.h
  'static const SoFieldData ** SoSphere::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSphere.h
  'static const SoFieldData ** SoSpotLight::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSpotLight.h
  'static const SoFieldData ** SoSurroundScale::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSurroundScale.h
  'static const SoFieldData ** SoSwitch::parentFieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSwitch.h
  'static const SoFieldData ** SoText2::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText2.h
  'static const SoFieldData ** SoText3::parentFieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText3.h
  'static const SoFieldData ** SoTexture2::parentFieldData' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2.h
  'static const SoFieldData ** SoTexture2Transform::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2Transform.h
  'static const SoFieldData ** SoTexture3::parentFieldData' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3.h
  'static const SoFieldData ** SoTexture3Transform::parentFieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3Transform.h
  'static const SoFieldData ** SoTextureCombine::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h
  'static const SoFieldData ** SoTextureCoordinate2::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate2.h
  'static const SoFieldData ** SoTextureCoordinate3::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate3.h
  'static const SoFieldData ** SoTextureCoordinateBinding::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateBinding.h
  'static const SoFieldData ** SoTextureCoordinateCube::parentFieldData' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCube.h
  'static const SoFieldData ** SoTextureCoordinateCylinder::parentFieldData' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCylinder.h
  'static const SoFieldData ** SoTextureCoordinateDefault::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateDefault.h
  'static const SoFieldData ** SoTextureCoordinateEnvironment::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateEnvironment.h
  'static const SoFieldData ** SoTextureCoordinateFunction::parentFieldData' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateFunction.h
  'static const SoFieldData ** SoTextureCoordinateNormalMap::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateNormalMap.h
  'static const SoFieldData ** SoTextureCoordinateObject::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateObject.h
  'static const SoFieldData ** SoTextureCoordinatePlane::parentFieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinatePlane.h
  'static const SoFieldData ** SoTextureCoordinateReflectionMap::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateReflectionMap.h
  'static const SoFieldData ** SoTextureCoordinateSphere::parentFieldData' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateSphere.h
  'static const SoFieldData ** SoTextureCubeMap::parentFieldData' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCubeMap.h
  'static const SoFieldData ** SoTexture::parentFieldData' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture.h
  'static const SoFieldData ** SoTextureMatrixTransform::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureMatrixTransform.h
  'static const SoFieldData ** SoTextureScalePolicy::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureScalePolicy.h
  'static const SoFieldData ** SoTextureUnit::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureUnit.h
  'static const SoFieldData ** SoTransformation::parentFieldData' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformation.h
  'static const SoFieldData ** SoTransform::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransform.h
  'static const SoFieldData ** SoTransformSeparator::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformSeparator.h
  'static const SoFieldData ** SoTranslation::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTranslation.h
  'static const SoFieldData ** SoTransparencyType::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransparencyType.h
  'static const SoFieldData ** SoTriangleStripSet::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTriangleStripSet.h
  'static const SoFieldData ** SoUnits::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoUnits.h
  'static const SoFieldData ** SoVertexAttributeBinding::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttributeBinding.h
  'static const SoFieldData ** SoVertexProperty::parentFieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexProperty.h
  'static const SoFieldData ** SoVertexShader::parentFieldData' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShader.h
  'static const SoFieldData ** SoVertexShape::parentFieldData' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShape.h
  'static const SoFieldData ** SoWWWAnchor::parentFieldData' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWAnchor.h
  'static const SoFieldData ** SoWWWInline::parentFieldData' at line 60 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWInline.h
  'static const SoFieldData ** SoVRMLAnchor::parentFieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAnchor.h
  'static const SoFieldData ** SoVRMLAppearance::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAppearance.h
  'static const SoFieldData ** SoVRMLAudioClip::parentFieldData' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h
  'static const SoFieldData ** SoVRMLBackground::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h
  'static const SoFieldData ** SoVRMLBillboard::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBillboard.h
  'static const SoFieldData ** SoVRMLBox::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBox.h
  'static const SoFieldData ** SoVRMLCollision::parentFieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCollision.h
  'static const SoFieldData ** SoVRMLColor::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColor.h
  'static const SoFieldData ** SoVRMLColorInterpolator::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColorInterpolator.h
  'static const SoFieldData ** SoVRMLCone::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCone.h
  'static const SoFieldData ** SoVRMLCoordinate::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinate.h
  'static const SoFieldData ** SoVRMLCoordinateInterpolator::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinateInterpolator.h
  'static const SoFieldData ** SoVRMLCylinder::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinder.h
  'static const SoFieldData ** SoVRMLCylinderSensor::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinderSensor.h
  'static const SoFieldData ** SoVRMLDirectionalLight::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDirectionalLight.h
  'static const SoFieldData ** SoVRMLDragSensor::parentFieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDragSensor.h
  'static const SoFieldData ** SoVRMLElevationGrid::parentFieldData' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLElevationGrid.h
  'static const SoFieldData ** SoVRMLExtrusion::parentFieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h
  'static const SoFieldData ** SoVRMLFog::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFog.h
  'static const SoFieldData ** SoVRMLFontStyle::parentFieldData' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h
  'static const SoFieldData ** SoVRMLGeometry::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGeometry.h
  'static const SoFieldData ** SoVRMLGroup::parentFieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h
  'static const SoFieldData ** SoVRMLImageTexture::parentFieldData' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLImageTexture.h
  'static const SoFieldData ** SoVRMLIndexedFaceSet::parentFieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedFaceSet.h
  'static const SoFieldData ** SoVRMLIndexedLine::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h
  'static const SoFieldData ** SoVRMLIndexedLineSet::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLineSet.h
  'static const SoFieldData ** SoVRMLIndexedShape::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedShape.h
  'static const SoFieldData ** SoVRMLInline::parentFieldData' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInline.h
  'static const SoFieldData ** SoVRMLInterpolator::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInterpolator.h
  'static const SoFieldData ** SoVRMLLight::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLight.h
  'static const SoFieldData ** SoVRMLLOD::parentFieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLOD.h
  'static const SoFieldData ** SoVRMLMaterial::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMaterial.h
  'static const SoFieldData ** SoVRMLMovieTexture::parentFieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMovieTexture.h
  'static const SoFieldData ** SoVRMLNavigationInfo::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNavigationInfo.h
  'static const SoFieldData ** SoVRMLNormal::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormal.h
  'static const SoFieldData ** SoVRMLNormalInterpolator::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormalInterpolator.h
  'static const SoFieldData ** SoVRMLOrientationInterpolator::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLOrientationInterpolator.h
  'static const SoFieldData ** SoVRMLParent::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLParent.h
  'static const SoFieldData ** SoVRMLPixelTexture::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPixelTexture.h
  'static const SoFieldData ** SoVRMLPlaneSensor::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPlaneSensor.h
  'static const SoFieldData ** SoVRMLPointLight::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointLight.h
  'static const SoFieldData ** SoVRMLPointSet::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointSet.h
  'static const SoFieldData ** SoVRMLPositionInterpolator::parentFieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPositionInterpolator.h
  'static const SoFieldData ** SoVRMLProximitySensor::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLProximitySensor.h
  'static const SoFieldData ** SoVRMLScalarInterpolator::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScalarInterpolator.h
  'static const SoFieldData ** SoVRMLSensor::parentFieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h
  'static const SoFieldData ** SoVRMLShape::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLShape.h
  'static const SoFieldData ** SoVRMLSound::parentFieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSound.h
  'static const SoFieldData ** SoVRMLSphere::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphere.h
  'static const SoFieldData ** SoVRMLSphereSensor::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphereSensor.h
  'static const SoFieldData ** SoVRMLSpotLight::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSpotLight.h
  'static const SoFieldData ** SoVRMLSwitch::parentFieldData' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSwitch.h
  'static const SoFieldData ** SoVRMLText::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLText.h
  'static const SoFieldData ** SoVRMLTextureCoordinate::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureCoordinate.h
  'static const SoFieldData ** SoVRMLTexture::parentFieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTexture.h
  'static const SoFieldData ** SoVRMLTextureTransform::parentFieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureTransform.h
  'static const SoFieldData ** SoVRMLTimeSensor::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTimeSensor.h
  'static const SoFieldData ** SoVRMLTouchSensor::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTouchSensor.h
  'static const SoFieldData ** SoVRMLTransform::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTransform.h
  'static const SoFieldData ** SoVRMLVertexLine::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexLine.h
  'static const SoFieldData ** SoVRMLVertexPoint::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexPoint.h
  'static const SoFieldData ** SoVRMLVertexShape::parentFieldData' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h
  'static const SoFieldData ** SoVRMLViewpoint::parentFieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLViewpoint.h
  'static const SoFieldData ** SoVRMLVisibilitySensor::parentFieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVisibilitySensor.h
  'static const SoFieldData ** SoVRMLWorldInfo::parentFieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLWorldInfo.h
  'static const SoFieldData ** SoPackedColorV20::parentFieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoPackedColorV20.h
  'static const SoFieldData ** SoShapeHintsV10::parentFieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoShapeHintsV10.h
/var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoReversePerspectiveCamera.cpp:82: warning: no uniquely matching class member found for 
  SoFieldData * SoReversePerspectiveCamera::fieldData
Possible candidates:
  'static SoFieldData * SoForeignFileKit::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoForeignFileKit.h
  'static SoFieldData * SoSTLFileKit::fieldData' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h
  'static SoFieldData * SoShadowCulling::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowCulling.h
  'static SoFieldData * SoShadowDirectionalLight::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowDirectionalLight.h
  'static SoFieldData * SoShadowGroup::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowGroup.h
  'static SoFieldData * SoShadowSpotLight::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowSpotLight.h
  'static SoFieldData * SoShadowStyle::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowStyle.h
  'static SoFieldData * SoNodeVisualize::fieldData' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h
  'static SoFieldData * SoProfilerOverlayKit::fieldData' at line 10 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h
  'static SoFieldData * SoProfilerStats::fieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodes/SoProfilerStats.h
  'static SoFieldData * SoCenterballDragger::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h
  'static SoFieldData * SoDirectionalLightDragger::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDirectionalLightDragger.h
  'static SoFieldData * SoDragger::fieldData' at line 65 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h
  'static SoFieldData * SoDragPointDragger::fieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h
  'static SoFieldData * SoHandleBoxDragger::fieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h
  'static SoFieldData * SoJackDragger::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoJackDragger.h
  'static SoFieldData * SoPointLightDragger::fieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoPointLightDragger.h
  'static SoFieldData * SoRotateCylindricalDragger::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateCylindricalDragger.h
  'static SoFieldData * SoRotateDiscDragger::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateDiscDragger.h
  'static SoFieldData * SoRotateSphericalDragger::fieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateSphericalDragger.h
  'static SoFieldData * SoScale1Dragger::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale1Dragger.h
  'static SoFieldData * SoScale2Dragger::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2Dragger.h
  'static SoFieldData * SoScale2UniformDragger::fieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2UniformDragger.h
  'static SoFieldData * SoScaleUniformDragger::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScaleUniformDragger.h
  'static SoFieldData * SoSpotLightDragger::fieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h
  'static SoFieldData * SoTabBoxDragger::fieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h
  'static SoFieldData * SoTabPlaneDragger::fieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h
  'static SoFieldData * SoTrackballDragger::fieldData' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h
  'static SoFieldData * SoTransformBoxDragger::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h
  'static SoFieldData * SoTransformerDragger::fieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h
  'static SoFieldData * SoTranslate1Dragger::fieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate1Dragger.h
  'static SoFieldData * SoTranslate2Dragger::fieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h
  'static SoFieldData * SoCenterballManip::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoCenterballManip.h
  'static SoFieldData * SoClipPlaneManip::fieldData' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoClipPlaneManip.h
  'static SoFieldData * SoDirectionalLightManip::fieldData' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoDirectionalLightManip.h
  'static SoFieldData * SoHandleBoxManip::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoHandleBoxManip.h
  'static SoFieldData * SoJackManip::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoJackManip.h
  'static SoFieldData * SoPointLightManip::fieldData' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoPointLightManip.h
  'static SoFieldData * SoSpotLightManip::fieldData' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoSpotLightManip.h
  'static SoFieldData * SoTabBoxManip::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTabBoxManip.h
  'static SoFieldData * SoTrackballManip::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTrackballManip.h
  'static SoFieldData * SoTransformBoxManip::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformBoxManip.h
  'static SoFieldData * SoTransformerManip::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformerManip.h
  'static SoFieldData * SoTransformManip::fieldData' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformManip.h
  'static SoFieldData * SoAppearanceKit::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoAppearanceKit.h
  'static SoFieldData * SoBaseKit::fieldData' at line 69 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h
  'static SoFieldData * SoCameraKit::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoCameraKit.h
  'static SoFieldData * SoInteractionKit::fieldData' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h
  'static SoFieldData * SoLightKit::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoLightKit.h
  'static SoFieldData * SoNodeKitListPart::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoNodeKitListPart.h
  'static SoFieldData * SoSceneKit::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSceneKit.h
  'static SoFieldData * SoSeparatorKit::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h
  'static SoFieldData * SoShapeKit::fieldData' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h
  'static SoFieldData * SoWrapperKit::fieldData' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoWrapperKit.h
  'static SoFieldData * SoAlphaTest::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAlphaTest.h
  'static SoFieldData * SoAnnotation::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAnnotation.h
  'static SoFieldData * SoAntiSquish::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAntiSquish.h
  'static SoFieldData * SoArray::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoArray.h
  'static SoFieldData * SoAsciiText::fieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAsciiText.h
  'static SoFieldData * SoBaseColor::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBaseColor.h
  'static SoFieldData * SoBlinker::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBlinker.h
  'static SoFieldData * SoBumpMapCoordinate::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapCoordinate.h
  'static SoFieldData * SoBumpMap::fieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMap.h
  'static SoFieldData * SoBumpMapTransform::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapTransform.h
  'static SoFieldData * SoCacheHint::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCacheHint.h
  'static SoFieldData * SoCallback::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCallback.h
  'static SoFieldData * SoCamera::fieldData' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCamera.h
  'static SoFieldData * SoClipPlane::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoClipPlane.h
  'static SoFieldData * SoColorIndex::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoColorIndex.h
  'static SoFieldData * SoComplexity::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoComplexity.h
  'static SoFieldData * SoCone::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCone.h
  'static SoFieldData * SoCoordinate3::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate3.h
  'static SoFieldData * SoCoordinate4::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate4.h
  'static SoFieldData * SoCube::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCube.h
  'static SoFieldData * SoCylinder::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCylinder.h
  'static SoFieldData * SoDepthBuffer::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDepthBuffer.h
  'static SoFieldData * SoDirectionalLight::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDirectionalLight.h
  'static SoFieldData * SoDrawStyle::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDrawStyle.h
  'static SoFieldData * SoEnvironment::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEnvironment.h
  'static SoFieldData * SoEventCallback::fieldData' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEventCallback.h
  'static SoFieldData * SoExtSelection::fieldData' at line 79 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoExtSelection.h
  'static SoFieldData * SoFaceSet::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFaceSet.h
  'static SoFieldData * SoFile::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFile.h
  'static SoFieldData * SoFont::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFont.h
  'static SoFieldData * SoFontStyle::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFontStyle.h
  'static SoFieldData * SoFragmentShader::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFragmentShader.h
  'static SoFieldData * SoFrustumCamera::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFrustumCamera.h
  'static SoFieldData * SoGeoCoordinate::fieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoCoordinate.h
  'static SoFieldData * SoGeoLocation::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoLocation.h
  'static SoFieldData * SoGeometryShader::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeometryShader.h
  'static SoFieldData * SoGeoOrigin::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoOrigin.h
  'static SoFieldData * SoGeoSeparator::fieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoSeparator.h
  'static SoFieldData * SoGroup::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGroup.h
  'static SoFieldData * SoImage::fieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoImage.h
  'static SoFieldData * SoIndexedFaceSet::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedFaceSet.h
  'static SoFieldData * SoIndexedLineSet::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedLineSet.h
  'static SoFieldData * SoIndexedMarkerSet::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedMarkerSet.h
  'static SoFieldData * SoIndexedNurbsCurve::fieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsCurve.h
  'static SoFieldData * SoIndexedNurbsSurface::fieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsSurface.h
  'static SoFieldData * SoIndexedPointSet::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h
  'static SoFieldData * SoIndexedShape::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedShape.h
  'static SoFieldData * SoIndexedTriangleStripSet::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedTriangleStripSet.h
  'static SoFieldData * SoInfo::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoInfo.h
  'static SoFieldData * SoLabel::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLabel.h
  'static SoFieldData * SoLevelOfDetail::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLevelOfDetail.h
  'static SoFieldData * SoLight::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLight.h
  'static SoFieldData * SoLightModel::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLightModel.h
  'static SoFieldData * SoLinearProfile::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLinearProfile.h
  'static SoFieldData * SoLineSet::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLineSet.h
  'static SoFieldData * SoListener::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoListener.h
  'static SoFieldData * SoLocateHighlight::fieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLocateHighlight.h
  'static SoFieldData * SoLOD::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLOD.h
  'static SoFieldData * SoMarkerSet::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMarkerSet.h
  'static SoFieldData * SoMaterialBinding::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterialBinding.h
  'static SoFieldData * SoMaterial::fieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterial.h
  'static SoFieldData * SoMatrixTransform::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMatrixTransform.h
  'static SoFieldData * SoMultipleCopy::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMultipleCopy.h
  'static SoFieldData * SoNonIndexedShape::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNonIndexedShape.h
  'static SoFieldData * SoNormalBinding::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormalBinding.h
  'static SoFieldData * SoNormal::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormal.h
  'static SoFieldData * SoNurbsCurve::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsCurve.h
  'static SoFieldData * SoNurbsProfile::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsProfile.h
  'static SoFieldData * SoNurbsSurface::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsSurface.h
  'static SoFieldData * SoOrthographicCamera::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoOrthographicCamera.h
  'static SoFieldData * SoPackedColor::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPackedColor.h
  'static SoFieldData * SoPathSwitch::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPathSwitch.h
  'static SoFieldData * SoPendulum::fieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPendulum.h
  'static SoFieldData * SoPerspectiveCamera::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPerspectiveCamera.h
  'static SoFieldData * SoPickStyle::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPickStyle.h
  'static SoFieldData * SoPointLight::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointLight.h
  'static SoFieldData * SoPointSet::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointSet.h
  'static SoFieldData * SoPolygonOffset::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPolygonOffset.h
  'static SoFieldData * SoProfileCoordinate2::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate2.h
  'static SoFieldData * SoProfileCoordinate3::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate3.h
  'static SoFieldData * SoProfile::fieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfile.h
  'static SoFieldData * SoQuadMesh::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoQuadMesh.h
  'static SoFieldData * SoResetTransform::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoResetTransform.h
  'static SoFieldData * SoRotation::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotation.h
  'static SoFieldData * SoRotationXYZ::fieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotationXYZ.h
  'static SoFieldData * SoRotor::fieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotor.h
  'static SoFieldData * SoScale::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoScale.h
  'static SoFieldData * SoSceneTexture2::fieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTexture2.h
  'static SoFieldData * SoSceneTextureCubeMap::fieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h
  'static SoFieldData * SoSelection::fieldData' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSelection.h
  'static SoFieldData * SoSeparator::fieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSeparator.h
  'static SoFieldData * SoShaderObject::fieldData' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderObject.h
  'static SoFieldData * SoShaderParameter::fieldData' at line 76 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoUniformShaderParameter::fieldData' at line 97 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderParameter1f::fieldData' at line 120 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderParameter1i::fieldData' at line 140 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderParameter2f::fieldData' at line 160 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderParameter2i::fieldData' at line 180 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderParameter3f::fieldData' at line 200 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderParameter3i::fieldData' at line 221 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderParameter4f::fieldData' at line 242 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderParameter4i::fieldData' at line 263 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderParameterArray1f::fieldData' at line 284 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderParameterArray1i::fieldData' at line 305 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderParameterArray2f::fieldData' at line 326 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderParameterArray2i::fieldData' at line 346 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderParameterArray3f::fieldData' at line 367 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderParameterArray3i::fieldData' at line 388 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderParameterArray4f::fieldData' at line 409 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderParameterArray4i::fieldData' at line 431 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderParameterMatrix::fieldData' at line 452 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderParameterMatrixArray::fieldData' at line 473 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderStateMatrixParameter::fieldData' at line 494 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static SoFieldData * SoShaderProgram::fieldData' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderProgram.h
  'static SoFieldData * SoShape::fieldData' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShape.h
  'static SoFieldData * SoShapeHints::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShapeHints.h
  'static SoFieldData * SoShuttle::fieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShuttle.h
  'static SoFieldData * SoSphere::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSphere.h
  'static SoFieldData * SoSpotLight::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSpotLight.h
  'static SoFieldData * SoSurroundScale::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSurroundScale.h
  'static SoFieldData * SoSwitch::fieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSwitch.h
  'static SoFieldData * SoText2::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText2.h
  'static SoFieldData * SoText3::fieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText3.h
  'static SoFieldData * SoTexture2::fieldData' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2.h
  'static SoFieldData * SoTexture2Transform::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2Transform.h
  'static SoFieldData * SoTexture3::fieldData' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3.h
  'static SoFieldData * SoTexture3Transform::fieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3Transform.h
  'static SoFieldData * SoTextureCombine::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h
  'static SoFieldData * SoTextureCoordinate2::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate2.h
  'static SoFieldData * SoTextureCoordinate3::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate3.h
  'static SoFieldData * SoTextureCoordinateBinding::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateBinding.h
  'static SoFieldData * SoTextureCoordinateCube::fieldData' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCube.h
  'static SoFieldData * SoTextureCoordinateCylinder::fieldData' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCylinder.h
  'static SoFieldData * SoTextureCoordinateDefault::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateDefault.h
  'static SoFieldData * SoTextureCoordinateEnvironment::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateEnvironment.h
  'static SoFieldData * SoTextureCoordinateFunction::fieldData' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateFunction.h
  'static SoFieldData * SoTextureCoordinateNormalMap::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateNormalMap.h
  'static SoFieldData * SoTextureCoordinateObject::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateObject.h
  'static SoFieldData * SoTextureCoordinatePlane::fieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinatePlane.h
  'static SoFieldData * SoTextureCoordinateReflectionMap::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateReflectionMap.h
  'static SoFieldData * SoTextureCoordinateSphere::fieldData' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateSphere.h
  'static SoFieldData * SoTextureCubeMap::fieldData' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCubeMap.h
  'static SoFieldData * SoTexture::fieldData' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture.h
  'static SoFieldData * SoTextureMatrixTransform::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureMatrixTransform.h
  'static SoFieldData * SoTextureScalePolicy::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureScalePolicy.h
  'static SoFieldData * SoTextureUnit::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureUnit.h
  'static SoFieldData * SoTransformation::fieldData' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformation.h
  'static SoFieldData * SoTransform::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransform.h
  'static SoFieldData * SoTransformSeparator::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformSeparator.h
  'static SoFieldData * SoTranslation::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTranslation.h
  'static SoFieldData * SoTransparencyType::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransparencyType.h
  'static SoFieldData * SoTriangleStripSet::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTriangleStripSet.h
  'static SoFieldData * SoUnits::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoUnits.h
  'static SoFieldData * SoVertexAttributeBinding::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttributeBinding.h
  'static SoFieldData * SoVertexProperty::fieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexProperty.h
  'static SoFieldData * SoVertexShader::fieldData' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShader.h
  'static SoFieldData * SoVertexShape::fieldData' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShape.h
  'static SoFieldData * SoWWWAnchor::fieldData' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWAnchor.h
  'static SoFieldData * SoWWWInline::fieldData' at line 60 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWInline.h
  'static SoFieldData * SoVRMLAnchor::fieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAnchor.h
  'static SoFieldData * SoVRMLAppearance::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAppearance.h
  'static SoFieldData * SoVRMLAudioClip::fieldData' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h
  'static SoFieldData * SoVRMLBackground::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h
  'static SoFieldData * SoVRMLBillboard::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBillboard.h
  'static SoFieldData * SoVRMLBox::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBox.h
  'static SoFieldData * SoVRMLCollision::fieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCollision.h
  'static SoFieldData * SoVRMLColor::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColor.h
  'static SoFieldData * SoVRMLColorInterpolator::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColorInterpolator.h
  'static SoFieldData * SoVRMLCone::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCone.h
  'static SoFieldData * SoVRMLCoordinate::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinate.h
  'static SoFieldData * SoVRMLCoordinateInterpolator::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinateInterpolator.h
  'static SoFieldData * SoVRMLCylinder::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinder.h
  'static SoFieldData * SoVRMLCylinderSensor::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinderSensor.h
  'static SoFieldData * SoVRMLDirectionalLight::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDirectionalLight.h
  'static SoFieldData * SoVRMLDragSensor::fieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDragSensor.h
  'static SoFieldData * SoVRMLElevationGrid::fieldData' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLElevationGrid.h
  'static SoFieldData * SoVRMLExtrusion::fieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h
  'static SoFieldData * SoVRMLFog::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFog.h
  'static SoFieldData * SoVRMLFontStyle::fieldData' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h
  'static SoFieldData * SoVRMLGeometry::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGeometry.h
  'static SoFieldData * SoVRMLGroup::fieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h
  'static SoFieldData * SoVRMLImageTexture::fieldData' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLImageTexture.h
  'static SoFieldData * SoVRMLIndexedFaceSet::fieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedFaceSet.h
  'static SoFieldData * SoVRMLIndexedLine::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h
  'static SoFieldData * SoVRMLIndexedLineSet::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLineSet.h
  'static SoFieldData * SoVRMLIndexedShape::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedShape.h
  'static SoFieldData * SoVRMLInline::fieldData' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInline.h
  'static SoFieldData * SoVRMLInterpolator::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInterpolator.h
  'static SoFieldData * SoVRMLLight::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLight.h
  'static SoFieldData * SoVRMLLOD::fieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLOD.h
  'static SoFieldData * SoVRMLMaterial::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMaterial.h
  'static SoFieldData * SoVRMLMovieTexture::fieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMovieTexture.h
  'static SoFieldData * SoVRMLNavigationInfo::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNavigationInfo.h
  'static SoFieldData * SoVRMLNormal::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormal.h
  'static SoFieldData * SoVRMLNormalInterpolator::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormalInterpolator.h
  'static SoFieldData * SoVRMLOrientationInterpolator::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLOrientationInterpolator.h
  'static SoFieldData * SoVRMLParent::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLParent.h
  'static SoFieldData * SoVRMLPixelTexture::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPixelTexture.h
  'static SoFieldData * SoVRMLPlaneSensor::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPlaneSensor.h
  'static SoFieldData * SoVRMLPointLight::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointLight.h
  'static SoFieldData * SoVRMLPointSet::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointSet.h
  'static SoFieldData * SoVRMLPositionInterpolator::fieldData' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPositionInterpolator.h
  'static SoFieldData * SoVRMLProximitySensor::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLProximitySensor.h
  'static SoFieldData * SoVRMLScalarInterpolator::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScalarInterpolator.h
  'static SoFieldData * SoVRMLSensor::fieldData' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h
  'static SoFieldData * SoVRMLShape::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLShape.h
  'static SoFieldData * SoVRMLSound::fieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSound.h
  'static SoFieldData * SoVRMLSphere::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphere.h
  'static SoFieldData * SoVRMLSphereSensor::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphereSensor.h
  'static SoFieldData * SoVRMLSpotLight::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSpotLight.h
  'static SoFieldData * SoVRMLSwitch::fieldData' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSwitch.h
  'static SoFieldData * SoVRMLText::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLText.h
  'static SoFieldData * SoVRMLTextureCoordinate::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureCoordinate.h
  'static SoFieldData * SoVRMLTexture::fieldData' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTexture.h
  'static SoFieldData * SoVRMLTextureTransform::fieldData' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureTransform.h
  'static SoFieldData * SoVRMLTimeSensor::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTimeSensor.h
  'static SoFieldData * SoVRMLTouchSensor::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTouchSensor.h
  'static SoFieldData * SoVRMLTransform::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTransform.h
  'static SoFieldData * SoVRMLVertexLine::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexLine.h
  'static SoFieldData * SoVRMLVertexPoint::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexPoint.h
  'static SoFieldData * SoVRMLVertexShape::fieldData' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h
  'static SoFieldData * SoVRMLViewpoint::fieldData' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLViewpoint.h
  'static SoFieldData * SoVRMLVisibilitySensor::fieldData' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVisibilitySensor.h
  'static SoFieldData * SoVRMLWorldInfo::fieldData' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLWorldInfo.h
  'static SoFieldData * SoPackedColorV20::fieldData' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoPackedColorV20.h
  'static SoFieldData * SoShapeHintsV10::fieldData' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoShapeHintsV10.h
/var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoReversePerspectiveCamera.cpp:82: warning: no uniquely matching class member found for 
  const SoFieldData ** SoReversePerspectiveCamera::getFieldDataPtr(void)
Possible candidates:
  'static const SoFieldData ** SoForeignFileKit::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoForeignFileKit.h
  'static const SoFieldData ** SoSTLFileKit::getFieldDataPtr(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h
  'static const SoFieldData ** SoShadowCulling::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowCulling.h
  'static const SoFieldData ** SoShadowDirectionalLight::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowDirectionalLight.h
  'static const SoFieldData ** SoShadowGroup::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowGroup.h
  'static const SoFieldData ** SoShadowSpotLight::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowSpotLight.h
  'static const SoFieldData ** SoShadowStyle::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowStyle.h
  'static const SoFieldData ** SoNodeVisualize::getFieldDataPtr(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h
  'static const SoFieldData ** SoProfilerOverlayKit::getFieldDataPtr(void)' at line 10 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h
  'static const SoFieldData ** SoProfilerStats::getFieldDataPtr(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodes/SoProfilerStats.h
  'static const SoFieldData ** SoCenterballDragger::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h
  'static const SoFieldData ** SoDirectionalLightDragger::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDirectionalLightDragger.h
  'static const SoFieldData ** SoDragger::getFieldDataPtr(void)' at line 65 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h
  'static const SoFieldData ** SoDragPointDragger::getFieldDataPtr(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h
  'static const SoFieldData ** SoHandleBoxDragger::getFieldDataPtr(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h
  'static const SoFieldData ** SoJackDragger::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoJackDragger.h
  'static const SoFieldData ** SoPointLightDragger::getFieldDataPtr(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoPointLightDragger.h
  'static const SoFieldData ** SoRotateCylindricalDragger::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateCylindricalDragger.h
  'static const SoFieldData ** SoRotateDiscDragger::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateDiscDragger.h
  'static const SoFieldData ** SoRotateSphericalDragger::getFieldDataPtr(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateSphericalDragger.h
  'static const SoFieldData ** SoScale1Dragger::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale1Dragger.h
  'static const SoFieldData ** SoScale2Dragger::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2Dragger.h
  'static const SoFieldData ** SoScale2UniformDragger::getFieldDataPtr(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2UniformDragger.h
  'static const SoFieldData ** SoScaleUniformDragger::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScaleUniformDragger.h
  'static const SoFieldData ** SoSpotLightDragger::getFieldDataPtr(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h
  'static const SoFieldData ** SoTabBoxDragger::getFieldDataPtr(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h
  'static const SoFieldData ** SoTabPlaneDragger::getFieldDataPtr(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h
  'static const SoFieldData ** SoTrackballDragger::getFieldDataPtr(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h
  'static const SoFieldData ** SoTransformBoxDragger::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h
  'static const SoFieldData ** SoTransformerDragger::getFieldDataPtr(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h
  'static const SoFieldData ** SoTranslate1Dragger::getFieldDataPtr(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate1Dragger.h
  'static const SoFieldData ** SoTranslate2Dragger::getFieldDataPtr(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h
  'static const SoFieldData ** SoNodeEngine::getFieldDataPtr(void)' at line 69 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoNodeEngine.h
  'static const SoFieldData ** SoCenterballManip::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoCenterballManip.h
  'static const SoFieldData ** SoClipPlaneManip::getFieldDataPtr(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoClipPlaneManip.h
  'static const SoFieldData ** SoDirectionalLightManip::getFieldDataPtr(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoDirectionalLightManip.h
  'static const SoFieldData ** SoHandleBoxManip::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoHandleBoxManip.h
  'static const SoFieldData ** SoJackManip::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoJackManip.h
  'static const SoFieldData ** SoPointLightManip::getFieldDataPtr(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoPointLightManip.h
  'static const SoFieldData ** SoSpotLightManip::getFieldDataPtr(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoSpotLightManip.h
  'static const SoFieldData ** SoTabBoxManip::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTabBoxManip.h
  'static const SoFieldData ** SoTrackballManip::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTrackballManip.h
  'static const SoFieldData ** SoTransformBoxManip::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformBoxManip.h
  'static const SoFieldData ** SoTransformerManip::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformerManip.h
  'static const SoFieldData ** SoTransformManip::getFieldDataPtr(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformManip.h
  'static const SoFieldData ** SoAppearanceKit::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoAppearanceKit.h
  'static const SoFieldData ** SoBaseKit::getFieldDataPtr(void)' at line 69 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h
  'static const SoFieldData ** SoCameraKit::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoCameraKit.h
  'static const SoFieldData ** SoInteractionKit::getFieldDataPtr(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h
  'static const SoFieldData ** SoLightKit::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoLightKit.h
  'static const SoFieldData ** SoNodeKitListPart::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoNodeKitListPart.h
  'static const SoFieldData ** SoSceneKit::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSceneKit.h
  'static const SoFieldData ** SoSeparatorKit::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h
  'static const SoFieldData ** SoShapeKit::getFieldDataPtr(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h
  'static const SoFieldData ** SoWrapperKit::getFieldDataPtr(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoWrapperKit.h
  'static const SoFieldData ** SoAlphaTest::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAlphaTest.h
  'static const SoFieldData ** SoAnnotation::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAnnotation.h
  'static const SoFieldData ** SoAntiSquish::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAntiSquish.h
  'static const SoFieldData ** SoArray::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoArray.h
  'static const SoFieldData ** SoAsciiText::getFieldDataPtr(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAsciiText.h
  'static const SoFieldData ** SoBaseColor::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBaseColor.h
  'static const SoFieldData ** SoBlinker::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBlinker.h
  'static const SoFieldData ** SoBumpMapCoordinate::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapCoordinate.h
  'static const SoFieldData ** SoBumpMap::getFieldDataPtr(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMap.h
  'static const SoFieldData ** SoBumpMapTransform::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapTransform.h
  'static const SoFieldData ** SoCacheHint::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCacheHint.h
  'static const SoFieldData ** SoCallback::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCallback.h
  'static const SoFieldData ** SoCamera::getFieldDataPtr(void)' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCamera.h
  'static const SoFieldData ** SoClipPlane::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoClipPlane.h
  'static const SoFieldData ** SoColorIndex::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoColorIndex.h
  'static const SoFieldData ** SoComplexity::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoComplexity.h
  'static const SoFieldData ** SoCone::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCone.h
  'static const SoFieldData ** SoCoordinate3::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate3.h
  'static const SoFieldData ** SoCoordinate4::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate4.h
  'static const SoFieldData ** SoCube::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCube.h
  'static const SoFieldData ** SoCylinder::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCylinder.h
  'static const SoFieldData ** SoDepthBuffer::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDepthBuffer.h
  'static const SoFieldData ** SoDirectionalLight::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDirectionalLight.h
  'static const SoFieldData ** SoDrawStyle::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDrawStyle.h
  'static const SoFieldData ** SoEnvironment::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEnvironment.h
  'static const SoFieldData ** SoEventCallback::getFieldDataPtr(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEventCallback.h
  'static const SoFieldData ** SoExtSelection::getFieldDataPtr(void)' at line 79 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoExtSelection.h
  'static const SoFieldData ** SoFaceSet::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFaceSet.h
  'static const SoFieldData ** SoFile::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFile.h
  'static const SoFieldData ** SoFont::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFont.h
  'static const SoFieldData ** SoFontStyle::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFontStyle.h
  'static const SoFieldData ** SoFragmentShader::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFragmentShader.h
  'static const SoFieldData ** SoFrustumCamera::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFrustumCamera.h
  'static const SoFieldData ** SoGeoCoordinate::getFieldDataPtr(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoCoordinate.h
  'static const SoFieldData ** SoGeoLocation::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoLocation.h
  'static const SoFieldData ** SoGeometryShader::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeometryShader.h
  'static const SoFieldData ** SoGeoOrigin::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoOrigin.h
  'static const SoFieldData ** SoGeoSeparator::getFieldDataPtr(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoSeparator.h
  'static const SoFieldData ** SoGroup::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGroup.h
  'static const SoFieldData ** SoImage::getFieldDataPtr(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoImage.h
  'static const SoFieldData ** SoIndexedFaceSet::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedFaceSet.h
  'static const SoFieldData ** SoIndexedLineSet::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedLineSet.h
  'static const SoFieldData ** SoIndexedMarkerSet::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedMarkerSet.h
  'static const SoFieldData ** SoIndexedNurbsCurve::getFieldDataPtr(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsCurve.h
  'static const SoFieldData ** SoIndexedNurbsSurface::getFieldDataPtr(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsSurface.h
  'static const SoFieldData ** SoIndexedPointSet::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h
  'static const SoFieldData ** SoIndexedShape::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedShape.h
  'static const SoFieldData ** SoIndexedTriangleStripSet::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedTriangleStripSet.h
  'static const SoFieldData ** SoInfo::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoInfo.h
  'static const SoFieldData ** SoLabel::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLabel.h
  'static const SoFieldData ** SoLevelOfDetail::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLevelOfDetail.h
  'static const SoFieldData ** SoLight::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLight.h
  'static const SoFieldData ** SoLightModel::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLightModel.h
  'static const SoFieldData ** SoLinearProfile::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLinearProfile.h
  'static const SoFieldData ** SoLineSet::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLineSet.h
  'static const SoFieldData ** SoListener::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoListener.h
  'static const SoFieldData ** SoLocateHighlight::getFieldDataPtr(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLocateHighlight.h
  'static const SoFieldData ** SoLOD::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLOD.h
  'static const SoFieldData ** SoMarkerSet::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMarkerSet.h
  'static const SoFieldData ** SoMaterialBinding::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterialBinding.h
  'static const SoFieldData ** SoMaterial::getFieldDataPtr(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterial.h
  'static const SoFieldData ** SoMatrixTransform::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMatrixTransform.h
  'static const SoFieldData ** SoMultipleCopy::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMultipleCopy.h
  'static const SoFieldData ** SoNode::getFieldDataPtr(void)' at line 157 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNode.h
  'static const SoFieldData ** SoNonIndexedShape::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNonIndexedShape.h
  'static const SoFieldData ** SoNormalBinding::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormalBinding.h
  'static const SoFieldData ** SoNormal::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormal.h
  'static const SoFieldData ** SoNurbsCurve::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsCurve.h
  'static const SoFieldData ** SoNurbsProfile::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsProfile.h
  'static const SoFieldData ** SoNurbsSurface::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsSurface.h
  'static const SoFieldData ** SoOrthographicCamera::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoOrthographicCamera.h
  'static const SoFieldData ** SoPackedColor::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPackedColor.h
  'static const SoFieldData ** SoPathSwitch::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPathSwitch.h
  'static const SoFieldData ** SoPendulum::getFieldDataPtr(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPendulum.h
  'static const SoFieldData ** SoPerspectiveCamera::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPerspectiveCamera.h
  'static const SoFieldData ** SoPickStyle::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPickStyle.h
  'static const SoFieldData ** SoPointLight::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointLight.h
  'static const SoFieldData ** SoPointSet::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointSet.h
  'static const SoFieldData ** SoPolygonOffset::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPolygonOffset.h
  'static const SoFieldData ** SoProfileCoordinate2::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate2.h
  'static const SoFieldData ** SoProfileCoordinate3::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate3.h
  'static const SoFieldData ** SoProfile::getFieldDataPtr(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfile.h
  'static const SoFieldData ** SoQuadMesh::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoQuadMesh.h
  'static const SoFieldData ** SoResetTransform::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoResetTransform.h
  'static const SoFieldData ** SoRotation::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotation.h
  'static const SoFieldData ** SoRotationXYZ::getFieldDataPtr(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotationXYZ.h
  'static const SoFieldData ** SoRotor::getFieldDataPtr(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotor.h
  'static const SoFieldData ** SoScale::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoScale.h
  'static const SoFieldData ** SoSceneTexture2::getFieldDataPtr(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTexture2.h
  'static const SoFieldData ** SoSceneTextureCubeMap::getFieldDataPtr(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h
  'static const SoFieldData ** SoSelection::getFieldDataPtr(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSelection.h
  'static const SoFieldData ** SoSeparator::getFieldDataPtr(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSeparator.h
  'static const SoFieldData ** SoShaderObject::getFieldDataPtr(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderObject.h
  'static const SoFieldData ** SoShaderParameter::getFieldDataPtr(void)' at line 76 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoUniformShaderParameter::getFieldDataPtr(void)' at line 97 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameter1f::getFieldDataPtr(void)' at line 120 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameter1i::getFieldDataPtr(void)' at line 140 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameter2f::getFieldDataPtr(void)' at line 160 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameter2i::getFieldDataPtr(void)' at line 180 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameter3f::getFieldDataPtr(void)' at line 200 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameter3i::getFieldDataPtr(void)' at line 221 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameter4f::getFieldDataPtr(void)' at line 242 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameter4i::getFieldDataPtr(void)' at line 263 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterArray1f::getFieldDataPtr(void)' at line 284 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterArray1i::getFieldDataPtr(void)' at line 305 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterArray2f::getFieldDataPtr(void)' at line 326 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterArray2i::getFieldDataPtr(void)' at line 346 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterArray3f::getFieldDataPtr(void)' at line 367 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterArray3i::getFieldDataPtr(void)' at line 388 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterArray4f::getFieldDataPtr(void)' at line 409 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterArray4i::getFieldDataPtr(void)' at line 431 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterMatrix::getFieldDataPtr(void)' at line 452 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderParameterMatrixArray::getFieldDataPtr(void)' at line 473 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderStateMatrixParameter::getFieldDataPtr(void)' at line 494 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static const SoFieldData ** SoShaderProgram::getFieldDataPtr(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderProgram.h
  'static const SoFieldData ** SoShape::getFieldDataPtr(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShape.h
  'static const SoFieldData ** SoShapeHints::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShapeHints.h
  'static const SoFieldData ** SoShuttle::getFieldDataPtr(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShuttle.h
  'static const SoFieldData ** SoSphere::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSphere.h
  'static const SoFieldData ** SoSpotLight::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSpotLight.h
  'static const SoFieldData ** SoSurroundScale::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSurroundScale.h
  'static const SoFieldData ** SoSwitch::getFieldDataPtr(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSwitch.h
  'static const SoFieldData ** SoText2::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText2.h
  'static const SoFieldData ** SoText3::getFieldDataPtr(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText3.h
  'static const SoFieldData ** SoTexture2::getFieldDataPtr(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2.h
  'static const SoFieldData ** SoTexture2Transform::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2Transform.h
  'static const SoFieldData ** SoTexture3::getFieldDataPtr(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3.h
  'static const SoFieldData ** SoTexture3Transform::getFieldDataPtr(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3Transform.h
  'static const SoFieldData ** SoTextureCombine::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h
  'static const SoFieldData ** SoTextureCoordinate2::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate2.h
  'static const SoFieldData ** SoTextureCoordinate3::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate3.h
  'static const SoFieldData ** SoTextureCoordinateBinding::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateBinding.h
  'static const SoFieldData ** SoTextureCoordinateCube::getFieldDataPtr(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCube.h
  'static const SoFieldData ** SoTextureCoordinateCylinder::getFieldDataPtr(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCylinder.h
  'static const SoFieldData ** SoTextureCoordinateDefault::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateDefault.h
  'static const SoFieldData ** SoTextureCoordinateEnvironment::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateEnvironment.h
  'static const SoFieldData ** SoTextureCoordinateFunction::getFieldDataPtr(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateFunction.h
  'static const SoFieldData ** SoTextureCoordinateNormalMap::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateNormalMap.h
  'static const SoFieldData ** SoTextureCoordinateObject::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateObject.h
  'static const SoFieldData ** SoTextureCoordinatePlane::getFieldDataPtr(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinatePlane.h
  'static const SoFieldData ** SoTextureCoordinateReflectionMap::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateReflectionMap.h
  'static const SoFieldData ** SoTextureCoordinateSphere::getFieldDataPtr(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateSphere.h
  'static const SoFieldData ** SoTextureCubeMap::getFieldDataPtr(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCubeMap.h
  'static const SoFieldData ** SoTexture::getFieldDataPtr(void)' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture.h
  'static const SoFieldData ** SoTextureMatrixTransform::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureMatrixTransform.h
  'static const SoFieldData ** SoTextureScalePolicy::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureScalePolicy.h
  'static const SoFieldData ** SoTextureUnit::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureUnit.h
  'static const SoFieldData ** SoTransformation::getFieldDataPtr(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformation.h
  'static const SoFieldData ** SoTransform::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransform.h
  'static const SoFieldData ** SoTransformSeparator::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformSeparator.h
  'static const SoFieldData ** SoTranslation::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTranslation.h
  'static const SoFieldData ** SoTransparencyType::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransparencyType.h
  'static const SoFieldData ** SoTriangleStripSet::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTriangleStripSet.h
  'static const SoFieldData ** SoUnits::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoUnits.h
  'static const SoFieldData ** SoVertexAttributeBinding::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttributeBinding.h
  'static const SoFieldData ** SoVertexProperty::getFieldDataPtr(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexProperty.h
  'static const SoFieldData ** SoVertexShader::getFieldDataPtr(void)' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShader.h
  'static const SoFieldData ** SoVertexShape::getFieldDataPtr(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShape.h
  'static const SoFieldData ** SoWWWAnchor::getFieldDataPtr(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWAnchor.h
  'static const SoFieldData ** SoWWWInline::getFieldDataPtr(void)' at line 60 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWInline.h
  'static const SoFieldData ** SoVRMLAnchor::getFieldDataPtr(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAnchor.h
  'static const SoFieldData ** SoVRMLAppearance::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAppearance.h
  'static const SoFieldData ** SoVRMLAudioClip::getFieldDataPtr(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h
  'static const SoFieldData ** SoVRMLBackground::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h
  'static const SoFieldData ** SoVRMLBillboard::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBillboard.h
  'static const SoFieldData ** SoVRMLBox::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBox.h
  'static const SoFieldData ** SoVRMLCollision::getFieldDataPtr(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCollision.h
  'static const SoFieldData ** SoVRMLColor::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColor.h
  'static const SoFieldData ** SoVRMLColorInterpolator::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColorInterpolator.h
  'static const SoFieldData ** SoVRMLCone::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCone.h
  'static const SoFieldData ** SoVRMLCoordinate::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinate.h
  'static const SoFieldData ** SoVRMLCoordinateInterpolator::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinateInterpolator.h
  'static const SoFieldData ** SoVRMLCylinder::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinder.h
  'static const SoFieldData ** SoVRMLCylinderSensor::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinderSensor.h
  'static const SoFieldData ** SoVRMLDirectionalLight::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDirectionalLight.h
  'static const SoFieldData ** SoVRMLDragSensor::getFieldDataPtr(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDragSensor.h
  'static const SoFieldData ** SoVRMLElevationGrid::getFieldDataPtr(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLElevationGrid.h
  'static const SoFieldData ** SoVRMLExtrusion::getFieldDataPtr(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h
  'static const SoFieldData ** SoVRMLFog::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFog.h
  'static const SoFieldData ** SoVRMLFontStyle::getFieldDataPtr(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h
  'static const SoFieldData ** SoVRMLGeometry::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGeometry.h
  'static const SoFieldData ** SoVRMLGroup::getFieldDataPtr(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h
  'static const SoFieldData ** SoVRMLImageTexture::getFieldDataPtr(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLImageTexture.h
  'static const SoFieldData ** SoVRMLIndexedFaceSet::getFieldDataPtr(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedFaceSet.h
  'static const SoFieldData ** SoVRMLIndexedLine::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h
  'static const SoFieldData ** SoVRMLIndexedLineSet::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLineSet.h
  'static const SoFieldData ** SoVRMLIndexedShape::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedShape.h
  'static const SoFieldData ** SoVRMLInline::getFieldDataPtr(void)' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInline.h
  'static const SoFieldData ** SoVRMLInterpolator::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInterpolator.h
  'static const SoFieldData ** SoVRMLLight::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLight.h
  'static const SoFieldData ** SoVRMLLOD::getFieldDataPtr(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLOD.h
  'static const SoFieldData ** SoVRMLMaterial::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMaterial.h
  'static const SoFieldData ** SoVRMLMovieTexture::getFieldDataPtr(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMovieTexture.h
  'static const SoFieldData ** SoVRMLNavigationInfo::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNavigationInfo.h
  'static const SoFieldData ** SoVRMLNormal::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormal.h
  'static const SoFieldData ** SoVRMLNormalInterpolator::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormalInterpolator.h
  'static const SoFieldData ** SoVRMLOrientationInterpolator::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLOrientationInterpolator.h
  'static const SoFieldData ** SoVRMLParent::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLParent.h
  'static const SoFieldData ** SoVRMLPixelTexture::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPixelTexture.h
  'static const SoFieldData ** SoVRMLPlaneSensor::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPlaneSensor.h
  'static const SoFieldData ** SoVRMLPointLight::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointLight.h
  'static const SoFieldData ** SoVRMLPointSet::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointSet.h
  'static const SoFieldData ** SoVRMLPositionInterpolator::getFieldDataPtr(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPositionInterpolator.h
  'static const SoFieldData ** SoVRMLProximitySensor::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLProximitySensor.h
  'static const SoFieldData ** SoVRMLScalarInterpolator::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScalarInterpolator.h
  'static const SoFieldData ** SoVRMLSensor::getFieldDataPtr(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h
  'static const SoFieldData ** SoVRMLShape::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLShape.h
  'static const SoFieldData ** SoVRMLSound::getFieldDataPtr(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSound.h
  'static const SoFieldData ** SoVRMLSphere::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphere.h
  'static const SoFieldData ** SoVRMLSphereSensor::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphereSensor.h
  'static const SoFieldData ** SoVRMLSpotLight::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSpotLight.h
  'static const SoFieldData ** SoVRMLSwitch::getFieldDataPtr(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSwitch.h
  'static const SoFieldData ** SoVRMLText::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLText.h
  'static const SoFieldData ** SoVRMLTextureCoordinate::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureCoordinate.h
  'static const SoFieldData ** SoVRMLTexture::getFieldDataPtr(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTexture.h
  'static const SoFieldData ** SoVRMLTextureTransform::getFieldDataPtr(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureTransform.h
  'static const SoFieldData ** SoVRMLTimeSensor::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTimeSensor.h
  'static const SoFieldData ** SoVRMLTouchSensor::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTouchSensor.h
  'static const SoFieldData ** SoVRMLTransform::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTransform.h
  'static const SoFieldData ** SoVRMLVertexLine::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexLine.h
  'static const SoFieldData ** SoVRMLVertexPoint::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexPoint.h
  'static const SoFieldData ** SoVRMLVertexShape::getFieldDataPtr(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h
  'static const SoFieldData ** SoVRMLViewpoint::getFieldDataPtr(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLViewpoint.h
  'static const SoFieldData ** SoVRMLVisibilitySensor::getFieldDataPtr(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVisibilitySensor.h
  'static const SoFieldData ** SoVRMLWorldInfo::getFieldDataPtr(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLWorldInfo.h
  'static const SoFieldData ** SoPackedColorV20::getFieldDataPtr(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoPackedColorV20.h
  'static const SoFieldData ** SoShapeHintsV10::getFieldDataPtr(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoShapeHintsV10.h
/var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoReversePerspectiveCamera.cpp:82: warning: no uniquely matching class member found for 
  const SoFieldData * SoReversePerspectiveCamera::getFieldData(void) const
Possible candidates:
  'virtual const SoFieldData * SoForeignFileKit::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoForeignFileKit.h
  'virtual const SoFieldData * SoSTLFileKit::getFieldData(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h
  'virtual const SoFieldData * SoShadowCulling::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowCulling.h
  'virtual const SoFieldData * SoShadowDirectionalLight::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowDirectionalLight.h
  'virtual const SoFieldData * SoShadowGroup::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowGroup.h
  'virtual const SoFieldData * SoShadowSpotLight::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowSpotLight.h
  'virtual const SoFieldData * SoShadowStyle::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowStyle.h
  'virtual const SoFieldData * SoNodeVisualize::getFieldData(void) const' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h
  'virtual const SoFieldData * SoProfilerOverlayKit::getFieldData(void) const' at line 10 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h
  'virtual const SoFieldData * SoProfilerStats::getFieldData(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodes/SoProfilerStats.h
  'virtual const SoFieldData * SoCenterballDragger::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h
  'virtual const SoFieldData * SoDirectionalLightDragger::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDirectionalLightDragger.h
  'virtual const SoFieldData * SoDragger::getFieldData(void) const' at line 65 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h
  'virtual const SoFieldData * SoDragPointDragger::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h
  'virtual const SoFieldData * SoHandleBoxDragger::getFieldData(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h
  'virtual const SoFieldData * SoJackDragger::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoJackDragger.h
  'virtual const SoFieldData * SoPointLightDragger::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoPointLightDragger.h
  'virtual const SoFieldData * SoRotateCylindricalDragger::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateCylindricalDragger.h
  'virtual const SoFieldData * SoRotateDiscDragger::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateDiscDragger.h
  'virtual const SoFieldData * SoRotateSphericalDragger::getFieldData(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateSphericalDragger.h
  'virtual const SoFieldData * SoScale1Dragger::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale1Dragger.h
  'virtual const SoFieldData * SoScale2Dragger::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2Dragger.h
  'virtual const SoFieldData * SoScale2UniformDragger::getFieldData(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2UniformDragger.h
  'virtual const SoFieldData * SoScaleUniformDragger::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScaleUniformDragger.h
  'virtual const SoFieldData * SoSpotLightDragger::getFieldData(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h
  'virtual const SoFieldData * SoTabBoxDragger::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h
  'virtual const SoFieldData * SoTabPlaneDragger::getFieldData(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h
  'virtual const SoFieldData * SoTrackballDragger::getFieldData(void) const' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h
  'virtual const SoFieldData * SoTransformBoxDragger::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h
  'virtual const SoFieldData * SoTransformerDragger::getFieldData(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h
  'virtual const SoFieldData * SoTranslate1Dragger::getFieldData(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate1Dragger.h
  'virtual const SoFieldData * SoTranslate2Dragger::getFieldData(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h
  'virtual const SoFieldData * SoBoolOperation::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoBoolOperation.h
  'virtual const SoFieldData * SoCalculator::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoCalculator.h
  'virtual const SoFieldData * SoComposeMatrix::getFieldData(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeMatrix.h
  'virtual const SoFieldData * SoComposeRotationFromTo::getFieldData(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeRotationFromTo.h
  'virtual const SoFieldData * SoComposeRotation::getFieldData(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeRotation.h
  'virtual const SoFieldData * SoComposeVec2f::getFieldData(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec2f.h
  'virtual const SoFieldData * SoComposeVec3f::getFieldData(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec3f.h
  'virtual const SoFieldData * SoComposeVec4f::getFieldData(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec4f.h
  'virtual const SoFieldData * SoComputeBoundingBox::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComputeBoundingBox.h
  'virtual const SoFieldData * SoConcatenate::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoConcatenate.h
  'virtual const SoFieldData * SoCounter::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoCounter.h
  'virtual const SoFieldData * SoDecomposeMatrix::getFieldData(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeMatrix.h
  'virtual const SoFieldData * SoDecomposeRotation::getFieldData(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeRotation.h
  'virtual const SoFieldData * SoDecomposeVec2f::getFieldData(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec2f.h
  'virtual const SoFieldData * SoDecomposeVec3f::getFieldData(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec3f.h
  'virtual const SoFieldData * SoDecomposeVec4f::getFieldData(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec4f.h
  'virtual const SoFieldData * SoElapsedTime::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoElapsedTime.h
  'virtual const SoFieldData * SoFieldConverter::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoFieldConverter.h
  'virtual const SoFieldData * SoGate::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoGate.h
  'virtual const SoFieldData * SoHeightMapToNormalMap::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoHeightMapToNormalMap.h
  'virtual const SoFieldData * SoInterpolateFloat::getFieldData(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateFloat.h
  'virtual const SoFieldData * SoInterpolate::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolate.h
  'virtual const SoFieldData * SoInterpolateRotation::getFieldData(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateRotation.h
  'virtual const SoFieldData * SoInterpolateVec2f::getFieldData(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec2f.h
  'virtual const SoFieldData * SoInterpolateVec3f::getFieldData(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec3f.h
  'virtual const SoFieldData * SoInterpolateVec4f::getFieldData(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec4f.h
  'virtual const SoFieldData * SoOneShot::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoOneShot.h
  'virtual const SoFieldData * SoOnOff::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoOnOff.h
  'virtual const SoFieldData * SoSelectOne::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoSelectOne.h
  'virtual const SoFieldData * SoTexture2Convert::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTexture2Convert.h
  'virtual const SoFieldData * SoTimeCounter::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTimeCounter.h
  'virtual const SoFieldData * SoTransformVec3f::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTransformVec3f.h
  'virtual const SoFieldData * SoTriggerAny::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTriggerAny.h
  'virtual const SoFieldData * SoFieldContainer::getFieldData(void) const' at line 82 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoFieldContainer.h
  'virtual const SoFieldData * SoCenterballManip::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoCenterballManip.h
  'virtual const SoFieldData * SoClipPlaneManip::getFieldData(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoClipPlaneManip.h
  'virtual const SoFieldData * SoDirectionalLightManip::getFieldData(void) const' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoDirectionalLightManip.h
  'virtual const SoFieldData * SoHandleBoxManip::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoHandleBoxManip.h
  'virtual const SoFieldData * SoJackManip::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoJackManip.h
  'virtual const SoFieldData * SoPointLightManip::getFieldData(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoPointLightManip.h
  'virtual const SoFieldData * SoSpotLightManip::getFieldData(void) const' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoSpotLightManip.h
  'virtual const SoFieldData * SoTabBoxManip::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTabBoxManip.h
  'virtual const SoFieldData * SoTrackballManip::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTrackballManip.h
  'virtual const SoFieldData * SoTransformBoxManip::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformBoxManip.h
  'virtual const SoFieldData * SoTransformerManip::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformerManip.h
  'virtual const SoFieldData * SoTransformManip::getFieldData(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformManip.h
  'virtual const SoFieldData * SoProtoInstance::getFieldData(void) const' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoProtoInstance.h
  'virtual const SoFieldData * SoAppearanceKit::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoAppearanceKit.h
  'virtual const SoFieldData * SoBaseKit::getFieldData(void) const' at line 69 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h
  'virtual const SoFieldData * SoCameraKit::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoCameraKit.h
  'virtual const SoFieldData * SoInteractionKit::getFieldData(void) const' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h
  'virtual const SoFieldData * SoLightKit::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoLightKit.h
  'virtual const SoFieldData * SoNodeKitListPart::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoNodeKitListPart.h
  'virtual const SoFieldData * SoSceneKit::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSceneKit.h
  'virtual const SoFieldData * SoSeparatorKit::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h
  'virtual const SoFieldData * SoShapeKit::getFieldData(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h
  'virtual const SoFieldData * SoWrapperKit::getFieldData(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoWrapperKit.h
  'virtual const SoFieldData * SoAlphaTest::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAlphaTest.h
  'virtual const SoFieldData * SoAnnotation::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAnnotation.h
  'virtual const SoFieldData * SoAntiSquish::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAntiSquish.h
  'virtual const SoFieldData * SoArray::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoArray.h
  'virtual const SoFieldData * SoAsciiText::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAsciiText.h
  'virtual const SoFieldData * SoBaseColor::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBaseColor.h
  'virtual const SoFieldData * SoBlinker::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBlinker.h
  'virtual const SoFieldData * SoBumpMapCoordinate::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapCoordinate.h
  'virtual const SoFieldData * SoBumpMap::getFieldData(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMap.h
  'virtual const SoFieldData * SoBumpMapTransform::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapTransform.h
  'virtual const SoFieldData * SoCacheHint::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCacheHint.h
  'virtual const SoFieldData * SoCallback::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCallback.h
  'virtual const SoFieldData * SoCamera::getFieldData(void) const' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCamera.h
  'virtual const SoFieldData * SoClipPlane::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoClipPlane.h
  'virtual const SoFieldData * SoColorIndex::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoColorIndex.h
  'virtual const SoFieldData * SoComplexity::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoComplexity.h
  'virtual const SoFieldData * SoCone::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCone.h
  'virtual const SoFieldData * SoCoordinate3::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate3.h
  'virtual const SoFieldData * SoCoordinate4::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate4.h
  'virtual const SoFieldData * SoCube::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCube.h
  'virtual const SoFieldData * SoCylinder::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCylinder.h
  'virtual const SoFieldData * SoDepthBuffer::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDepthBuffer.h
  'virtual const SoFieldData * SoDirectionalLight::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDirectionalLight.h
  'virtual const SoFieldData * SoDrawStyle::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDrawStyle.h
  'virtual const SoFieldData * SoEnvironment::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEnvironment.h
  'virtual const SoFieldData * SoEventCallback::getFieldData(void) const' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEventCallback.h
  'virtual const SoFieldData * SoExtSelection::getFieldData(void) const' at line 79 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoExtSelection.h
  'virtual const SoFieldData * SoFaceSet::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFaceSet.h
  'virtual const SoFieldData * SoFile::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFile.h
  'virtual const SoFieldData * SoFont::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFont.h
  'virtual const SoFieldData * SoFontStyle::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFontStyle.h
  'virtual const SoFieldData * SoFragmentShader::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFragmentShader.h
  'virtual const SoFieldData * SoFrustumCamera::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFrustumCamera.h
  'virtual const SoFieldData * SoGeoCoordinate::getFieldData(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoCoordinate.h
  'virtual const SoFieldData * SoGeoLocation::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoLocation.h
  'virtual const SoFieldData * SoGeometryShader::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeometryShader.h
  'virtual const SoFieldData * SoGeoOrigin::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoOrigin.h
  'virtual const SoFieldData * SoGeoSeparator::getFieldData(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoSeparator.h
  'virtual const SoFieldData * SoGroup::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGroup.h
  'virtual const SoFieldData * SoImage::getFieldData(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoImage.h
  'virtual const SoFieldData * SoIndexedFaceSet::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedFaceSet.h
  'virtual const SoFieldData * SoIndexedLineSet::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedLineSet.h
  'virtual const SoFieldData * SoIndexedMarkerSet::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedMarkerSet.h
  'virtual const SoFieldData * SoIndexedNurbsCurve::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsCurve.h
  'virtual const SoFieldData * SoIndexedNurbsSurface::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsSurface.h
  'virtual const SoFieldData * SoIndexedPointSet::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h
  'virtual const SoFieldData * SoIndexedShape::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedShape.h
  'virtual const SoFieldData * SoIndexedTriangleStripSet::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedTriangleStripSet.h
  'virtual const SoFieldData * SoInfo::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoInfo.h
  'virtual const SoFieldData * SoLabel::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLabel.h
  'virtual const SoFieldData * SoLevelOfDetail::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLevelOfDetail.h
  'virtual const SoFieldData * SoLight::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLight.h
  'virtual const SoFieldData * SoLightModel::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLightModel.h
  'virtual const SoFieldData * SoLinearProfile::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLinearProfile.h
  'virtual const SoFieldData * SoLineSet::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLineSet.h
  'virtual const SoFieldData * SoListener::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoListener.h
  'virtual const SoFieldData * SoLocateHighlight::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLocateHighlight.h
  'virtual const SoFieldData * SoLOD::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLOD.h
  'virtual const SoFieldData * SoMarkerSet::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMarkerSet.h
  'virtual const SoFieldData * SoMaterialBinding::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterialBinding.h
  'virtual const SoFieldData * SoMaterial::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterial.h
  'virtual const SoFieldData * SoMatrixTransform::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMatrixTransform.h
  'virtual const SoFieldData * SoMultipleCopy::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMultipleCopy.h
  'virtual const SoFieldData * SoNonIndexedShape::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNonIndexedShape.h
  'virtual const SoFieldData * SoNormalBinding::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormalBinding.h
  'virtual const SoFieldData * SoNormal::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormal.h
  'virtual const SoFieldData * SoNurbsCurve::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsCurve.h
  'virtual const SoFieldData * SoNurbsProfile::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsProfile.h
  'virtual const SoFieldData * SoNurbsSurface::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsSurface.h
  'virtual const SoFieldData * SoOrthographicCamera::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoOrthographicCamera.h
  'virtual const SoFieldData * SoPackedColor::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPackedColor.h
  'virtual const SoFieldData * SoPathSwitch::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPathSwitch.h
  'virtual const SoFieldData * SoPendulum::getFieldData(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPendulum.h
  'virtual const SoFieldData * SoPerspectiveCamera::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPerspectiveCamera.h
  'virtual const SoFieldData * SoPickStyle::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPickStyle.h
  'virtual const SoFieldData * SoPointLight::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointLight.h
  'virtual const SoFieldData * SoPointSet::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointSet.h
  'virtual const SoFieldData * SoPolygonOffset::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPolygonOffset.h
  'virtual const SoFieldData * SoProfileCoordinate2::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate2.h
  'virtual const SoFieldData * SoProfileCoordinate3::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate3.h
  'virtual const SoFieldData * SoProfile::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfile.h
  'virtual const SoFieldData * SoQuadMesh::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoQuadMesh.h
  'virtual const SoFieldData * SoResetTransform::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoResetTransform.h
  'virtual const SoFieldData * SoRotation::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotation.h
  'virtual const SoFieldData * SoRotationXYZ::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotationXYZ.h
  'virtual const SoFieldData * SoRotor::getFieldData(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotor.h
  'virtual const SoFieldData * SoScale::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoScale.h
  'virtual const SoFieldData * SoSceneTexture2::getFieldData(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTexture2.h
  'virtual const SoFieldData * SoSceneTextureCubeMap::getFieldData(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h
  'virtual const SoFieldData * SoSelection::getFieldData(void) const' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSelection.h
  'virtual const SoFieldData * SoSeparator::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSeparator.h
  'virtual const SoFieldData * SoShaderObject::getFieldData(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderObject.h
  'virtual const SoFieldData * SoShaderParameter::getFieldData(void) const' at line 76 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoUniformShaderParameter::getFieldData(void) const' at line 97 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderParameter1f::getFieldData(void) const' at line 120 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderParameter1i::getFieldData(void) const' at line 140 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderParameter2f::getFieldData(void) const' at line 160 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderParameter2i::getFieldData(void) const' at line 180 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderParameter3f::getFieldData(void) const' at line 200 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderParameter3i::getFieldData(void) const' at line 221 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderParameter4f::getFieldData(void) const' at line 242 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderParameter4i::getFieldData(void) const' at line 263 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderParameterArray1f::getFieldData(void) const' at line 284 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderParameterArray1i::getFieldData(void) const' at line 305 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderParameterArray2f::getFieldData(void) const' at line 326 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderParameterArray2i::getFieldData(void) const' at line 346 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderParameterArray3f::getFieldData(void) const' at line 367 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderParameterArray3i::getFieldData(void) const' at line 388 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderParameterArray4f::getFieldData(void) const' at line 409 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderParameterArray4i::getFieldData(void) const' at line 431 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderParameterMatrix::getFieldData(void) const' at line 452 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderParameterMatrixArray::getFieldData(void) const' at line 473 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderStateMatrixParameter::getFieldData(void) const' at line 494 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'virtual const SoFieldData * SoShaderProgram::getFieldData(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderProgram.h
  'virtual const SoFieldData * SoShape::getFieldData(void) const' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShape.h
  'virtual const SoFieldData * SoShapeHints::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShapeHints.h
  'virtual const SoFieldData * SoShuttle::getFieldData(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShuttle.h
  'virtual const SoFieldData * SoSphere::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSphere.h
  'virtual const SoFieldData * SoSpotLight::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSpotLight.h
  'virtual const SoFieldData * SoSurroundScale::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSurroundScale.h
  'virtual const SoFieldData * SoSwitch::getFieldData(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSwitch.h
  'virtual const SoFieldData * SoText2::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText2.h
  'virtual const SoFieldData * SoText3::getFieldData(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText3.h
  'virtual const SoFieldData * SoTexture2::getFieldData(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2.h
  'virtual const SoFieldData * SoTexture2Transform::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2Transform.h
  'virtual const SoFieldData * SoTexture3::getFieldData(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3.h
  'virtual const SoFieldData * SoTexture3Transform::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3Transform.h
  'virtual const SoFieldData * SoTextureCombine::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h
  'virtual const SoFieldData * SoTextureCoordinate2::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate2.h
  'virtual const SoFieldData * SoTextureCoordinate3::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate3.h
  'virtual const SoFieldData * SoTextureCoordinateBinding::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateBinding.h
  'virtual const SoFieldData * SoTextureCoordinateCube::getFieldData(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCube.h
  'virtual const SoFieldData * SoTextureCoordinateCylinder::getFieldData(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCylinder.h
  'virtual const SoFieldData * SoTextureCoordinateDefault::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateDefault.h
  'virtual const SoFieldData * SoTextureCoordinateEnvironment::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateEnvironment.h
  'virtual const SoFieldData * SoTextureCoordinateFunction::getFieldData(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateFunction.h
  'virtual const SoFieldData * SoTextureCoordinateNormalMap::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateNormalMap.h
  'virtual const SoFieldData * SoTextureCoordinateObject::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateObject.h
  'virtual const SoFieldData * SoTextureCoordinatePlane::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinatePlane.h
  'virtual const SoFieldData * SoTextureCoordinateReflectionMap::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateReflectionMap.h
  'virtual const SoFieldData * SoTextureCoordinateSphere::getFieldData(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateSphere.h
  'virtual const SoFieldData * SoTextureCubeMap::getFieldData(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCubeMap.h
  'virtual const SoFieldData * SoTexture::getFieldData(void) const' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture.h
  'virtual const SoFieldData * SoTextureMatrixTransform::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureMatrixTransform.h
  'virtual const SoFieldData * SoTextureScalePolicy::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureScalePolicy.h
  'virtual const SoFieldData * SoTextureUnit::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureUnit.h
  'virtual const SoFieldData * SoTransformation::getFieldData(void) const' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformation.h
  'virtual const SoFieldData * SoTransform::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransform.h
  'virtual const SoFieldData * SoTransformSeparator::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformSeparator.h
  'virtual const SoFieldData * SoTranslation::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTranslation.h
  'virtual const SoFieldData * SoTransparencyType::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransparencyType.h
  'virtual const SoFieldData * SoTriangleStripSet::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTriangleStripSet.h
  'virtual const SoFieldData * SoUnits::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoUnits.h
  'virtual const SoFieldData * SoVertexAttributeBinding::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttributeBinding.h
  'virtual const SoFieldData * SoVertexAttribute::getFieldData(void) const' at line 77 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttribute.h
  'virtual const SoFieldData * SoVertexProperty::getFieldData(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexProperty.h
  'virtual const SoFieldData * SoVertexShader::getFieldData(void) const' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShader.h
  'virtual const SoFieldData * SoVertexShape::getFieldData(void) const' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShape.h
  'virtual const SoFieldData * SoWWWAnchor::getFieldData(void) const' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWAnchor.h
  'virtual const SoFieldData * SoWWWInline::getFieldData(void) const' at line 60 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWInline.h
  'virtual const SoFieldData * SoVRMLAnchor::getFieldData(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAnchor.h
  'virtual const SoFieldData * SoVRMLAppearance::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAppearance.h
  'virtual const SoFieldData * SoVRMLAudioClip::getFieldData(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h
  'virtual const SoFieldData * SoVRMLBackground::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h
  'virtual const SoFieldData * SoVRMLBillboard::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBillboard.h
  'virtual const SoFieldData * SoVRMLBox::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBox.h
  'virtual const SoFieldData * SoVRMLCollision::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCollision.h
  'virtual const SoFieldData * SoVRMLColor::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColor.h
  'virtual const SoFieldData * SoVRMLColorInterpolator::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColorInterpolator.h
  'virtual const SoFieldData * SoVRMLCone::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCone.h
  'virtual const SoFieldData * SoVRMLCoordinate::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinate.h
  'virtual const SoFieldData * SoVRMLCoordinateInterpolator::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinateInterpolator.h
  'virtual const SoFieldData * SoVRMLCylinder::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinder.h
  'virtual const SoFieldData * SoVRMLCylinderSensor::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinderSensor.h
  'virtual const SoFieldData * SoVRMLDirectionalLight::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDirectionalLight.h
  'virtual const SoFieldData * SoVRMLDragSensor::getFieldData(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDragSensor.h
  'virtual const SoFieldData * SoVRMLElevationGrid::getFieldData(void) const' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLElevationGrid.h
  'virtual const SoFieldData * SoVRMLExtrusion::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h
  'virtual const SoFieldData * SoVRMLFog::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFog.h
  'virtual const SoFieldData * SoVRMLFontStyle::getFieldData(void) const' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h
  'virtual const SoFieldData * SoVRMLGeometry::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGeometry.h
  'virtual const SoFieldData * SoVRMLGroup::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h
  'virtual const SoFieldData * SoVRMLImageTexture::getFieldData(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLImageTexture.h
  'virtual const SoFieldData * SoVRMLIndexedFaceSet::getFieldData(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedFaceSet.h
  'virtual const SoFieldData * SoVRMLIndexedLine::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h
  'virtual const SoFieldData * SoVRMLIndexedLineSet::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLineSet.h
  'virtual const SoFieldData * SoVRMLIndexedShape::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedShape.h
  'virtual const SoFieldData * SoVRMLInline::getFieldData(void) const' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInline.h
  'virtual const SoFieldData * SoVRMLInterpolator::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInterpolator.h
  'virtual const SoFieldData * SoVRMLLight::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLight.h
  'virtual const SoFieldData * SoVRMLLOD::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLOD.h
  'virtual const SoFieldData * SoVRMLMaterial::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMaterial.h
  'virtual const SoFieldData * SoVRMLMovieTexture::getFieldData(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMovieTexture.h
  'virtual const SoFieldData * SoVRMLNavigationInfo::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNavigationInfo.h
  'virtual const SoFieldData * SoVRMLNormal::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormal.h
  'virtual const SoFieldData * SoVRMLNormalInterpolator::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormalInterpolator.h
  'virtual const SoFieldData * SoVRMLOrientationInterpolator::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLOrientationInterpolator.h
  'virtual const SoFieldData * SoVRMLParent::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLParent.h
  'virtual const SoFieldData * SoVRMLPixelTexture::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPixelTexture.h
  'virtual const SoFieldData * SoVRMLPlaneSensor::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPlaneSensor.h
  'virtual const SoFieldData * SoVRMLPointLight::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointLight.h
  'virtual const SoFieldData * SoVRMLPointSet::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointSet.h
  'virtual const SoFieldData * SoVRMLPositionInterpolator::getFieldData(void) const' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPositionInterpolator.h
  'virtual const SoFieldData * SoVRMLProximitySensor::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLProximitySensor.h
  'virtual const SoFieldData * SoVRMLScalarInterpolator::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScalarInterpolator.h
  'virtual const SoFieldData * SoVRMLScript::getFieldData(void) const' at line 80 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScript.h
  'virtual const SoFieldData * SoVRMLSensor::getFieldData(void) const' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h
  'virtual const SoFieldData * SoVRMLShape::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLShape.h
  'virtual const SoFieldData * SoVRMLSound::getFieldData(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSound.h
  'virtual const SoFieldData * SoVRMLSphere::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphere.h
  'virtual const SoFieldData * SoVRMLSphereSensor::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphereSensor.h
  'virtual const SoFieldData * SoVRMLSpotLight::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSpotLight.h
  'virtual const SoFieldData * SoVRMLSwitch::getFieldData(void) const' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSwitch.h
  'virtual const SoFieldData * SoVRMLText::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLText.h
  'virtual const SoFieldData * SoVRMLTextureCoordinate::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureCoordinate.h
  'virtual const SoFieldData * SoVRMLTexture::getFieldData(void) const' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTexture.h
  'virtual const SoFieldData * SoVRMLTextureTransform::getFieldData(void) const' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureTransform.h
  'virtual const SoFieldData * SoVRMLTimeSensor::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTimeSensor.h
  'virtual const SoFieldData * SoVRMLTouchSensor::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTouchSensor.h
  'virtual const SoFieldData * SoVRMLTransform::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTransform.h
  'virtual const SoFieldData * SoVRMLVertexLine::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexLine.h
  'virtual const SoFieldData * SoVRMLVertexPoint::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexPoint.h
  'virtual const SoFieldData * SoVRMLVertexShape::getFieldData(void) const' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h
  'virtual const SoFieldData * SoVRMLViewpoint::getFieldData(void) const' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLViewpoint.h
  'virtual const SoFieldData * SoVRMLVisibilitySensor::getFieldData(void) const' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVisibilitySensor.h
  'virtual const SoFieldData * SoVRMLWorldInfo::getFieldData(void) const' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLWorldInfo.h
  'virtual const SoFieldData * SoPackedColorV20::getFieldData(void) const' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoPackedColorV20.h
  'virtual const SoFieldData * SoShapeHintsV10::getFieldData(void) const' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoShapeHintsV10.h
/var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoReversePerspectiveCamera.cpp:82: warning: no uniquely matching class member found for 
  void SoReversePerspectiveCamera::atexit_cleanup(void)
Possible candidates:
  'static void SoAction::atexit_cleanup(void)' at line 155 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoAction.h
  'static void SoAudioRenderAction::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoAudioRenderAction.h
  'static void SoBoxHighlightRenderAction::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoBoxHighlightRenderAction.h
  'static void SoCallbackAction::atexit_cleanup(void)' at line 83 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoCallbackAction.h
  'static void SoGetBoundingBoxAction::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGetBoundingBoxAction.h
  'static void SoGetMatrixAction::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGetMatrixAction.h
  'static void SoGetPrimitiveCountAction::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGetPrimitiveCountAction.h
  'static void SoGlobalSimplifyAction::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGlobalSimplifyAction.h
  'static void SoGLRenderAction::atexit_cleanup(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGLRenderAction.h
  'static void SoHandleEventAction::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoHandleEventAction.h
  'static void SoLineHighlightRenderAction::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoLineHighlightRenderAction.h
  'static void SoPickAction::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoPickAction.h
  'static void SoRayPickAction::atexit_cleanup(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoRayPickAction.h
  'static void SoReorganizeAction::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h
  'static void SoSearchAction::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoSearchAction.h
  'static void SoShapeSimplifyAction::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoShapeSimplifyAction.h
  'static void SoSimplifyAction::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoSimplifyAction.h
  'static void SoToVRML2Action::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoToVRML2Action.h
  'static void SoToVRMLAction::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoToVRMLAction.h
  'static void SoWriteAction::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoWriteAction.h
  'static void SoForeignFileKit::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoForeignFileKit.h
  'static void SoSTLFileKit::atexit_cleanup(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h
  'static void SoShadowCulling::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowCulling.h
  'static void SoShadowDirectionalLight::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowDirectionalLight.h
  'static void SoShadowGroup::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowGroup.h
  'static void SoShadowSpotLight::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowSpotLight.h
  'static void SoShadowStyle::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowStyle.h
  'static void SoVectorizeAction::atexit_cleanup(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h
  'static void SoVectorizePSAction::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizePSAction.h
  'static void SoNodeVisualize::atexit_cleanup(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h
  'static void SoProfilerOverlayKit::atexit_cleanup(void)' at line 10 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h
  'static void SoProfilerStats::atexit_cleanup(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodes/SoProfilerStats.h
  'static void SoIntersectionDetectionAction::atexit_cleanup(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/collision/SoIntersectionDetectionAction.h
  'static void SoCenterballDragger::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h
  'static void SoDirectionalLightDragger::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDirectionalLightDragger.h
  'static void SoDragger::atexit_cleanup(void)' at line 65 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h
  'static void SoDragPointDragger::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h
  'static void SoHandleBoxDragger::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h
  'static void SoJackDragger::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoJackDragger.h
  'static void SoPointLightDragger::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoPointLightDragger.h
  'static void SoRotateCylindricalDragger::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateCylindricalDragger.h
  'static void SoRotateDiscDragger::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateDiscDragger.h
  'static void SoRotateSphericalDragger::atexit_cleanup(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateSphericalDragger.h
  'static void SoScale1Dragger::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale1Dragger.h
  'static void SoScale2Dragger::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2Dragger.h
  'static void SoScale2UniformDragger::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2UniformDragger.h
  'static void SoScaleUniformDragger::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScaleUniformDragger.h
  'static void SoSpotLightDragger::atexit_cleanup(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h
  'static void SoTabBoxDragger::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h
  'static void SoTabPlaneDragger::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h
  'static void SoTrackballDragger::atexit_cleanup(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h
  'static void SoTransformBoxDragger::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h
  'static void SoTransformerDragger::atexit_cleanup(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h
  'static void SoTranslate1Dragger::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate1Dragger.h
  'static void SoTranslate2Dragger::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h
  'static void SoBoolOperation::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoBoolOperation.h
  'static void SoCalculator::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoCalculator.h
  'static void SoComposeMatrix::atexit_cleanup(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeMatrix.h
  'static void SoComposeRotationFromTo::atexit_cleanup(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeRotationFromTo.h
  'static void SoComposeRotation::atexit_cleanup(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeRotation.h
  'static void SoComposeVec2f::atexit_cleanup(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec2f.h
  'static void SoComposeVec3f::atexit_cleanup(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec3f.h
  'static void SoComposeVec4f::atexit_cleanup(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec4f.h
  'static void SoComputeBoundingBox::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComputeBoundingBox.h
  'static void SoConcatenate::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoConcatenate.h
  'static void SoCounter::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoCounter.h
  'static void SoDecomposeMatrix::atexit_cleanup(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeMatrix.h
  'static void SoDecomposeRotation::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeRotation.h
  'static void SoDecomposeVec2f::atexit_cleanup(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec2f.h
  'static void SoDecomposeVec3f::atexit_cleanup(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec3f.h
  'static void SoDecomposeVec4f::atexit_cleanup(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec4f.h
  'static void SoElapsedTime::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoElapsedTime.h
  'static void SoFieldConverter::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoFieldConverter.h
  'static void SoGate::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoGate.h
  'static void SoHeightMapToNormalMap::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoHeightMapToNormalMap.h
  'static void SoInterpolateFloat::atexit_cleanup(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateFloat.h
  'static void SoInterpolate::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolate.h
  'static void SoInterpolateRotation::atexit_cleanup(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateRotation.h
  'static void SoInterpolateVec2f::atexit_cleanup(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec2f.h
  'static void SoInterpolateVec3f::atexit_cleanup(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec3f.h
  'static void SoInterpolateVec4f::atexit_cleanup(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec4f.h
  'static void SoOneShot::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoOneShot.h
  'static void SoOnOff::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoOnOff.h
  'static void SoSelectOne::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoSelectOne.h
  'static void SoTexture2Convert::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTexture2Convert.h
  'static void SoTimeCounter::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTimeCounter.h
  'static void SoTransformVec3f::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTransformVec3f.h
  'static void SoTriggerAny::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTriggerAny.h
  'static void SoMFBitMask::atexit_cleanup(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBitMask.h
  'static void SoMFBool::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h
  'static void SoMFColor::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h
  'static void SoMFColorRGBA::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h
  'static void SoMFDouble::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h
  'static void SoMFEngine::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h
  'static void SoMFEnum::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h
  'static void SoMFFloat::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h
  'static void SoMField::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h
  'static void SoMFInt32::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h
  'static void SoMFMatrix::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h
  'static void SoMFName::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h
  'static void SoMFNode::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h
  'static void SoMFPath::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h
  'static void SoMFPlane::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h
  'static void SoMFRotation::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h
  'static void SoMFShort::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h
  'static void SoMFString::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h
  'static void SoMFTime::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h
  'static void SoMFUInt32::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h
  'static void SoMFUShort::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h
  'static void SoMFVec2b::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h
  'static void SoMFVec2d::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h
  'static void SoMFVec2f::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h
  'static void SoMFVec2i32::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h
  'static void SoMFVec2s::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h
  'static void SoMFVec3b::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h
  'static void SoMFVec3d::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h
  'static void SoMFVec3f::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h
  'static void SoMFVec3i32::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h
  'static void SoMFVec3s::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h
  'static void SoMFVec4b::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h
  'static void SoMFVec4d::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h
  'static void SoMFVec4f::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h
  'static void SoMFVec4i32::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h
  'static void SoMFVec4s::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h
  'static void SoMFVec4ub::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h
  'static void SoMFVec4ui32::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h
  'static void SoMFVec4us::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h
  'static void SoSFBitMask::atexit_cleanup(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBitMask.h
  'static void SoSFBool::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBool.h
  'static void SoSFBox2d::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2d.h
  'static void SoSFBox2f::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2f.h
  'static void SoSFBox2i32::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2i32.h
  'static void SoSFBox2s::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2s.h
  'static void SoSFBox3d::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3d.h
  'static void SoSFBox3f::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3f.h
  'static void SoSFBox3i32::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3i32.h
  'static void SoSFBox3s::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3s.h
  'static void SoSFColor::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColor.h
  'static void SoSFColorRGBA::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColorRGBA.h
  'static void SoSFDouble::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFDouble.h
  'static void SoSFEngine::atexit_cleanup(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEngine.h
  'static void SoSFEnum::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h
  'static void SoSFFloat::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFFloat.h
  'static void SoSField::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h
  'static void SoSFImage3::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFImage3.h
  'static void SoSFImage::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFImage.h
  'static void SoSFInt32::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFInt32.h
  'static void SoSFMatrix::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFMatrix.h
  'static void SoSFName::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFName.h
  'static void SoSFNode::atexit_cleanup(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFNode.h
  'static void SoSFPath::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPath.h
  'static void SoSFPlane::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPlane.h
  'static void SoSFRotation::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFRotation.h
  'static void SoSFShort::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFShort.h
  'static void SoSFString::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFString.h
  'static void SoSFTime::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTime.h
  'static void SoSFTrigger::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTrigger.h
  'static void SoSFUInt32::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUInt32.h
  'static void SoSFUShort::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUShort.h
  'static void SoSFVec2b::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2b.h
  'static void SoSFVec2d::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2d.h
  'static void SoSFVec2f::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2f.h
  'static void SoSFVec2i32::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2i32.h
  'static void SoSFVec2s::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2s.h
  'static void SoSFVec3b::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3b.h
  'static void SoSFVec3d::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3d.h
  'static void SoSFVec3f::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3f.h
  'static void SoSFVec3i32::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3i32.h
  'static void SoSFVec3s::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3s.h
  'static void SoSFVec4b::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4b.h
  'static void SoSFVec4d::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4d.h
  'static void SoSFVec4f::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4f.h
  'static void SoSFVec4i32::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4i32.h
  'static void SoSFVec4s::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4s.h
  'static void SoSFVec4ub::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ub.h
  'static void SoSFVec4ui32::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ui32.h
  'static void SoSFVec4us::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4us.h
  'static void SoCenterballManip::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoCenterballManip.h
  'static void SoClipPlaneManip::atexit_cleanup(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoClipPlaneManip.h
  'static void SoDirectionalLightManip::atexit_cleanup(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoDirectionalLightManip.h
  'static void SoHandleBoxManip::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoHandleBoxManip.h
  'static void SoJackManip::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoJackManip.h
  'static void SoPointLightManip::atexit_cleanup(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoPointLightManip.h
  'static void SoSpotLightManip::atexit_cleanup(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoSpotLightManip.h
  'static void SoTabBoxManip::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTabBoxManip.h
  'static void SoTrackballManip::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTrackballManip.h
  'static void SoTransformBoxManip::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformBoxManip.h
  'static void SoTransformerManip::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformerManip.h
  'static void SoTransformManip::atexit_cleanup(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformManip.h
  'static void SoAppearanceKit::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoAppearanceKit.h
  'static void SoBaseKit::atexit_cleanup(void)' at line 69 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h
  'static void SoCameraKit::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoCameraKit.h
  'static void SoInteractionKit::atexit_cleanup(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h
  'static void SoLightKit::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoLightKit.h
  'static void SoNodeKitListPart::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoNodeKitListPart.h
  'static void SoSceneKit::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSceneKit.h
  'static void SoSeparatorKit::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h
  'static void SoShapeKit::atexit_cleanup(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h
  'static void SoWrapperKit::atexit_cleanup(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoWrapperKit.h
  'static void SoAlphaTest::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAlphaTest.h
  'static void SoAnnotation::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAnnotation.h
  'static void SoAntiSquish::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAntiSquish.h
  'static void SoArray::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoArray.h
  'static void SoAsciiText::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAsciiText.h
  'static void SoBaseColor::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBaseColor.h
  'static void SoBlinker::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBlinker.h
  'static void SoBumpMapCoordinate::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapCoordinate.h
  'static void SoBumpMap::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMap.h
  'static void SoBumpMapTransform::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapTransform.h
  'static void SoCacheHint::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCacheHint.h
  'static void SoCallback::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCallback.h
  'static void SoCamera::atexit_cleanup(void)' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCamera.h
  'static void SoClipPlane::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoClipPlane.h
  'static void SoColorIndex::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoColorIndex.h
  'static void SoComplexity::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoComplexity.h
  'static void SoCone::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCone.h
  'static void SoCoordinate3::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate3.h
  'static void SoCoordinate4::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate4.h
  'static void SoCube::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCube.h
  'static void SoCylinder::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCylinder.h
  'static void SoDepthBuffer::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDepthBuffer.h
  'static void SoDirectionalLight::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDirectionalLight.h
  'static void SoDrawStyle::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDrawStyle.h
  'static void SoEnvironment::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEnvironment.h
  'static void SoEventCallback::atexit_cleanup(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEventCallback.h
  'static void SoExtSelection::atexit_cleanup(void)' at line 79 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoExtSelection.h
  'static void SoFaceSet::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFaceSet.h
  'static void SoFile::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFile.h
  'static void SoFont::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFont.h
  'static void SoFontStyle::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFontStyle.h
  'static void SoFragmentShader::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFragmentShader.h
  'static void SoFrustumCamera::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFrustumCamera.h
  'static void SoGeoCoordinate::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoCoordinate.h
  'static void SoGeoLocation::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoLocation.h
  'static void SoGeometryShader::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeometryShader.h
  'static void SoGeoOrigin::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoOrigin.h
  'static void SoGeoSeparator::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoSeparator.h
  'static void SoGroup::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGroup.h
  'static void SoImage::atexit_cleanup(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoImage.h
  'static void SoIndexedFaceSet::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedFaceSet.h
  'static void SoIndexedLineSet::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedLineSet.h
  'static void SoIndexedMarkerSet::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedMarkerSet.h
  'static void SoIndexedNurbsCurve::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsCurve.h
  'static void SoIndexedNurbsSurface::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsSurface.h
  'static void SoIndexedPointSet::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h
  'static void SoIndexedShape::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedShape.h
  'static void SoIndexedTriangleStripSet::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedTriangleStripSet.h
  'static void SoInfo::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoInfo.h
  'static void SoLabel::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLabel.h
  'static void SoLevelOfDetail::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLevelOfDetail.h
  'static void SoLight::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLight.h
  'static void SoLightModel::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLightModel.h
  'static void SoLinearProfile::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLinearProfile.h
  'static void SoLineSet::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLineSet.h
  'static void SoListener::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoListener.h
  'static void SoLocateHighlight::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLocateHighlight.h
  'static void SoLOD::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLOD.h
  'static void SoMarkerSet::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMarkerSet.h
  'static void SoMaterialBinding::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterialBinding.h
  'static void SoMaterial::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterial.h
  'static void SoMatrixTransform::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMatrixTransform.h
  'static void SoMultipleCopy::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMultipleCopy.h
  'static void SoNonIndexedShape::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNonIndexedShape.h
  'static void SoNormalBinding::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormalBinding.h
  'static void SoNormal::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormal.h
  'static void SoNurbsCurve::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsCurve.h
  'static void SoNurbsProfile::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsProfile.h
  'static void SoNurbsSurface::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsSurface.h
  'static void SoOrthographicCamera::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoOrthographicCamera.h
  'static void SoPackedColor::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPackedColor.h
  'static void SoPathSwitch::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPathSwitch.h
  'static void SoPendulum::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPendulum.h
  'static void SoPerspectiveCamera::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPerspectiveCamera.h
  'static void SoPickStyle::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPickStyle.h
  'static void SoPointLight::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointLight.h
  'static void SoPointSet::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointSet.h
  'static void SoPolygonOffset::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPolygonOffset.h
  'static void SoProfileCoordinate2::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate2.h
  'static void SoProfileCoordinate3::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate3.h
  'static void SoProfile::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfile.h
  'static void SoQuadMesh::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoQuadMesh.h
  'static void SoResetTransform::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoResetTransform.h
  'static void SoRotation::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotation.h
  'static void SoRotationXYZ::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotationXYZ.h
  'static void SoRotor::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotor.h
  'static void SoScale::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoScale.h
  'static void SoSceneTexture2::atexit_cleanup(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTexture2.h
  'static void SoSceneTextureCubeMap::atexit_cleanup(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h
  'static void SoSelection::atexit_cleanup(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSelection.h
  'static void SoSeparator::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSeparator.h
  'static void SoShaderObject::atexit_cleanup(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderObject.h
  'static void SoShaderParameter::atexit_cleanup(void)' at line 76 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoUniformShaderParameter::atexit_cleanup(void)' at line 97 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameter1f::atexit_cleanup(void)' at line 120 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameter1i::atexit_cleanup(void)' at line 140 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameter2f::atexit_cleanup(void)' at line 160 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameter2i::atexit_cleanup(void)' at line 180 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameter3f::atexit_cleanup(void)' at line 200 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameter3i::atexit_cleanup(void)' at line 221 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameter4f::atexit_cleanup(void)' at line 242 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameter4i::atexit_cleanup(void)' at line 263 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterArray1f::atexit_cleanup(void)' at line 284 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterArray1i::atexit_cleanup(void)' at line 305 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterArray2f::atexit_cleanup(void)' at line 326 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterArray2i::atexit_cleanup(void)' at line 346 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterArray3f::atexit_cleanup(void)' at line 367 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterArray3i::atexit_cleanup(void)' at line 388 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterArray4f::atexit_cleanup(void)' at line 409 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterArray4i::atexit_cleanup(void)' at line 431 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterMatrix::atexit_cleanup(void)' at line 452 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterMatrixArray::atexit_cleanup(void)' at line 473 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderStateMatrixParameter::atexit_cleanup(void)' at line 494 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderProgram::atexit_cleanup(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderProgram.h
  'static void SoShape::atexit_cleanup(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShape.h
  'static void SoShapeHints::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShapeHints.h
  'static void SoShuttle::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShuttle.h
  'static void SoSphere::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSphere.h
  'static void SoSpotLight::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSpotLight.h
  'static void SoSurroundScale::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSurroundScale.h
  'static void SoSwitch::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSwitch.h
  'static void SoText2::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText2.h
  'static void SoText3::atexit_cleanup(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText3.h
  'static void SoTexture2::atexit_cleanup(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2.h
  'static void SoTexture2Transform::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2Transform.h
  'static void SoTexture3::atexit_cleanup(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3.h
  'static void SoTexture3Transform::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3Transform.h
  'static void SoTextureCombine::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h
  'static void SoTextureCoordinate2::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate2.h
  'static void SoTextureCoordinate3::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate3.h
  'static void SoTextureCoordinateBinding::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateBinding.h
  'static void SoTextureCoordinateCube::atexit_cleanup(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCube.h
  'static void SoTextureCoordinateCylinder::atexit_cleanup(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCylinder.h
  'static void SoTextureCoordinateDefault::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateDefault.h
  'static void SoTextureCoordinateEnvironment::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateEnvironment.h
  'static void SoTextureCoordinateFunction::atexit_cleanup(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateFunction.h
  'static void SoTextureCoordinateNormalMap::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateNormalMap.h
  'static void SoTextureCoordinateObject::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateObject.h
  'static void SoTextureCoordinatePlane::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinatePlane.h
  'static void SoTextureCoordinateReflectionMap::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateReflectionMap.h
  'static void SoTextureCoordinateSphere::atexit_cleanup(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateSphere.h
  'static void SoTextureCubeMap::atexit_cleanup(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCubeMap.h
  'static void SoTexture::atexit_cleanup(void)' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture.h
  'static void SoTextureMatrixTransform::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureMatrixTransform.h
  'static void SoTextureScalePolicy::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureScalePolicy.h
  'static void SoTextureUnit::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureUnit.h
  'static void SoTransformation::atexit_cleanup(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformation.h
  'static void SoTransform::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransform.h
  'static void SoTransformSeparator::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformSeparator.h
  'static void SoTranslation::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTranslation.h
  'static void SoTransparencyType::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransparencyType.h
  'static void SoTriangleStripSet::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTriangleStripSet.h
  'static void SoUnits::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoUnits.h
  'static void SoVertexAttributeBinding::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttributeBinding.h
  'static void SoVertexProperty::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexProperty.h
  'static void SoVertexShader::atexit_cleanup(void)' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShader.h
  'static void SoVertexShape::atexit_cleanup(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShape.h
  'static void SoWWWAnchor::atexit_cleanup(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWAnchor.h
  'static void SoWWWInline::atexit_cleanup(void)' at line 60 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWInline.h
  'static void SoVRMLAnchor::atexit_cleanup(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAnchor.h
  'static void SoVRMLAppearance::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAppearance.h
  'static void SoVRMLAudioClip::atexit_cleanup(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h
  'static void SoVRMLBackground::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h
  'static void SoVRMLBillboard::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBillboard.h
  'static void SoVRMLBox::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBox.h
  'static void SoVRMLCollision::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCollision.h
  'static void SoVRMLColor::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColor.h
  'static void SoVRMLColorInterpolator::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColorInterpolator.h
  'static void SoVRMLCone::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCone.h
  'static void SoVRMLCoordinate::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinate.h
  'static void SoVRMLCoordinateInterpolator::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinateInterpolator.h
  'static void SoVRMLCylinder::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinder.h
  'static void SoVRMLCylinderSensor::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinderSensor.h
  'static void SoVRMLDirectionalLight::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDirectionalLight.h
  'static void SoVRMLDragSensor::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDragSensor.h
  'static void SoVRMLElevationGrid::atexit_cleanup(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLElevationGrid.h
  'static void SoVRMLExtrusion::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h
  'static void SoVRMLFog::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFog.h
  'static void SoVRMLFontStyle::atexit_cleanup(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h
  'static void SoVRMLGeometry::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGeometry.h
  'static void SoVRMLGroup::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h
  'static void SoVRMLImageTexture::atexit_cleanup(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLImageTexture.h
  'static void SoVRMLIndexedFaceSet::atexit_cleanup(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedFaceSet.h
  'static void SoVRMLIndexedLine::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h
  'static void SoVRMLIndexedLineSet::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLineSet.h
  'static void SoVRMLIndexedShape::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedShape.h
  'static void SoVRMLInline::atexit_cleanup(void)' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInline.h
  'static void SoVRMLInterpolator::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInterpolator.h
  'static void SoVRMLLight::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLight.h
  'static void SoVRMLLOD::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLOD.h
  'static void SoVRMLMaterial::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMaterial.h
  'static void SoVRMLMovieTexture::atexit_cleanup(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMovieTexture.h
  'static void SoVRMLNavigationInfo::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNavigationInfo.h
  'static void SoVRMLNormal::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormal.h
  'static void SoVRMLNormalInterpolator::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormalInterpolator.h
  'static void SoVRMLOrientationInterpolator::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLOrientationInterpolator.h
  'static void SoVRMLParent::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLParent.h
  'static void SoVRMLPixelTexture::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPixelTexture.h
  'static void SoVRMLPlaneSensor::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPlaneSensor.h
  'static void SoVRMLPointLight::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointLight.h
  'static void SoVRMLPointSet::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointSet.h
  'static void SoVRMLPositionInterpolator::atexit_cleanup(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPositionInterpolator.h
  'static void SoVRMLProximitySensor::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLProximitySensor.h
  'static void SoVRMLScalarInterpolator::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScalarInterpolator.h
  'static void SoVRMLSensor::atexit_cleanup(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h
  'static void SoVRMLShape::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLShape.h
  'static void SoVRMLSound::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSound.h
  'static void SoVRMLSphere::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphere.h
  'static void SoVRMLSphereSensor::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphereSensor.h
  'static void SoVRMLSpotLight::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSpotLight.h
  'static void SoVRMLSwitch::atexit_cleanup(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSwitch.h
  'static void SoVRMLText::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLText.h
  'static void SoVRMLTextureCoordinate::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureCoordinate.h
  'static void SoVRMLTexture::atexit_cleanup(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTexture.h
  'static void SoVRMLTextureTransform::atexit_cleanup(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureTransform.h
  'static void SoVRMLTimeSensor::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTimeSensor.h
  'static void SoVRMLTouchSensor::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTouchSensor.h
  'static void SoVRMLTransform::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTransform.h
  'static void SoVRMLVertexLine::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexLine.h
  'static void SoVRMLVertexPoint::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexPoint.h
  'static void SoVRMLVertexShape::atexit_cleanup(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h
  'static void SoVRMLViewpoint::atexit_cleanup(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLViewpoint.h
  'static void SoVRMLVisibilitySensor::atexit_cleanup(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVisibilitySensor.h
  'static void SoVRMLWorldInfo::atexit_cleanup(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLWorldInfo.h
  'static void SoWriterefCounterP::atexit_cleanup(void)' at line 176 of file /var/pisi/coin-4.0.3-6/work/coin/src/io/SoWriterefCounter.cpp
  'static void SoLocateHighlightP::atexit_cleanup(void)' at line 158 of file /var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoLocateHighlight.cpp
  'static void SoPackedColorV20::atexit_cleanup(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoPackedColorV20.h
  'static void SoShapeHintsV10::atexit_cleanup(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoShapeHintsV10.h
/var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoReversePerspectiveCamera.cpp:82: warning: no uniquely matching class member found for 
  void * SoReversePerspectiveCamera::createInstance(void)
Possible candidates:
  'static void * SoSTLFileKit::createInstance(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h
  'static void * SoGLShadowCullingElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/elements/SoGLShadowCullingElement.h
  'static void * SoShadowStyleElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/elements/SoShadowStyleElement.h
  'static void * SoShadowCulling::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowCulling.h
  'static void * SoShadowDirectionalLight::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowDirectionalLight.h
  'static void * SoShadowGroup::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowGroup.h
  'static void * SoShadowSpotLight::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowSpotLight.h
  'static void * SoShadowStyle::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowStyle.h
  'static void * SoProfilerElement::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/elements/SoProfilerElement.h
  'static void * SoNodeVisualize::createInstance(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h
  'static void * SoProfilerOverlayKit::createInstance(void)' at line 10 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h
  'static void * SoProfilerStats::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodes/SoProfilerStats.h
  'static void * SoCenterballDragger::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h
  'static void * SoDirectionalLightDragger::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDirectionalLightDragger.h
  'static void * SoDragger::createInstance(void)' at line 65 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h
  'static void * SoDragPointDragger::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h
  'static void * SoHandleBoxDragger::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h
  'static void * SoJackDragger::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoJackDragger.h
  'static void * SoPointLightDragger::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoPointLightDragger.h
  'static void * SoRotateCylindricalDragger::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateCylindricalDragger.h
  'static void * SoRotateDiscDragger::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateDiscDragger.h
  'static void * SoRotateSphericalDragger::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateSphericalDragger.h
  'static void * SoScale1Dragger::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale1Dragger.h
  'static void * SoScale2Dragger::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2Dragger.h
  'static void * SoScale2UniformDragger::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2UniformDragger.h
  'static void * SoScaleUniformDragger::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScaleUniformDragger.h
  'static void * SoSpotLightDragger::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h
  'static void * SoTabBoxDragger::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h
  'static void * SoTabPlaneDragger::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h
  'static void * SoTrackballDragger::createInstance(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h
  'static void * SoTransformBoxDragger::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h
  'static void * SoTransformerDragger::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h
  'static void * SoTranslate1Dragger::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate1Dragger.h
  'static void * SoTranslate2Dragger::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h
  'static void * SoAmbientColorElement::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAmbientColorElement.h
  'static void * SoAnnoText3CharOrientElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAnnoText3CharOrientElement.h
  'static void * SoAnnoText3FontSizeHintElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAnnoText3FontSizeHintElement.h
  'static void * SoAnnoText3RenderPrintElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAnnoText3RenderPrintElement.h
  'static void * SoBBoxModelMatrixElement::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoBBoxModelMatrixElement.h
  'static void * SoBumpMapCoordinateElement::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoBumpMapCoordinateElement.h
  'static void * SoBumpMapElement::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoBumpMapElement.h
  'static void * SoBumpMapMatrixElement::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoBumpMapMatrixElement.h
  'static void * SoCacheElement::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCacheElement.h
  'static void * SoCacheHintElement::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCacheHintElement.h
  'static void * SoClipPlaneElement::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoClipPlaneElement.h
  'static void * SoComplexityElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoComplexityElement.h
  'static void * SoComplexityTypeElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoComplexityTypeElement.h
  'static void * SoCoordinateElement::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCoordinateElement.h
  'static void * SoCreaseAngleElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCreaseAngleElement.h
  'static void * SoCullElement::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCullElement.h
  'static void * SoDecimationPercentageElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDecimationPercentageElement.h
  'static void * SoDecimationTypeElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDecimationTypeElement.h
  'static void * SoDepthBufferElement::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDepthBufferElement.h
  'static void * SoDiffuseColorElement::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDiffuseColorElement.h
  'static void * SoDrawStyleElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDrawStyleElement.h
  'static void * SoEmissiveColorElement::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoEmissiveColorElement.h
  'static void * SoEnvironmentElement::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoEnvironmentElement.h
  'static void * SoFocalDistanceElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoFocalDistanceElement.h
  'static void * SoFontNameElement::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoFontNameElement.h
  'static void * SoFontSizeElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoFontSizeElement.h
  'static void * SoGeoElement::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGeoElement.h
  'static void * SoGLCacheContextElement::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLCacheContextElement.h
  'static void * SoGLClipPlaneElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLClipPlaneElement.h
  'static void * SoGLColorIndexElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLColorIndexElement.h
  'static void * SoGLCoordinateElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLCoordinateElement.h
  'static void * SoGLDepthBufferElement::createInstance(void)' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLDepthBufferElement.h
  'static void * SoGLDrawStyleElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLDrawStyleElement.h
  'static void * SoGLEnvironmentElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLEnvironmentElement.h
  'static void * SoGLLazyElement::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h
  'static void * SoGLLightIdElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLightIdElement.h
  'static void * SoGLLinePatternElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLinePatternElement.h
  'static void * SoGLLineWidthElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLineWidthElement.h
  'static void * SoGLModelMatrixElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLModelMatrixElement.h
  'static void * SoGLMultiTextureCoordinateElement::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureCoordinateElement.h
  'static void * SoGLMultiTextureEnabledElement::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureEnabledElement.h
  'static void * SoGLMultiTextureImageElement::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureImageElement.h
  'static void * SoGLMultiTextureMatrixElement::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureMatrixElement.h
  'static void * SoGLNormalElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLNormalElement.h
  'static void * SoGLPointSizeElement::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLPointSizeElement.h
  'static void * SoGLPolygonOffsetElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLPolygonOffsetElement.h
  'static void * SoGLProjectionMatrixElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLProjectionMatrixElement.h
  'static void * SoGLRenderPassElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLRenderPassElement.h
  'static void * SoGLShapeHintsElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLShapeHintsElement.h
  'static void * SoGLUpdateAreaElement::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLUpdateAreaElement.h
  'static void * SoGLVBOElement::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLVBOElement.h
  'static void * SoGLVertexAttributeElement::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLVertexAttributeElement.h
  'static void * SoGLViewingMatrixElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLViewingMatrixElement.h
  'static void * SoGLViewportRegionElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLViewportRegionElement.h
  'static void * SoLazyElement::createInstance(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h
  'static void * SoLightAttenuationElement::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLightAttenuationElement.h
  'static void * SoLightElement::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLightElement.h
  'static void * SoLightModelElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLightModelElement.h
  'static void * SoLinePatternElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLinePatternElement.h
  'static void * SoLineWidthElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLineWidthElement.h
  'static void * SoListenerDopplerElement::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoListenerDopplerElement.h
  'static void * SoListenerGainElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoListenerGainElement.h
  'static void * SoListenerOrientationElement::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoListenerOrientationElement.h
  'static void * SoListenerPositionElement::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoListenerPositionElement.h
  'static void * SoLocalBBoxMatrixElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLocalBBoxMatrixElement.h
  'static void * SoMaterialBindingElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMaterialBindingElement.h
  'static void * SoModelMatrixElement::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoModelMatrixElement.h
  'static void * SoMultiTextureCoordinateElement::createInstance(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h
  'static void * SoMultiTextureEnabledElement::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureEnabledElement.h
  'static void * SoMultiTextureImageElement::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h
  'static void * SoMultiTextureMatrixElement::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h
  'static void * SoNormalBindingElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoNormalBindingElement.h
  'static void * SoNormalElement::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoNormalElement.h
  'static void * SoOverrideElement::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoOverrideElement.h
  'static void * SoPickRayElement::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoPickRayElement.h
  'static void * SoPickStyleElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoPickStyleElement.h
  'static void * SoPointSizeElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoPointSizeElement.h
  'static void * SoPolygonOffsetElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoPolygonOffsetElement.h
  'static void * SoProfileCoordinateElement::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoProfileCoordinateElement.h
  'static void * SoProfileElement::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoProfileElement.h
  'static void * SoProjectionMatrixElement::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoProjectionMatrixElement.h
  'static void * SoShapeHintsElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeHintsElement.h
  'static void * SoShapeStyleElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeStyleElement.h
  'static void * SoShininessElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShininessElement.h
  'static void * SoSoundElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoSoundElement.h
  'static void * SoSpecularColorElement::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoSpecularColorElement.h
  'static void * SoSwitchElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoSwitchElement.h
  'static void * SoTextOutlineEnabledElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextOutlineEnabledElement.h
  'static void * SoTextureCombineElement::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureCombineElement.h
  'static void * SoTextureCoordinateBindingElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureCoordinateBindingElement.h
  'static void * SoTextureOverrideElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureOverrideElement.h
  'static void * SoTextureQualityElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureQualityElement.h
  'static void * SoTextureUnitElement::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureUnitElement.h
  'static void * SoTransparencyElement::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTransparencyElement.h
  'static void * SoUnitsElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoUnitsElement.h
  'static void * SoVertexAttributeBindingElement::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeBindingElement.h
  'static void * SoVertexAttributeElement::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h
  'static void * SoViewingMatrixElement::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoViewingMatrixElement.h
  'static void * SoViewportRegionElement::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoViewportRegionElement.h
  'static void * SoViewVolumeElement::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoViewVolumeElement.h
  'static void * SoWindowElement::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoWindowElement.h
  'static void * SoBoolOperation::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoBoolOperation.h
  'static void * SoCalculator::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoCalculator.h
  'static void * SoComposeMatrix::createInstance(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeMatrix.h
  'static void * SoComposeRotationFromTo::createInstance(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeRotationFromTo.h
  'static void * SoComposeRotation::createInstance(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeRotation.h
  'static void * SoComposeVec2f::createInstance(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec2f.h
  'static void * SoComposeVec3f::createInstance(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec3f.h
  'static void * SoComposeVec4f::createInstance(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec4f.h
  'static void * SoComputeBoundingBox::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComputeBoundingBox.h
  'static void * SoConcatenate::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoConcatenate.h
  'static void * SoCounter::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoCounter.h
  'static void * SoDecomposeMatrix::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeMatrix.h
  'static void * SoDecomposeRotation::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeRotation.h
  'static void * SoDecomposeVec2f::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec2f.h
  'static void * SoDecomposeVec3f::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec3f.h
  'static void * SoDecomposeVec4f::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec4f.h
  'static void * SoElapsedTime::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoElapsedTime.h
  'static void * SoGate::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoGate.h
  'static void * SoHeightMapToNormalMap::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoHeightMapToNormalMap.h
  'static void * SoInterpolateFloat::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateFloat.h
  'static void * SoInterpolateRotation::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateRotation.h
  'static void * SoInterpolateVec2f::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec2f.h
  'static void * SoInterpolateVec3f::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec3f.h
  'static void * SoInterpolateVec4f::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec4f.h
  'static void * SoOneShot::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoOneShot.h
  'static void * SoOnOff::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoOnOff.h
  'static void * SoSelectOne::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoSelectOne.h
  'static void * SoTimeCounter::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTimeCounter.h
  'static void * SoTransformVec3f::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTransformVec3f.h
  'static void * SoTriggerAny::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTriggerAny.h
  'static void * SoButtonEvent::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoButtonEvent.h
  'static void * SoKeyboardEvent::createInstance(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoKeyboardEvent.h
  'static void * SoLocation2Event::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoLocation2Event.h
  'static void * SoMotion3Event::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoMotion3Event.h
  'static void * SoMouseButtonEvent::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoMouseButtonEvent.h
  'static void * SoSpaceballButtonEvent::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoSpaceballButtonEvent.h
  'static void * SoMFBitMask::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBitMask.h
  'static void * SoMFBool::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h
  'static void * SoMFColor::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h
  'static void * SoMFColorRGBA::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h
  'static void * SoMFDouble::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h
  'static void * SoMFEngine::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h
  'static void * SoMFEnum::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h
  'static void * SoMFFloat::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h
  'static void * SoMFInt32::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h
  'static void * SoMFMatrix::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h
  'static void * SoMFName::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h
  'static void * SoMFNode::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h
  'static void * SoMFPath::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h
  'static void * SoMFPlane::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h
  'static void * SoMFRotation::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h
  'static void * SoMFShort::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h
  'static void * SoMFString::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h
  'static void * SoMFTime::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h
  'static void * SoMFUInt32::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h
  'static void * SoMFUShort::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h
  'static void * SoMFVec2b::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h
  'static void * SoMFVec2d::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h
  'static void * SoMFVec2f::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h
  'static void * SoMFVec2i32::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h
  'static void * SoMFVec2s::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h
  'static void * SoMFVec3b::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h
  'static void * SoMFVec3d::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h
  'static void * SoMFVec3f::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h
  'static void * SoMFVec3i32::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h
  'static void * SoMFVec3s::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h
  'static void * SoMFVec4b::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h
  'static void * SoMFVec4d::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h
  'static void * SoMFVec4f::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h
  'static void * SoMFVec4i32::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h
  'static void * SoMFVec4s::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h
  'static void * SoMFVec4ub::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h
  'static void * SoMFVec4ui32::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h
  'static void * SoMFVec4us::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h
  'static void * SoSFBitMask::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBitMask.h
  'static void * SoSFBool::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBool.h
  'static void * SoSFBox2d::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2d.h
  'static void * SoSFBox2f::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2f.h
  'static void * SoSFBox2i32::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2i32.h
  'static void * SoSFBox2s::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2s.h
  'static void * SoSFBox3d::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3d.h
  'static void * SoSFBox3f::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3f.h
  'static void * SoSFBox3i32::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3i32.h
  'static void * SoSFBox3s::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3s.h
  'static void * SoSFColor::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColor.h
  'static void * SoSFColorRGBA::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColorRGBA.h
  'static void * SoSFDouble::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFDouble.h
  'static void * SoSFEngine::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEngine.h
  'static void * SoSFEnum::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h
  'static void * SoSFFloat::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFFloat.h
  'static void * SoSFImage3::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFImage3.h
  'static void * SoSFImage::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFImage.h
  'static void * SoSFInt32::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFInt32.h
  'static void * SoSFMatrix::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFMatrix.h
  'static void * SoSFName::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFName.h
  'static void * SoSFNode::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFNode.h
  'static void * SoSFPath::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPath.h
  'static void * SoSFPlane::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPlane.h
  'static void * SoSFRotation::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFRotation.h
  'static void * SoSFShort::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFShort.h
  'static void * SoSFString::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFString.h
  'static void * SoSFTime::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTime.h
  'static void * SoSFTrigger::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTrigger.h
  'static void * SoSFUInt32::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUInt32.h
  'static void * SoSFUShort::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUShort.h
  'static void * SoSFVec2b::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2b.h
  'static void * SoSFVec2d::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2d.h
  'static void * SoSFVec2f::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2f.h
  'static void * SoSFVec2i32::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2i32.h
  'static void * SoSFVec2s::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2s.h
  'static void * SoSFVec3b::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3b.h
  'static void * SoSFVec3d::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3d.h
  'static void * SoSFVec3f::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3f.h
  'static void * SoSFVec3i32::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3i32.h
  'static void * SoSFVec3s::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3s.h
  'static void * SoSFVec4b::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4b.h
  'static void * SoSFVec4d::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4d.h
  'static void * SoSFVec4f::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4f.h
  'static void * SoSFVec4i32::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4i32.h
  'static void * SoSFVec4s::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4s.h
  'static void * SoSFVec4ub::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ub.h
  'static void * SoSFVec4ui32::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ui32.h
  'static void * SoSFVec4us::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4us.h
  'static void * SoCenterballManip::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoCenterballManip.h
  'static void * SoClipPlaneManip::createInstance(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoClipPlaneManip.h
  'static void * SoDirectionalLightManip::createInstance(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoDirectionalLightManip.h
  'static void * SoHandleBoxManip::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoHandleBoxManip.h
  'static void * SoJackManip::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoJackManip.h
  'static void * SoPointLightManip::createInstance(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoPointLightManip.h
  'static void * SoSpotLightManip::createInstance(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoSpotLightManip.h
  'static void * SoTabBoxManip::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTabBoxManip.h
  'static void * SoTrackballManip::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTrackballManip.h
  'static void * SoTransformBoxManip::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformBoxManip.h
  'static void * SoTransformerManip::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformerManip.h
  'static void * SoTransformManip::createInstance(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformManip.h
  'static void * SoScXMLDollyTarget::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLDollyTarget.h
  'static void * SoScXMLFlightControlTarget::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h
  'static void * SoScXMLMiscTarget::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMiscTarget.h
  'static void * SoScXMLMotionTarget::createInstance(void)' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMotionTarget.h
  'static void * SoScXMLPanTarget::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h
  'static void * SoScXMLRotateTarget::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h
  'static void * SoScXMLSeekTarget::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSeekTarget.h
  'static void * SoScXMLSpinTarget::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSpinTarget.h
  'static void * SoScXMLZoomTarget::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h
  'static void * SoAppearanceKit::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoAppearanceKit.h
  'static void * SoBaseKit::createInstance(void)' at line 69 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h
  'static void * SoCameraKit::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoCameraKit.h
  'static void * SoInteractionKit::createInstance(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h
  'static void * SoLightKit::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoLightKit.h
  'static void * SoNodeKitListPart::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoNodeKitListPart.h
  'static void * SoSceneKit::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSceneKit.h
  'static void * SoSeparatorKit::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h
  'static void * SoShapeKit::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h
  'static void * SoWrapperKit::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoWrapperKit.h
  'static void * SoAlphaTest::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAlphaTest.h
  'static void * SoAnnotation::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAnnotation.h
  'static void * SoAntiSquish::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAntiSquish.h
  'static void * SoArray::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoArray.h
  'static void * SoAsciiText::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAsciiText.h
  'static void * SoBaseColor::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBaseColor.h
  'static void * SoBlinker::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBlinker.h
  'static void * SoBumpMapCoordinate::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapCoordinate.h
  'static void * SoBumpMap::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMap.h
  'static void * SoBumpMapTransform::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapTransform.h
  'static void * SoCacheHint::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCacheHint.h
  'static void * SoCallback::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCallback.h
  'static void * SoClipPlane::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoClipPlane.h
  'static void * SoColorIndex::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoColorIndex.h
  'static void * SoComplexity::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoComplexity.h
  'static void * SoCone::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCone.h
  'static void * SoCoordinate3::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate3.h
  'static void * SoCoordinate4::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate4.h
  'static void * SoCube::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCube.h
  'static void * SoCylinder::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCylinder.h
  'static void * SoDepthBuffer::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDepthBuffer.h
  'static void * SoDirectionalLight::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDirectionalLight.h
  'static void * SoDrawStyle::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDrawStyle.h
  'static void * SoEnvironment::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEnvironment.h
  'static void * SoEventCallback::createInstance(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEventCallback.h
  'static void * SoExtSelection::createInstance(void)' at line 79 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoExtSelection.h
  'static void * SoFaceSet::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFaceSet.h
  'static void * SoFile::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFile.h
  'static void * SoFont::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFont.h
  'static void * SoFontStyle::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFontStyle.h
  'static void * SoFragmentShader::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFragmentShader.h
  'static void * SoFrustumCamera::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFrustumCamera.h
  'static void * SoGeoCoordinate::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoCoordinate.h
  'static void * SoGeoLocation::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoLocation.h
  'static void * SoGeometryShader::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeometryShader.h
  'static void * SoGeoOrigin::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoOrigin.h
  'static void * SoGeoSeparator::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoSeparator.h
  'static void * SoGroup::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGroup.h
  'static void * SoImage::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoImage.h
  'static void * SoIndexedFaceSet::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedFaceSet.h
  'static void * SoIndexedLineSet::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedLineSet.h
  'static void * SoIndexedMarkerSet::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedMarkerSet.h
  'static void * SoIndexedNurbsCurve::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsCurve.h
  'static void * SoIndexedNurbsSurface::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsSurface.h
  'static void * SoIndexedPointSet::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h
  'static void * SoIndexedTriangleStripSet::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedTriangleStripSet.h
  'static void * SoInfo::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoInfo.h
  'static void * SoLabel::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLabel.h
  'static void * SoLevelOfDetail::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLevelOfDetail.h
  'static void * SoLightModel::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLightModel.h
  'static void * SoLinearProfile::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLinearProfile.h
  'static void * SoLineSet::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLineSet.h
  'static void * SoListener::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoListener.h
  'static void * SoLocateHighlight::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLocateHighlight.h
  'static void * SoLOD::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLOD.h
  'static void * SoMarkerSet::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMarkerSet.h
  'static void * SoMaterialBinding::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterialBinding.h
  'static void * SoMaterial::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterial.h
  'static void * SoMatrixTransform::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMatrixTransform.h
  'static void * SoMultipleCopy::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMultipleCopy.h
  'static void * SoNormalBinding::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormalBinding.h
  'static void * SoNormal::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormal.h
  'static void * SoNurbsCurve::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsCurve.h
  'static void * SoNurbsProfile::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsProfile.h
  'static void * SoNurbsSurface::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsSurface.h
  'static void * SoOrthographicCamera::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoOrthographicCamera.h
  'static void * SoPackedColor::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPackedColor.h
  'static void * SoPathSwitch::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPathSwitch.h
  'static void * SoPendulum::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPendulum.h
  'static void * SoPerspectiveCamera::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPerspectiveCamera.h
  'static void * SoPickStyle::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPickStyle.h
  'static void * SoPointLight::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointLight.h
  'static void * SoPointSet::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointSet.h
  'static void * SoPolygonOffset::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPolygonOffset.h
  'static void * SoProfileCoordinate2::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate2.h
  'static void * SoProfileCoordinate3::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate3.h
  'static void * SoQuadMesh::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoQuadMesh.h
  'static void * SoResetTransform::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoResetTransform.h
  'static void * SoRotation::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotation.h
  'static void * SoRotationXYZ::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotationXYZ.h
  'static void * SoRotor::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotor.h
  'static void * SoScale::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoScale.h
  'static void * SoSceneTexture2::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTexture2.h
  'static void * SoSceneTextureCubeMap::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h
  'static void * SoSelection::createInstance(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSelection.h
  'static void * SoSeparator::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSeparator.h
  'static void * SoShaderParameter1f::createInstance(void)' at line 120 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderParameter1i::createInstance(void)' at line 140 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderParameter2f::createInstance(void)' at line 160 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderParameter2i::createInstance(void)' at line 180 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderParameter3f::createInstance(void)' at line 200 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderParameter3i::createInstance(void)' at line 221 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderParameter4f::createInstance(void)' at line 242 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderParameter4i::createInstance(void)' at line 263 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderParameterArray1f::createInstance(void)' at line 284 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderParameterArray1i::createInstance(void)' at line 305 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderParameterArray2f::createInstance(void)' at line 326 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderParameterArray2i::createInstance(void)' at line 346 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderParameterArray3f::createInstance(void)' at line 367 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderParameterArray3i::createInstance(void)' at line 388 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderParameterArray4f::createInstance(void)' at line 409 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderParameterArray4i::createInstance(void)' at line 431 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderParameterMatrix::createInstance(void)' at line 452 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderParameterMatrixArray::createInstance(void)' at line 473 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderStateMatrixParameter::createInstance(void)' at line 494 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void * SoShaderProgram::createInstance(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderProgram.h
  'static void * SoShapeHints::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShapeHints.h
  'static void * SoShuttle::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShuttle.h
  'static void * SoSphere::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSphere.h
  'static void * SoSpotLight::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSpotLight.h
  'static void * SoSurroundScale::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSurroundScale.h
  'static void * SoSwitch::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSwitch.h
  'static void * SoText2::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText2.h
  'static void * SoText3::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText3.h
  'static void * SoTexture2::createInstance(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2.h
  'static void * SoTexture2Transform::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2Transform.h
  'static void * SoTexture3::createInstance(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3.h
  'static void * SoTexture3Transform::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3Transform.h
  'static void * SoTextureCombine::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h
  'static void * SoTextureCoordinate2::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate2.h
  'static void * SoTextureCoordinate3::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate3.h
  'static void * SoTextureCoordinateBinding::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateBinding.h
  'static void * SoTextureCoordinateCube::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCube.h
  'static void * SoTextureCoordinateCylinder::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCylinder.h
  'static void * SoTextureCoordinateDefault::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateDefault.h
  'static void * SoTextureCoordinateEnvironment::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateEnvironment.h
  'static void * SoTextureCoordinateNormalMap::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateNormalMap.h
  'static void * SoTextureCoordinateObject::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateObject.h
  'static void * SoTextureCoordinatePlane::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinatePlane.h
  'static void * SoTextureCoordinateReflectionMap::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateReflectionMap.h
  'static void * SoTextureCoordinateSphere::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateSphere.h
  'static void * SoTextureCubeMap::createInstance(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCubeMap.h
  'static void * SoTextureMatrixTransform::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureMatrixTransform.h
  'static void * SoTextureScalePolicy::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureScalePolicy.h
  'static void * SoTextureUnit::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureUnit.h
  'static void * SoTransform::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransform.h
  'static void * SoTransformSeparator::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformSeparator.h
  'static void * SoTranslation::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTranslation.h
  'static void * SoTransparencyType::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransparencyType.h
  'static void * SoTriangleStripSet::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTriangleStripSet.h
  'static void * SoUnits::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoUnits.h
  'static void * SoVertexAttributeBinding::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttributeBinding.h
  'static void * SoVertexAttribute::createInstance(void)' at line 76 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttribute.h
  'static void * SoVertexProperty::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexProperty.h
  'static void * SoVertexShader::createInstance(void)' at line 40 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShader.h
  'static void * SoWWWAnchor::createInstance(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWAnchor.h
  'static void * SoWWWInline::createInstance(void)' at line 60 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWInline.h
  'static void * ScXMLAnchorElt::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAnchorElt.h
  'static void * ScXMLAssignElt::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h
  'static void * ScXMLCoinEvaluator::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static void * ScXMLCoinEqualsOpExprDataObj::createInstance(void)' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static void * ScXMLCoinAddOpExprDataObj::createInstance(void)' at line 79 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static void * ScXMLCoinSubtractOpExprDataObj::createInstance(void)' at line 91 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static void * ScXMLCoinMultiplyOpExprDataObj::createInstance(void)' at line 105 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static void * ScXMLCoinDivideOpExprDataObj::createInstance(void)' at line 117 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static void * ScXMLCoinLengthFuncExprDataObj::createInstance(void)' at line 129 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static void * ScXMLContentElt::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLContentElt.h
  'static void * ScXMLDataElt::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h
  'static void * ScXMLDataModelElt::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h
  'static void * ScXMLDocument::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDocument.h
  'static void * ScXMLECMAScriptEvaluator::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLECMAScriptEvaluator.h
  'static void * ScXMLElseElt::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseElt.h
  'static void * ScXMLElseIfElt::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseIfElt.h
  'static void * ScXMLStringDataObj::createInstance(void)' at line 109 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void * ScXMLRealDataObj::createInstance(void)' at line 134 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void * ScXMLBoolDataObj::createInstance(void)' at line 159 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void * ScXMLSbDataObj::createInstance(void)' at line 184 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void * ScXMLXMLDataObj::createInstance(void)' at line 209 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void * ScXMLReferenceDataObj::createInstance(void)' at line 245 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void * ScXMLAndOpExprDataObj::createInstance(void)' at line 272 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void * ScXMLOrOpExprDataObj::createInstance(void)' at line 299 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void * ScXMLNotOpExprDataObj::createInstance(void)' at line 326 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void * ScXMLEqualsOpExprDataObj::createInstance(void)' at line 351 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void * ScXMLAddOpExprDataObj::createInstance(void)' at line 381 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void * ScXMLSubtractOpExprDataObj::createInstance(void)' at line 408 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void * ScXMLMultiplyOpExprDataObj::createInstance(void)' at line 435 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void * ScXMLDivideOpExprDataObj::createInstance(void)' at line 462 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void * ScXMLNegateOpExprDataObj::createInstance(void)' at line 489 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void * ScXMLEventElt::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventElt.h
  'static void * ScXMLEvent::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h
  'static void * ScXMLFinalElt::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalElt.h
  'static void * ScXMLFinalizeElt::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalizeElt.h
  'static void * ScXMLHistoryElt::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h
  'static void * ScXMLIfElt::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h
  'static void * ScXMLInitialElt::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInitialElt.h
  'static void * ScXMLInvokeElt::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h
  'static void * ScXMLLogElt::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h
  'static void * ScXMLMinimumEvaluator::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'static void * ScXMLInExprDataObj::createInstance(void)' at line 77 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'static void * ScXMLAppendOpExprDataObj::createInstance(void)' at line 101 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'static void * ScXMLOnEntryElt::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnEntryElt.h
  'static void * ScXMLOnExitElt::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnExitElt.h
  'static void * ScXMLParallelElt::createInstance(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h
  'static void * ScXMLParamElt::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParamElt.h
  'static void * ScXMLScriptElt::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScriptElt.h
  'static void * ScXMLScxmlElt::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h
  'static void * ScXMLSendElt::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h
  'static void * ScXMLStateElt::createInstance(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h
  'static void * ScXMLStateMachine::createInstance(void)' at line 63 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h
  'static void * ScXMLTransitionElt::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h
  'static void * ScXMLValidateElt::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLValidateElt.h
  'static void * ScXMLXPathEvaluator::createInstance(void)' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLXPathEvaluator.h
  'static void * SoScXMLEvent::createInstance(void)' at line 42 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLEvent.h
  'static void * SoScXMLStateMachine::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLStateMachine.h
  'static void * SoPath::createInstance(void)' at line 108 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SoPath.h
  'void * SoType::createInstance(void) const' at line 71 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SoType.h
  'static void * SoVRMLAnchor::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAnchor.h
  'static void * SoVRMLAppearance::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAppearance.h
  'static void * SoVRMLAudioClip::createInstance(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h
  'static void * SoVRMLBackground::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h
  'static void * SoVRMLBillboard::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBillboard.h
  'static void * SoVRMLBox::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBox.h
  'static void * SoVRMLCollision::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCollision.h
  'static void * SoVRMLColor::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColor.h
  'static void * SoVRMLColorInterpolator::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColorInterpolator.h
  'static void * SoVRMLCone::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCone.h
  'static void * SoVRMLCoordinate::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinate.h
  'static void * SoVRMLCoordinateInterpolator::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinateInterpolator.h
  'static void * SoVRMLCylinder::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinder.h
  'static void * SoVRMLCylinderSensor::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinderSensor.h
  'static void * SoVRMLDirectionalLight::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDirectionalLight.h
  'static void * SoVRMLElevationGrid::createInstance(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLElevationGrid.h
  'static void * SoVRMLExtrusion::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h
  'static void * SoVRMLFog::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFog.h
  'static void * SoVRMLFontStyle::createInstance(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h
  'static void * SoVRMLGroup::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h
  'static void * SoVRMLImageTexture::createInstance(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLImageTexture.h
  'static void * SoVRMLIndexedFaceSet::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedFaceSet.h
  'static void * SoVRMLIndexedLineSet::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLineSet.h
  'static void * SoVRMLInline::createInstance(void)' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInline.h
  'static void * SoVRMLLOD::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLOD.h
  'static void * SoVRMLMaterial::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMaterial.h
  'static void * SoVRMLMovieTexture::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMovieTexture.h
  'static void * SoVRMLNavigationInfo::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNavigationInfo.h
  'static void * SoVRMLNormal::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormal.h
  'static void * SoVRMLNormalInterpolator::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormalInterpolator.h
  'static void * SoVRMLOrientationInterpolator::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLOrientationInterpolator.h
  'static void * SoVRMLPixelTexture::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPixelTexture.h
  'static void * SoVRMLPlaneSensor::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPlaneSensor.h
  'static void * SoVRMLPointLight::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointLight.h
  'static void * SoVRMLPointSet::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointSet.h
  'static void * SoVRMLPositionInterpolator::createInstance(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPositionInterpolator.h
  'static void * SoVRMLProximitySensor::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLProximitySensor.h
  'static void * SoVRMLScalarInterpolator::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScalarInterpolator.h
  'static void * SoVRMLScript::createInstance(void)' at line 78 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScript.h
  'static void * SoVRMLShape::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLShape.h
  'static void * SoVRMLSound::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSound.h
  'static void * SoVRMLSphere::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphere.h
  'static void * SoVRMLSphereSensor::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphereSensor.h
  'static void * SoVRMLSpotLight::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSpotLight.h
  'static void * SoVRMLSwitch::createInstance(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSwitch.h
  'static void * SoVRMLText::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLText.h
  'static void * SoVRMLTextureCoordinate::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureCoordinate.h
  'static void * SoVRMLTextureTransform::createInstance(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureTransform.h
  'static void * SoVRMLTimeSensor::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTimeSensor.h
  'static void * SoVRMLTouchSensor::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTouchSensor.h
  'static void * SoVRMLTransform::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTransform.h
  'static void * SoVRMLViewpoint::createInstance(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLViewpoint.h
  'static void * SoVRMLVisibilitySensor::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVisibilitySensor.h
  'static void * SoVRMLWorldInfo::createInstance(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLWorldInfo.h
  'static void * SoResetMatrixElement::createInstance(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/src/elements/GL/SoResetMatrixElement.h
  'static void * SoTextureScalePolicyElement::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/src/elements/SoTextureScalePolicyElement.h
  'static void * SoTextureScaleQualityElement::createInstance(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/src/elements/SoTextureScaleQualityElement.h
  'static void * SoPackedColorV20::createInstance(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoPackedColorV20.h
  'static void * SoShapeHintsV10::createInstance(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoShapeHintsV10.h
/var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoReversePerspectiveCamera.cpp:87: warning: documented symbol 'SoReversePerspectiveCamera::SoReversePerspectiveCamera' was not declared or defined.
/var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoReversePerspectiveCamera.cpp:110: warning: documented symbol 'SoReversePerspectiveCamera::~SoReversePerspectiveCamera' was not declared or defined.
/var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoReversePerspectiveCamera.cpp:119: warning: no uniquely matching class member found for 
  void SoReversePerspectiveCamera::initClass(void)
Possible candidates:
  'static void SoAction::initClass(void)' at line 79 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoAction.h
  'static void SoAudioRenderAction::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoAudioRenderAction.h
  'static void SoBoxHighlightRenderAction::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoBoxHighlightRenderAction.h
  'static void SoCallbackAction::initClass(void)' at line 86 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoCallbackAction.h
  'static void SoGetBoundingBoxAction::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGetBoundingBoxAction.h
  'static void SoGetMatrixAction::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGetMatrixAction.h
  'static void SoGetPrimitiveCountAction::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGetPrimitiveCountAction.h
  'static void SoGlobalSimplifyAction::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGlobalSimplifyAction.h
  'static void SoGLRenderAction::initClass(void)' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoGLRenderAction.h
  'static void SoHandleEventAction::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoHandleEventAction.h
  'static void SoLineHighlightRenderAction::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoLineHighlightRenderAction.h
  'static void SoPickAction::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoPickAction.h
  'static void SoRayPickAction::initClass(void)' at line 58 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoRayPickAction.h
  'static void SoReorganizeAction::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h
  'static void SoSearchAction::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoSearchAction.h
  'static void SoShapeSimplifyAction::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoShapeSimplifyAction.h
  'static void SoSimplifyAction::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoSimplifyAction.h
  'static void SoToVRML2Action::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoToVRML2Action.h
  'static void SoToVRMLAction::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoToVRMLAction.h
  'static void SoWriteAction::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoWriteAction.h
  'static void SoForeignFileKit::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoForeignFileKit.h
  'static void SoSTLFileKit::initClass(void)' at line 63 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h
  'static void SoGLShadowCullingElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/elements/SoGLShadowCullingElement.h
  'static void SoShadowStyleElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/elements/SoShadowStyleElement.h
  'static void SoShadowCulling::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowCulling.h
  'static void SoShadowDirectionalLight::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowDirectionalLight.h
  'static void SoShadowGroup::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowGroup.h
  'static void SoShadowSpotLight::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowSpotLight.h
  'static void SoShadowStyle::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowStyle.h
  'static void SoVectorizeAction::initClass(void)' at line 60 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h
  'static void SoVectorizePSAction::initClass(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizePSAction.h
  'static void SoProfilerElement::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/elements/SoProfilerElement.h
  'static void SoNodeVisualize::initClass(void)' at line 69 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h
  'static void SoProfilerOverlayKit::initClass(void)' at line 20 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h
  'static void SoProfilerStats::initClass(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodes/SoProfilerStats.h
  'static void SoIntersectionDetectionAction::initClass(void)' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/collision/SoIntersectionDetectionAction.h
  'static void SoConeDetail::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoConeDetail.h
  'static void SoCubeDetail::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoCubeDetail.h
  'static void SoCylinderDetail::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoCylinderDetail.h
  'static void SoDetail::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoDetail.h
  'static void SoFaceDetail::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoFaceDetail.h
  'static void SoLineDetail::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoLineDetail.h
  'static void SoNodeKitDetail::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoNodeKitDetail.h
  'static void SoPointDetail::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoPointDetail.h
  'static void SoTextDetail::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/details/SoTextDetail.h
  'static void SoCenterballDragger::initClass(void)' at line 72 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h
  'static void SoDirectionalLightDragger::initClass(void)' at line 58 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDirectionalLightDragger.h
  'static void SoDragger::initClass(void)' at line 144 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h
  'static void SoDragPointDragger::initClass(void)' at line 87 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h
  'static void SoHandleBoxDragger::initClass(void)' at line 127 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h
  'static void SoJackDragger::initClass(void)' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoJackDragger.h
  'static void SoPointLightDragger::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoPointLightDragger.h
  'static void SoRotateCylindricalDragger::initClass(void)' at line 57 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateCylindricalDragger.h
  'static void SoRotateDiscDragger::initClass(void)' at line 57 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateDiscDragger.h
  'static void SoRotateSphericalDragger::initClass(void)' at line 59 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateSphericalDragger.h
  'static void SoScale1Dragger::initClass(void)' at line 57 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale1Dragger.h
  'static void SoScale2Dragger::initClass(void)' at line 57 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2Dragger.h
  'static void SoScale2UniformDragger::initClass(void)' at line 58 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2UniformDragger.h
  'static void SoScaleUniformDragger::initClass(void)' at line 57 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScaleUniformDragger.h
  'static void SoSpotLightDragger::initClass(void)' at line 64 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h
  'static void SoTabBoxDragger::initClass(void)' at line 70 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h
  'static void SoTabPlaneDragger::initClass(void)' at line 70 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h
  'static void SoTrackballDragger::initClass(void)' at line 78 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h
  'static void SoTransformBoxDragger::initClass(void)' at line 81 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h
  'static void SoTransformerDragger::initClass(void)' at line 189 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h
  'static void SoTranslate1Dragger::initClass(void)' at line 58 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate1Dragger.h
  'static void SoTranslate2Dragger::initClass(void)' at line 61 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h
  'static void SoAccumulatedElement::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAccumulatedElement.h
  'static void SoAmbientColorElement::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAmbientColorElement.h
  'static void SoAnnoText3CharOrientElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAnnoText3CharOrientElement.h
  'static void SoAnnoText3FontSizeHintElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAnnoText3FontSizeHintElement.h
  'static void SoAnnoText3RenderPrintElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoAnnoText3RenderPrintElement.h
  'static void SoBBoxModelMatrixElement::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoBBoxModelMatrixElement.h
  'static void SoBumpMapCoordinateElement::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoBumpMapCoordinateElement.h
  'static void SoBumpMapElement::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoBumpMapElement.h
  'static void SoBumpMapMatrixElement::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoBumpMapMatrixElement.h
  'static void SoCacheElement::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCacheElement.h
  'static void SoCacheHintElement::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCacheHintElement.h
  'static void SoClipPlaneElement::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoClipPlaneElement.h
  'static void SoComplexityElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoComplexityElement.h
  'static void SoComplexityTypeElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoComplexityTypeElement.h
  'static void SoCoordinateElement::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCoordinateElement.h
  'static void SoCreaseAngleElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCreaseAngleElement.h
  'static void SoCullElement::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCullElement.h
  'static void SoDecimationPercentageElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDecimationPercentageElement.h
  'static void SoDecimationTypeElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDecimationTypeElement.h
  'static void SoDepthBufferElement::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDepthBufferElement.h
  'static void SoDiffuseColorElement::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDiffuseColorElement.h
  'static void SoDrawStyleElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDrawStyleElement.h
  'static void SoElement::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoElement.h
  'static void SoEmissiveColorElement::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoEmissiveColorElement.h
  'static void SoEnvironmentElement::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoEnvironmentElement.h
  'static void SoFloatElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoFloatElement.h
  'static void SoFocalDistanceElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoFocalDistanceElement.h
  'static void SoFontNameElement::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoFontNameElement.h
  'static void SoFontSizeElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoFontSizeElement.h
  'static void SoGeoElement::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGeoElement.h
  'static void SoGLCacheContextElement::initClass(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLCacheContextElement.h
  'static void SoGLClipPlaneElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLClipPlaneElement.h
  'static void SoGLColorIndexElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLColorIndexElement.h
  'static void SoGLCoordinateElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLCoordinateElement.h
  'static void SoGLDepthBufferElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLDepthBufferElement.h
  'static void SoGLDrawStyleElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLDrawStyleElement.h
  'static void SoGLEnvironmentElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLEnvironmentElement.h
  'static void SoGLLazyElement::initClass()' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h
  'static void SoGLLightIdElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLightIdElement.h
  'static void SoGLLinePatternElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLinePatternElement.h
  'static void SoGLLineWidthElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLineWidthElement.h
  'static void SoGLModelMatrixElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLModelMatrixElement.h
  'static void SoGLMultiTextureCoordinateElement::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureCoordinateElement.h
  'static void SoGLMultiTextureEnabledElement::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureEnabledElement.h
  'static void SoGLMultiTextureImageElement::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureImageElement.h
  'static void SoGLMultiTextureMatrixElement::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureMatrixElement.h
  'static void SoGLNormalElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLNormalElement.h
  'static void SoGLPointSizeElement::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLPointSizeElement.h
  'static void SoGLPolygonOffsetElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLPolygonOffsetElement.h
  'static void SoGLProjectionMatrixElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLProjectionMatrixElement.h
  'static void SoGLRenderPassElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLRenderPassElement.h
  'static void SoGLShapeHintsElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLShapeHintsElement.h
  'static void SoGLUpdateAreaElement::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLUpdateAreaElement.h
  'static void SoGLVBOElement::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLVBOElement.h
  'static void SoGLVertexAttributeElement::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLVertexAttributeElement.h
  'static void SoGLViewingMatrixElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLViewingMatrixElement.h
  'static void SoGLViewportRegionElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLViewportRegionElement.h
  'static void SoInt32Element::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoInt32Element.h
  'static void SoLazyElement::initClass()' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h
  'static void SoLightAttenuationElement::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLightAttenuationElement.h
  'static void SoLightElement::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLightElement.h
  'static void SoLightModelElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLightModelElement.h
  'static void SoLinePatternElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLinePatternElement.h
  'static void SoLineWidthElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLineWidthElement.h
  'static void SoListenerDopplerElement::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoListenerDopplerElement.h
  'static void SoListenerGainElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoListenerGainElement.h
  'static void SoListenerOrientationElement::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoListenerOrientationElement.h
  'static void SoListenerPositionElement::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoListenerPositionElement.h
  'static void SoLocalBBoxMatrixElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLocalBBoxMatrixElement.h
  'static void SoMaterialBindingElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMaterialBindingElement.h
  'static void SoModelMatrixElement::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoModelMatrixElement.h
  'static void SoMultiTextureCoordinateElement::initClass(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h
  'static void SoMultiTextureEnabledElement::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureEnabledElement.h
  'static void SoMultiTextureImageElement::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h
  'static void SoMultiTextureMatrixElement::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h
  'static void SoNormalBindingElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoNormalBindingElement.h
  'static void SoNormalElement::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoNormalElement.h
  'static void SoOverrideElement::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoOverrideElement.h
  'static void SoPickRayElement::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoPickRayElement.h
  'static void SoPickStyleElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoPickStyleElement.h
  'static void SoPointSizeElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoPointSizeElement.h
  'static void SoPolygonOffsetElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoPolygonOffsetElement.h
  'static void SoProfileCoordinateElement::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoProfileCoordinateElement.h
  'static void SoProfileElement::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoProfileElement.h
  'static void SoProjectionMatrixElement::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoProjectionMatrixElement.h
  'static void SoReplacedElement::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoReplacedElement.h
  'static void SoShapeHintsElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeHintsElement.h
  'static void SoShapeStyleElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeStyleElement.h
  'static void SoShininessElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShininessElement.h
  'static void SoSoundElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoSoundElement.h
  'static void SoSpecularColorElement::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoSpecularColorElement.h
  'static void SoSwitchElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoSwitchElement.h
  'static void SoTextOutlineEnabledElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextOutlineEnabledElement.h
  'static void SoTextureCombineElement::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureCombineElement.h
  'static void SoTextureCoordinateBindingElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureCoordinateBindingElement.h
  'static void SoTextureOverrideElement::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureOverrideElement.h
  'static void SoTextureQualityElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureQualityElement.h
  'static void SoTextureUnitElement::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureUnitElement.h
  'static void SoTransparencyElement::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTransparencyElement.h
  'static void SoUnitsElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoUnitsElement.h
  'static void SoVertexAttributeBindingElement::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeBindingElement.h
  'static void SoVertexAttributeElement::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h
  'static void SoViewingMatrixElement::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoViewingMatrixElement.h
  'static void SoViewportRegionElement::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoViewportRegionElement.h
  'static void SoViewVolumeElement::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoViewVolumeElement.h
  'static void SoWindowElement::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoWindowElement.h
  'static void SoBoolOperation::initClass()' at line 66 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoBoolOperation.h
  'static void SoCalculator::initClass(void)' at line 62 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoCalculator.h
  'static void SoComposeMatrix::initClass()' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeMatrix.h
  'static void SoComposeRotationFromTo::initClass()' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeRotationFromTo.h
  'static void SoComposeRotation::initClass()' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeRotation.h
  'static void SoComposeVec2f::initClass()' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec2f.h
  'static void SoComposeVec3f::initClass()' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec3f.h
  'static void SoComposeVec4f::initClass()' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec4f.h
  'static void SoComputeBoundingBox::initClass(void)' at line 60 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComputeBoundingBox.h
  'static void SoConcatenate::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoConcatenate.h
  'static void SoCounter::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoCounter.h
  'static void SoDecomposeMatrix::initClass()' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeMatrix.h
  'static void SoDecomposeRotation::initClass()' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeRotation.h
  'static void SoDecomposeVec2f::initClass()' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec2f.h
  'static void SoDecomposeVec3f::initClass()' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec3f.h
  'static void SoDecomposeVec4f::initClass()' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec4f.h
  'static void SoElapsedTime::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoElapsedTime.h
  'static void SoEngine::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoEngine.h
  'static void SoFieldConverter::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoFieldConverter.h
  'static void SoGate::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoGate.h
  'static void SoHeightMapToNormalMap::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoHeightMapToNormalMap.h
  'static void SoInterpolateFloat::initClass()' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateFloat.h
  'static void SoInterpolate::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolate.h
  'static void SoInterpolateRotation::initClass()' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateRotation.h
  'static void SoInterpolateVec2f::initClass()' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec2f.h
  'static void SoInterpolateVec3f::initClass()' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec3f.h
  'static void SoInterpolateVec4f::initClass()' at line 41 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec4f.h
  'static void SoNodeEngine::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoNodeEngine.h
  'static void SoOneShot::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoOneShot.h
  'static void SoOnOff::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoOnOff.h
  'static void SoSelectOne::initClass(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoSelectOne.h
  'static void SoTexture2Convert::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTexture2Convert.h
  'static void SoTimeCounter::initClass()' at line 64 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTimeCounter.h
  'static void SoTransformVec3f::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTransformVec3f.h
  'static void SoTriggerAny::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTriggerAny.h
  'static void SoDebugError::initClass(void)' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/errors/SoDebugError.h
  'static void SoError::initClass(void)' at line 71 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/errors/SoError.h
  'static void SoMemoryError::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/errors/SoMemoryError.h
  'static void SoReadError::initClass(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/errors/SoReadError.h
  'static void SoButtonEvent::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoButtonEvent.h
  'static void SoEvent::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoEvent.h
  'static void SoKeyboardEvent::initClass(void)' at line 58 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoKeyboardEvent.h
  'static void SoLocation2Event::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoLocation2Event.h
  'static void SoMotion3Event::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoMotion3Event.h
  'static void SoMouseButtonEvent::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoMouseButtonEvent.h
  'static void SoSpaceballButtonEvent::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/events/SoSpaceballButtonEvent.h
  'static void SoFieldContainer::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoFieldContainer.h
  'static void SoField::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h
  'static void SoMFBitMask::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBitMask.h
  'static void SoMFBool::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h
  'static void SoMFColor::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h
  'static void SoMFColorRGBA::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h
  'static void SoMFDouble::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h
  'static void SoMFEngine::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h
  'static void SoMFEnum::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h
  'static void SoMFFloat::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h
  'static void SoMField::initClass(void)' at line 59 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h
  'static void SoMFInt32::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h
  'static void SoMFMatrix::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h
  'static void SoMFName::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h
  'static void SoMFNode::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h
  'static void SoMFPath::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h
  'static void SoMFPlane::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h
  'static void SoMFRotation::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h
  'static void SoMFShort::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h
  'static void SoMFString::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h
  'static void SoMFTime::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h
  'static void SoMFUInt32::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h
  'static void SoMFUShort::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h
  'static void SoMFVec2b::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h
  'static void SoMFVec2d::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h
  'static void SoMFVec2f::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h
  'static void SoMFVec2i32::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h
  'static void SoMFVec2s::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h
  'static void SoMFVec3b::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h
  'static void SoMFVec3d::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h
  'static void SoMFVec3f::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h
  'static void SoMFVec3i32::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h
  'static void SoMFVec3s::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h
  'static void SoMFVec4b::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h
  'static void SoMFVec4d::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h
  'static void SoMFVec4f::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h
  'static void SoMFVec4i32::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h
  'static void SoMFVec4s::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h
  'static void SoMFVec4ub::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h
  'static void SoMFVec4ui32::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h
  'static void SoMFVec4us::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h
  'static void SoSFBitMask::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBitMask.h
  'static void SoSFBool::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBool.h
  'static void SoSFBox2d::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2d.h
  'static void SoSFBox2f::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2f.h
  'static void SoSFBox2i32::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2i32.h
  'static void SoSFBox2s::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2s.h
  'static void SoSFBox3d::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3d.h
  'static void SoSFBox3f::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3f.h
  'static void SoSFBox3i32::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3i32.h
  'static void SoSFBox3s::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3s.h
  'static void SoSFColor::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColor.h
  'static void SoSFColorRGBA::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColorRGBA.h
  'static void SoSFDouble::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFDouble.h
  'static void SoSFEngine::initClass(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEngine.h
  'static void SoSFEnum::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h
  'static void SoSFFloat::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFFloat.h
  'static void SoSField::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h
  'static void SoSFImage3::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFImage3.h
  'static void SoSFImage::initClass(void)' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFImage.h
  'static void SoSFInt32::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFInt32.h
  'static void SoSFMatrix::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFMatrix.h
  'static void SoSFName::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFName.h
  'static void SoSFNode::initClass(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFNode.h
  'static void SoSFPath::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPath.h
  'static void SoSFPlane::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPlane.h
  'static void SoSFRotation::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFRotation.h
  'static void SoSFShort::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFShort.h
  'static void SoSFString::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFString.h
  'static void SoSFTime::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTime.h
  'static void SoSFTrigger::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTrigger.h
  'static void SoSFUInt32::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUInt32.h
  'static void SoSFUShort::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUShort.h
  'static void SoSFVec2b::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2b.h
  'static void SoSFVec2d::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2d.h
  'static void SoSFVec2f::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2f.h
  'static void SoSFVec2i32::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2i32.h
  'static void SoSFVec2s::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2s.h
  'static void SoSFVec3b::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3b.h
  'static void SoSFVec3d::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3d.h
  'static void SoSFVec3f::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3f.h
  'static void SoSFVec3i32::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3i32.h
  'static void SoSFVec3s::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3s.h
  'static void SoSFVec4b::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4b.h
  'static void SoSFVec4d::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4d.h
  'static void SoSFVec4f::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4f.h
  'static void SoSFVec4i32::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4i32.h
  'static void SoSFVec4s::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4s.h
  'static void SoSFVec4ub::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ub.h
  'static void SoSFVec4ui32::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ui32.h
  'static void SoSFVec4us::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4us.h
  'static void SoCenterballManip::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoCenterballManip.h
  'static void SoClipPlaneManip::initClass(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoClipPlaneManip.h
  'static void SoDirectionalLightManip::initClass(void)' at line 57 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoDirectionalLightManip.h
  'static void SoHandleBoxManip::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoHandleBoxManip.h
  'static void SoJackManip::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoJackManip.h
  'static void SoPointLightManip::initClass(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoPointLightManip.h
  'static void SoSpotLightManip::initClass(void)' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoSpotLightManip.h
  'static void SoTabBoxManip::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTabBoxManip.h
  'static void SoTrackballManip::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTrackballManip.h
  'static void SoTransformBoxManip::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformBoxManip.h
  'static void SoTransformerManip::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformerManip.h
  'static void SoTransformManip::initClass(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoTransformManip.h
  'static void SoBase::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoBase.h
  'static void SoGLBigImage::initClass(void)' at line 84 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLBigImage.h
  'static void SoGLCubeMapImage::initClass(void)' at line 83 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLCubeMapImage.h
  'static void SoGLImage::initClass(void)' at line 197 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLImage.h
  'static void SoProto::initClass(void)' at line 61 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoProto.h
  'static void SoProtoInstance::initClass(void)' at line 59 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoProtoInstance.h
  'static void SoScXMLDollyTarget::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLDollyTarget.h
  'static void SoScXMLFlightControlTarget::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h
  'static void SoScXMLMiscTarget::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMiscTarget.h
  'static void SoScXMLMotionTarget::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMotionTarget.h
  'static void SoScXMLNavigationTarget::initClass(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h
  'static void SoScXMLPanTarget::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h
  'static void SoScXMLRotateTarget::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h
  'static void SoScXMLSeekTarget::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSeekTarget.h
  'static void SoScXMLSpinTarget::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSpinTarget.h
  'static void SoScXMLZoomTarget::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h
  'static void SoAppearanceKit::initClass(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoAppearanceKit.h
  'static void SoBaseKit::initClass(void)' at line 74 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h
  'static void SoCameraKit::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoCameraKit.h
  'static void SoInteractionKit::initClass(void)' at line 66 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h
  'static void SoLightKit::initClass(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoLightKit.h
  'static void SoNodekitCatalog::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoNodekitCatalog.h
  'static void SoNodeKitListPart::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoNodeKitListPart.h
  'static void SoSceneKit::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSceneKit.h
  'static void SoSeparatorKit::initClass(void)' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h
  'static void SoShapeKit::initClass(void)' at line 62 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h
  'static void SoWrapperKit::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoWrapperKit.h
  'static void SoAlphaTest::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAlphaTest.h
  'static void SoAnnotation::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAnnotation.h
  'static void SoAntiSquish::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAntiSquish.h
  'static void SoArray::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoArray.h
  'static void SoAsciiText::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoAsciiText.h
  'static void SoBaseColor::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBaseColor.h
  'static void SoBlinker::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBlinker.h
  'static void SoBumpMapCoordinate::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapCoordinate.h
  'static void SoBumpMap::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMap.h
  'static void SoBumpMapTransform::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoBumpMapTransform.h
  'static void SoCacheHint::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCacheHint.h
  'static void SoCallback::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCallback.h
  'static void SoCamera::initClass(void)' at line 70 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCamera.h
  'static void SoClipPlane::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoClipPlane.h
  'static void SoColorIndex::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoColorIndex.h
  'static void SoComplexity::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoComplexity.h
  'static void SoCone::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCone.h
  'static void SoCoordinate3::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate3.h
  'static void SoCoordinate4::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCoordinate4.h
  'static void SoCube::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCube.h
  'static void SoCylinder::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoCylinder.h
  'static void SoDepthBuffer::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDepthBuffer.h
  'static void SoDirectionalLight::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDirectionalLight.h
  'static void SoDrawStyle::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoDrawStyle.h
  'static void SoEnvironment::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEnvironment.h
  'static void SoEventCallback::initClass(void)' at line 58 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoEventCallback.h
  'static void SoExtSelection::initClass(void)' at line 82 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoExtSelection.h
  'static void SoFaceSet::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFaceSet.h
  'static void SoFile::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFile.h
  'static void SoFont::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFont.h
  'static void SoFontStyle::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFontStyle.h
  'static void SoFragmentShader::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFragmentShader.h
  'static void SoFrustumCamera::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoFrustumCamera.h
  'static void SoGeoCoordinate::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoCoordinate.h
  'static void SoGeoLocation::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoLocation.h
  'static void SoGeometryShader::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeometryShader.h
  'static void SoGeoOrigin::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoOrigin.h
  'static void SoGeoSeparator::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGeoSeparator.h
  'static void SoGroup::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoGroup.h
  'static void SoImage::initClass(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoImage.h
  'static void SoIndexedFaceSet::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedFaceSet.h
  'static void SoIndexedLineSet::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedLineSet.h
  'static void SoIndexedMarkerSet::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedMarkerSet.h
  'static void SoIndexedNurbsCurve::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsCurve.h
  'static void SoIndexedNurbsSurface::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedNurbsSurface.h
  'static void SoIndexedPointSet::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h
  'static void SoIndexedShape::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedShape.h
  'static void SoIndexedTriangleStripSet::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedTriangleStripSet.h
  'static void SoInfo::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoInfo.h
  'static void SoLabel::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLabel.h
  'static void SoLevelOfDetail::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLevelOfDetail.h
  'static void SoLight::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLight.h
  'static void SoLightModel::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLightModel.h
  'static void SoLinearProfile::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLinearProfile.h
  'static void SoLineSet::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLineSet.h
  'static void SoListener::initClass()' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoListener.h
  'static void SoLocateHighlight::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLocateHighlight.h
  'static void SoLOD::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoLOD.h
  'static void SoMarkerSet::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMarkerSet.h
  'static void SoMaterialBinding::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterialBinding.h
  'static void SoMaterial::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMaterial.h
  'static void SoMatrixTransform::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMatrixTransform.h
  'static void SoMultipleCopy::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoMultipleCopy.h
  'static void SoNode::initClass(void)' at line 133 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNode.h
  'static void SoNonIndexedShape::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNonIndexedShape.h
  'static void SoNormalBinding::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormalBinding.h
  'static void SoNormal::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNormal.h
  'static void SoNurbsCurve::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsCurve.h
  'static void SoNurbsProfile::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsProfile.h
  'static void SoNurbsSurface::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoNurbsSurface.h
  'static void SoOrthographicCamera::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoOrthographicCamera.h
  'static void SoPackedColor::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPackedColor.h
  'static void SoPathSwitch::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPathSwitch.h
  'static void SoPendulum::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPendulum.h
  'static void SoPerspectiveCamera::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPerspectiveCamera.h
  'static void SoPickStyle::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPickStyle.h
  'static void SoPointLight::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointLight.h
  'static void SoPointSet::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPointSet.h
  'static void SoPolygonOffset::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoPolygonOffset.h
  'static void SoProfileCoordinate2::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate2.h
  'static void SoProfileCoordinate3::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfileCoordinate3.h
  'static void SoProfile::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoProfile.h
  'static void SoQuadMesh::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoQuadMesh.h
  'static void SoResetTransform::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoResetTransform.h
  'static void SoRotation::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotation.h
  'static void SoRotationXYZ::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotationXYZ.h
  'static void SoRotor::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoRotor.h
  'static void SoScale::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoScale.h
  'static void SoSceneTexture2::initClass(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTexture2.h
  'static void SoSceneTextureCubeMap::initClass(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h
  'static void SoSelection::initClass(void)' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSelection.h
  'static void SoSeparator::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSeparator.h
  'static void SoShaderObject::initClass(void)' at line 69 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderObject.h
  'static void SoShaderParameter::initClass()' at line 83 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoUniformShaderParameter::initClass(void)' at line 100 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameter1f::initClass()' at line 127 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameter1i::initClass()' at line 147 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameter2f::initClass()' at line 167 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameter2i::initClass()' at line 187 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameter3f::initClass()' at line 208 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameter3i::initClass()' at line 229 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameter4f::initClass()' at line 250 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameter4i::initClass()' at line 271 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterArray1f::initClass()' at line 292 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterArray1i::initClass()' at line 313 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterArray2f::initClass()' at line 334 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterArray2i::initClass()' at line 354 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterArray3f::initClass()' at line 375 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterArray3i::initClass()' at line 396 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterArray4f::initClass()' at line 417 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterArray4i::initClass()' at line 439 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterMatrix::initClass()' at line 460 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderParameterMatrixArray::initClass()' at line 481 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderStateMatrixParameter::initClass(void)' at line 518 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h
  'static void SoShaderProgram::initClass()' at line 67 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderProgram.h
  'static void SoShape::initClass(void)' at line 58 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShape.h
  'static void SoShapeHints::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShapeHints.h
  'static void SoShuttle::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShuttle.h
  'static void SoSphere::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSphere.h
  'static void SoSpotLight::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSpotLight.h
  'static void SoSurroundScale::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSurroundScale.h
  'static void SoSwitch::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSwitch.h
  'static void SoText2::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText2.h
  'static void SoText3::initClass(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoText3.h
  'static void SoTexture2::initClass(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2.h
  'static void SoTexture2Transform::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture2Transform.h
  'static void SoTexture3::initClass(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3.h
  'static void SoTexture3Transform::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture3Transform.h
  'static void SoTextureCombine::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h
  'static void SoTextureCoordinate2::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate2.h
  'static void SoTextureCoordinate3::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinate3.h
  'static void SoTextureCoordinateBinding::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateBinding.h
  'static void SoTextureCoordinateCube::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCube.h
  'static void SoTextureCoordinateCylinder::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCylinder.h
  'static void SoTextureCoordinateDefault::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateDefault.h
  'static void SoTextureCoordinateEnvironment::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateEnvironment.h
  'static void SoTextureCoordinateFunction::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateFunction.h
  'static void SoTextureCoordinateNormalMap::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateNormalMap.h
  'static void SoTextureCoordinateObject::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateObject.h
  'static void SoTextureCoordinatePlane::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinatePlane.h
  'static void SoTextureCoordinateReflectionMap::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateReflectionMap.h
  'static void SoTextureCoordinateSphere::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateSphere.h
  'static void SoTextureCubeMap::initClass(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCubeMap.h
  'static void SoTexture::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTexture.h
  'static void SoTextureMatrixTransform::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureMatrixTransform.h
  'static void SoTextureScalePolicy::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureScalePolicy.h
  'static void SoTextureUnit::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureUnit.h
  'static void SoTransformation::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformation.h
  'static void SoTransform::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransform.h
  'static void SoTransformSeparator::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransformSeparator.h
  'static void SoTranslation::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTranslation.h
  'static void SoTransparencyType::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTransparencyType.h
  'static void SoTriangleStripSet::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTriangleStripSet.h
  'static void SoUnits::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoUnits.h
  'static void SoVertexAttributeBinding::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttributeBinding.h
  'static void SoVertexAttribute::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttribute.h
  'static void SoVertexProperty::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexProperty.h
  'static void SoVertexShader::initClass(void)' at line 43 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShader.h
  'static void SoVertexShape::initClass(void)' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexShape.h
  'static void SoWWWAnchor::initClass(void)' at line 55 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWAnchor.h
  'static void SoWWWInline::initClass(void)' at line 63 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoWWWInline.h
  'static void ScXMLAbstractStateElt::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h
  'static void ScXMLAnchorElt::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAnchorElt.h
  'static void ScXMLAssignElt::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h
  'static void ScXMLCoinEvaluator::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static void ScXMLCoinEqualsOpExprDataObj::initClass(void)' at line 70 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static void ScXMLCoinAddOpExprDataObj::initClass(void)' at line 82 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static void ScXMLCoinSubtractOpExprDataObj::initClass(void)' at line 94 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static void ScXMLCoinMultiplyOpExprDataObj::initClass(void)' at line 108 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static void ScXMLCoinDivideOpExprDataObj::initClass(void)' at line 120 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static void ScXMLCoinLengthFuncExprDataObj::initClass(void)' at line 132 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h
  'static void ScXMLContentElt::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLContentElt.h
  'static void ScXMLDataElt::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h
  'static void ScXMLDataModelElt::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h
  'static void ScXMLDocument::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDocument.h
  'static void ScXMLECMAScriptEvaluator::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLECMAScriptEvaluator.h
  'static void ScXMLElseElt::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseElt.h
  'static void ScXMLElseIfElt::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseIfElt.h
  'static void ScXMLElt::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h
  'static void ScXMLEvaluator::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLDataObj::initClass(void)' at line 81 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLConstantDataObj::initClass(void)' at line 99 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLStringDataObj::initClass(void)' at line 112 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLRealDataObj::initClass(void)' at line 137 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLBoolDataObj::initClass(void)' at line 162 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLSbDataObj::initClass(void)' at line 187 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLXMLDataObj::initClass(void)' at line 212 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLExprDataObj::initClass(void)' at line 227 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLReferenceDataObj::initClass(void)' at line 248 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLAndOpExprDataObj::initClass(void)' at line 275 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLOrOpExprDataObj::initClass(void)' at line 302 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLNotOpExprDataObj::initClass(void)' at line 329 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLEqualsOpExprDataObj::initClass(void)' at line 354 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLAddOpExprDataObj::initClass(void)' at line 384 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLSubtractOpExprDataObj::initClass(void)' at line 411 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLMultiplyOpExprDataObj::initClass(void)' at line 438 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLDivideOpExprDataObj::initClass(void)' at line 465 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLNegateOpExprDataObj::initClass(void)' at line 492 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h
  'static void ScXMLEventElt::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventElt.h
  'static void ScXMLEvent::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h
  'static void ScXMLEventTarget::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h
  'static void ScXMLExecutableElt::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h
  'static void ScXMLFinalElt::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalElt.h
  'static void ScXMLFinalizeElt::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalizeElt.h
  'static void ScXMLHistoryElt::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h
  'static void ScXMLIfElt::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h
  'static void ScXMLInitialElt::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInitialElt.h
  'static void ScXMLInvokeElt::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h
  'static void ScXMLLogElt::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h
  'static void ScXMLMinimumEvaluator::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'static void ScXMLMinimumExprDataObj::initClass(void)' at line 70 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'static void ScXMLInExprDataObj::initClass(void)' at line 80 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'static void ScXMLAppendOpExprDataObj::initClass(void)' at line 104 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h
  'static void ScXMLObject::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLObject.h
  'static void ScXMLOnEntryElt::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnEntryElt.h
  'static void ScXMLOnExitElt::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnExitElt.h
  'static void ScXMLParallelElt::initClass(void)' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h
  'static void ScXMLParamElt::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParamElt.h
  'static void ScXMLScriptElt::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScriptElt.h
  'static void ScXMLScxmlElt::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h
  'static void ScXMLSendElt::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h
  'static void ScXMLStateElt::initClass(void)' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h
  'static void ScXMLStateMachine::initClass(void)' at line 66 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h
  'static void ScXMLTransitionElt::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h
  'static void ScXMLValidateElt::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLValidateElt.h
  'static void ScXMLXPathEvaluator::initClass(void)' at line 44 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLXPathEvaluator.h
  'static void SoScXMLEvent::initClass(void)' at line 45 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLEvent.h
  'static void SoScXMLStateMachine::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLStateMachine.h
  'static void SoSensor::initClass(void)' at line 64 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/sensors/SoSensor.h
  'static void SoPath::initClass(void)' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SoPath.h
  'static void SoVRMLAnchor::initClass(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAnchor.h
  'static void SoVRMLAppearance::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAppearance.h
  'static void SoVRMLAudioClip::initClass(void)' at line 66 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h
  'static void SoVRMLBackground::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h
  'static void SoVRMLBillboard::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBillboard.h
  'static void SoVRMLBox::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBox.h
  'static void SoVRMLCollision::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCollision.h
  'static void SoVRMLColor::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColor.h
  'static void SoVRMLColorInterpolator::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColorInterpolator.h
  'static void SoVRMLCone::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCone.h
  'static void SoVRMLCoordinate::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinate.h
  'static void SoVRMLCoordinateInterpolator::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinateInterpolator.h
  'static void SoVRMLCylinder::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinder.h
  'static void SoVRMLCylinderSensor::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCylinderSensor.h
  'static void SoVRMLDirectionalLight::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDirectionalLight.h
  'static void SoVRMLDragSensor::initClass(void)' at line 57 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLDragSensor.h
  'static void SoVRMLElevationGrid::initClass(void)' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLElevationGrid.h
  'static void SoVRMLExtrusion::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h
  'static void SoVRMLFog::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFog.h
  'static void SoVRMLFontStyle::initClass(void)' at line 56 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h
  'static void SoVRMLGeometry::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGeometry.h
  'static void SoVRMLGroup::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h
  'static void SoVRMLImageTexture::initClass(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLImageTexture.h
  'static void SoVRMLIndexedFaceSet::initClass(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedFaceSet.h
  'static void SoVRMLIndexedLine::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h
  'static void SoVRMLIndexedLineSet::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLineSet.h
  'static void SoVRMLIndexedShape::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedShape.h
  'static void SoVRMLInline::initClass(void)' at line 59 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInline.h
  'static void SoVRMLInterpolator::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInterpolator.h
  'static void SoVRMLLight::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLight.h
  'static void SoVRMLLOD::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLLOD.h
  'static void SoVRMLMaterial::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMaterial.h
  'static void SoVRMLMovieTexture::initClass(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMovieTexture.h
  'static void SoVRMLNavigationInfo::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNavigationInfo.h
  'static void SoVRMLNormal::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormal.h
  'static void SoVRMLNormalInterpolator::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormalInterpolator.h
  'static void SoVRMLOrientationInterpolator::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLOrientationInterpolator.h
  'static void SoVRMLParent::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLParent.h
  'static void SoVRMLPixelTexture::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPixelTexture.h
  'static void SoVRMLPlaneSensor::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPlaneSensor.h
  'static void SoVRMLPointLight::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointLight.h
  'static void SoVRMLPointSet::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPointSet.h
  'static void SoVRMLPositionInterpolator::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPositionInterpolator.h
  'static void SoVRMLProximitySensor::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLProximitySensor.h
  'static void SoVRMLScalarInterpolator::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScalarInterpolator.h
  'static void SoVRMLScript::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScript.h
  'static void SoVRMLSensor::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h
  'static void SoVRMLShape::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLShape.h
  'static void SoVRMLSound::initClass(void)' at line 52 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSound.h
  'static void SoVRMLSphere::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphere.h
  'static void SoVRMLSphereSensor::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSphereSensor.h
  'static void SoVRMLSpotLight::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSpotLight.h
  'static void SoVRMLSwitch::initClass(void)' at line 58 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSwitch.h
  'static void SoVRMLText::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLText.h
  'static void SoVRMLTextureCoordinate::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureCoordinate.h
  'static void SoVRMLTexture::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTexture.h
  'static void SoVRMLTextureTransform::initClass(void)' at line 49 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTextureTransform.h
  'static void SoVRMLTimeSensor::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTimeSensor.h
  'static void SoVRMLTouchSensor::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTouchSensor.h
  'static void SoVRMLTransform::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTransform.h
  'static void SoVRMLVertexLine::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexLine.h
  'static void SoVRMLVertexPoint::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexPoint.h
  'static void SoVRMLVertexShape::initClass(void)' at line 54 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h
  'static void SoVRMLViewpoint::initClass(void)' at line 53 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLViewpoint.h
  'static void SoVRMLVisibilitySensor::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVisibilitySensor.h
  'static void SoVRMLWorldInfo::initClass(void)' at line 47 of file /var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLWorldInfo.h
  'static void SoResetMatrixElement::initClass(void)' at line 46 of file /var/pisi/coin-4.0.3-6/work/coin/src/elements/GL/SoResetMatrixElement.h
  'static void SoTextureScalePolicyElement::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/src/elements/SoTextureScalePolicyElement.h
  'static void SoTextureScaleQualityElement::initClass(void)' at line 48 of file /var/pisi/coin-4.0.3-6/work/coin/src/elements/SoTextureScaleQualityElement.h
  'static void SoWriterefCounter::initClass(void)' at line 50 of file /var/pisi/coin-4.0.3-6/work/coin/src/io/SoWriterefCounter.h
  'static void SoPackedColorV20::initClass(void)' at line 51 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoPackedColorV20.h
  'static void SoShapeHintsV10::initClass(void)' at line 62 of file /var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoShapeHintsV10.h
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/C/XML/types.h:40: warning: Member COIN_XML_CDATA_TYPE (macro definition) of file types.h is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/C/XML/types.h:41: warning: Member COIN_XML_ROOT_TYPE (macro definition) of file types.h is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/C/XML/types.h:44: warning: Member cc_xml_elt (typedef) of file types.h is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/C/XML/types.h:45: warning: Member cc_xml_attr (typedef) of file types.h is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/C/XML/types.h:46: warning: Member cc_xml_ent (typedef) of file types.h is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/C/XML/types.h:47: warning: Member cc_xml_path (typedef) of file types.h is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/C/XML/types.h:50: warning: Member cc_xml_document (typedef) of file types.h is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/C/XML/types.h:51: warning: Member cc_xml_element (typedef) of file types.h is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/C/XML/types.h:52: warning: Member cc_xml_attribute (typedef) of file types.h is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/C/XML/types.h:53: warning: Member cc_xml_entity (typedef) of file types.h is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/C/XML/types.h:56: warning: Member cc_xml_filter_choice (enumeration) of file types.h is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_environment.dox:279: warning: unable to resolve reference to 'COIN_GLBBOX' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_environment.dox:308: warning: unable to resolve reference to 'COIN_AUTO_CACHING' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_environment.dox:310: warning: unable to resolve reference to 'COIN_SMART_CACHING' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_environment.dox:279: warning: unable to resolve reference to 'COIN_GLBBOX' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_environment.dox:308: warning: unable to resolve reference to 'COIN_AUTO_CACHING' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_environment.dox:310: warning: unable to resolve reference to 'COIN_SMART_CACHING' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_modules.dox:340: warning: unable to resolve reference to 'VRMLnodes' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_macros.dox:66: warning: unable to resolve reference to 'SO_NODE_HEADER' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_macros.dox:103: warning: unable to resolve reference to 'SO_NODE_HEADER' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_macros.dox:115: warning: unable to resolve reference to 'SO_NODE_ABSTRACT_HEADER' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_macros.dox:150: warning: unable to resolve reference to 'SO_NODE_CONSTRUCTOR' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_macros.dox:36: warning: unable to resolve reference to 'SO_NODE_HEADER' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_macros.dox:37: warning: unable to resolve reference to 'SO_NODE_ABSTRACT_HEADER' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_macros.dox:38: warning: unable to resolve reference to 'SO_NODE_SOURCE' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_macros.dox:39: warning: unable to resolve reference to 'SO_NODE_ABSTRACT_SOURCE' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_macros.dox:40: warning: unable to resolve reference to 'SO_NODE_INIT_CLASS' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_macros.dox:41: warning: unable to resolve reference to 'SO_NODE_INIT_ABSTRACT_CLASS' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_macros.dox:42: warning: unable to resolve reference to 'SO_NODE_IS_FIRST_INSTANCE' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_macros.dox:43: warning: unable to resolve reference to 'SO_NODE_CONSTRUCTOR' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_macros.dox:44: warning: unable to resolve reference to 'SO_NODE_ADD_FIELD' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/doc/Coin_macros.dox:45: warning: unable to resolve reference to 'SO_NODE_DEFINE_ENUM_VALUE' for \ref command
/var/pisi/coin-4.0.3-6/work/coin/src/threads/barrierp.h:58: warning: Member numthreads (variable) of struct cc_barrier is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/barrierp.h:59: warning: Member counter (variable) of struct cc_barrier is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/barrierp.h:60: warning: Member mutex (variable) of struct cc_barrier is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/barrierp.h:61: warning: Member condvar (variable) of struct cc_barrier is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/fifop.h:64: warning: Member access (variable) of struct cc_fifo is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/fifop.h:66: warning: Member head (variable) of struct cc_fifo is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/fifop.h:67: warning: Member tail (variable) of struct cc_fifo is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/fifop.h:68: warning: Member free (variable) of struct cc_fifo is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/fifop.h:70: warning: Member elements (variable) of struct cc_fifo is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/fifop.h:72: warning: Member sleep (variable) of struct cc_fifo is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/C/base/rbptree.h:48: warning: Member root (variable) of struct cc_rbptree is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/C/base/rbptree.h:51: warning: Member inlinepointer[2] (variable) of struct cc_rbptree is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/C/base/rbptree.h:52: warning: Member inlinedata[2] (variable) of struct cc_rbptree is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/C/base/rbptree.h:53: warning: Member counter (variable) of struct cc_rbptree is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/recmutexp.h:52: warning: Member threadid (variable) of struct cc_recmutex is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/recmutexp.h:53: warning: Member level (variable) of struct cc_recmutex is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/recmutexp.h:54: warning: Member waiters (variable) of struct cc_recmutex is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/recmutexp.h:55: warning: Member mutex (variable) of struct cc_recmutex is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/recmutexp.h:56: warning: Member condvar (variable) of struct cc_recmutex is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/rwmutexp.h:55: warning: Member policy (variable) of struct cc_rwmutex is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/rwmutexp.h:56: warning: Member readers (variable) of struct cc_rwmutex is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/rwmutexp.h:57: warning: Member writers (variable) of struct cc_rwmutex is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/rwmutexp.h:58: warning: Member readwaiters (variable) of struct cc_rwmutex is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/rwmutexp.h:59: warning: Member writewaiters (variable) of struct cc_rwmutex is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/rwmutexp.h:60: warning: Member mutex (variable) of struct cc_rwmutex is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/rwmutexp.h:61: warning: Member read (variable) of struct cc_rwmutex is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/rwmutexp.h:62: warning: Member write (variable) of struct cc_rwmutex is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/schedp.h:56: warning: Member pool (variable) of struct cc_sched is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/schedp.h:60: warning: Member schedid_dict (variable) of struct cc_sched is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/storagep.h:54: warning: Member size (variable) of struct cc_storage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/storagep.h:55: warning: Member constructor)(void *) (variable) of struct cc_storage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/storagep.h:56: warning: Member destructor)(void *) (variable) of struct cc_storage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/storagep.h:57: warning: Member dict (variable) of struct cc_storage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/storagep.h:58: warning: Member mutex (variable) of struct cc_storage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/C/base/string.h:52: warning: Member pointer (variable) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/C/base/string.h:53: warning: Member bufsize (variable) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/C/base/string.h:54: warning: Member buffer[CC_STRING_MIN_SIZE] (variable) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:90: warning: Member cc_string_remove_substring(cc_string *me, int start, int end) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:158: warning: Member cc_string_construct(cc_string *me) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:170: warning: Member cc_string_construct_new(void) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:184: warning: Member cc_string_clone(const cc_string *string) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:197: warning: Member cc_string_clean(cc_string *string_struct) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:208: warning: Member cc_string_destruct(cc_string *me) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:222: warning: Member cc_string_set_text(cc_string *me, const char *text) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:254: warning: Member cc_string_set_subtext(cc_string *me, const char *text, int start, int end) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:316: warning: Member cc_string_set_integer(cc_string *me, int integer) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:327: warning: Member cc_string_set_string(cc_string *me, const cc_string *string) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:339: warning: Member cc_string_append_string(cc_string *me, const cc_string *string) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:349: warning: Member cc_string_append_text(cc_string *me, const char *text) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:362: warning: Member cc_string_append_integer(cc_string *me, const int digits) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:376: warning: Member cc_string_append_char(cc_string *me, const char c) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:392: warning: Member cc_string_length(const cc_string *me) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:403: warning: Member cc_string_clear(cc_string *me) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:418: warning: Member cc_string_clear_no_free(cc_string *me) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:428: warning: Member cc_string_hash_text(const char *text) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:446: warning: Member cc_string_hash(const cc_string *me) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:456: warning: Member cc_string_get_text(const cc_string *me) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:468: warning: Member cc_string_is(const cc_string *me) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:478: warning: Member cc_string_compare(const cc_string *lhs, const cc_string *rhs) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:488: warning: Member cc_string_compare_text(const char *lhs, const char *rhs) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:498: warning: Member cc_string_compare_subtext(const cc_string *me, const char *text, int offset) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:511: warning: Member cc_string_apply(cc_string *string, cc_apply_f function) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:527: warning: Member cc_string_sprintf(cc_string *me, const char *formatstr,...) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/string.cpp:540: warning: Member cc_string_vsprintf(cc_string *me, const char *formatstr, va_list args) (function) of struct cc_string is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/threadp.h:68: warning: Member func)(void *) (variable) of struct cc_thread is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/threadp.h:69: warning: Member closure (variable) of struct cc_thread is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/workerp.h:51: warning: Member thread (variable) of struct cc_worker is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/workerp.h:53: warning: Member threadisrunning (variable) of struct cc_worker is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/workerp.h:54: warning: Member mutex (variable) of struct cc_worker is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/workerp.h:55: warning: Member cond (variable) of struct cc_worker is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/workerp.h:56: warning: Member beginmutex (variable) of struct cc_worker is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/workerp.h:57: warning: Member begincond (variable) of struct cc_worker is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/workerp.h:59: warning: Member shutdown (variable) of struct cc_worker is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/workerp.h:60: warning: Member workfunc)(void *) (variable) of struct cc_worker is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/workerp.h:61: warning: Member workclosure (variable) of struct cc_worker is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/workerp.h:63: warning: Member idlecb)(cc_worker *, void *) (variable) of struct cc_worker is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/workerp.h:64: warning: Member idleclosure (variable) of struct cc_worker is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/wpoolp.h:52: warning: Member idlepool (variable) of struct cc_wpool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/wpoolp.h:53: warning: Member busypool (variable) of struct cc_wpool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/wpoolp.h:55: warning: Member iswaiting (variable) of struct cc_wpool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/wpoolp.h:56: warning: Member numworkers (variable) of struct cc_wpool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/wpoolp.h:58: warning: Member mutex (variable) of struct cc_wpool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/threads/wpoolp.h:59: warning: Member waitcond (variable) of struct cc_wpool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbBox2f.h:99: warning: Member minpt (variable) of class SbBox2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbBox2f.h:99: warning: Member maxpt (variable) of class SbBox2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbBox3d.h:106: warning: Member minpt (variable) of class SbBox3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbBox3d.h:106: warning: Member maxpt (variable) of class SbBox3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbBox3i32.h:107: warning: Member minpt (variable) of class SbBox3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbBox3i32.h:107: warning: Member maxpt (variable) of class SbBox3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbBox3s.h:100: warning: Member minpt (variable) of class SbBox3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbBox3s.h:100: warning: Member maxpt (variable) of class SbBox3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4f.h:89: warning: Member vec[4] (variable) of class SbVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbDict.h:71: warning: Member Key (typedef) of class SbDict is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbOctTree.h:84: warning: Member debugTree(FILE *fp) (function) of class SbOctTree is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:68: warning: Member FootprintType (enumeration) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:73: warning: Member NodeFlag (enumeration) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:78: warning: Member NodeDataQueryFlags (enumeration) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:112: warning: Member SbProfilingDataCB(void *userdata, const SbProfilingData &data, const SbList< SoNode * > &pointers, SbList< int > &childindices, int idx) (typedef) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:86: warning: Member getNodeTiming(int idx, unsigned int queryflags=0) const (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:88: warning: Member setNodeFootprint(const SoPath *path, FootprintType type, size_t footprint) (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:90: warning: Member setNodeFootprint(int idx, FootprintType type, size_t footprint) (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:91: warning: Member getNodeFootprint(const SoPath *path, FootprintType type, unsigned int queryflags=0) const (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:93: warning: Member getNodeFootprint(int idx, FootprintType type, unsigned int queryflags=0) const (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:96: warning: Member setNodeFlag(const SoPath *path, NodeFlag flag, SbBool on) (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:97: warning: Member setNodeFlag(int idx, NodeFlag flag, SbBool on) (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:98: warning: Member getNodeFlag(const SoPath *path, NodeFlag flag) const (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:99: warning: Member getNodeFlag(int idx, NodeFlag flag) const (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:104: warning: Member getNodeType(int idx) const (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:105: warning: Member getNodeName(int idx) const (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:107: warning: Member getLongestNameLength(void) const (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:108: warning: Member getLongestTypeNameLength(void) const (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:110: warning: Member getNumNodeEntries(void) const (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:113: warning: Member reportAll(SbProfilingDataCB *callback, void *userdata) const (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:116: warning: Member getStatsForTypesKeyList(SbList< SbProfilingNodeTypeKey > &keys_out) const (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:117: warning: Member getStatsForType(SbProfilingNodeTypeKey type, SbTime &total, SbTime &max, uint32_t &count) const (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:120: warning: Member getStatsForNamesKeyList(SbList< SbProfilingNodeNameKey > &keys_out) const (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:121: warning: Member getStatsForName(SbProfilingNodeNameKey name, SbTime &total, SbTime &max, uint32_t &count) const (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:130: warning: Member operator==(const SbProfilingData &rhs) const (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:131: warning: Member operator!=(const SbProfilingData &rhs) const (function) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:138: warning: Member actionType (variable) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:139: warning: Member actionStartTime (variable) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/SbProfilingData.h:140: warning: Member actionStopTime (variable) of class SbProfilingData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SbTri3f.h:44: warning: Member SbTri3f(const SbTri3f &t) (function) of class SbTri3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SbTri3f.h:45: warning: Member SbTri3f(const SbVec3f &a, const SbVec3f &b, const SbVec3f &c) (function) of class SbTri3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SbTri3f.h:48: warning: Member setValue(const SbTri3f &t) (function) of class SbTri3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SbTri3f.h:49: warning: Member setValue(const SbVec3f &a, const SbVec3f &b, const SbVec3f &c) (function) of class SbTri3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SbTri3f.h:50: warning: Member getValue(SbTri3f &t) const (function) of class SbTri3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SbTri3f.h:51: warning: Member getValue(SbVec3f &a, SbVec3f &b, SbVec3f &c) const (function) of class SbTri3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SbTri3f.h:52: warning: Member getNormal() const (function) of class SbTri3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SbTri3f.h:61: warning: Member sqrDistance(const SbVec3f &p1, float *pfSParam=NULL, float *pfTParam=NULL) const (function) of class SbTri3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SbTri3f.h:64: warning: Member operator=(const SbTri3f &t) (function) of class SbTri3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SbTri3f.h:66: warning: Member intersect(const SbTri3f &triangle) const (function) of class SbTri3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/collision/SbTri3f.h:67: warning: Member intersect(const SbTri3f &triangle, float epsilon) const (function) of class SbTri3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:51: warning: Member SbVec2b(const int8_t v[2]) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:52: warning: Member SbVec2b(int8_t x, int8_t y) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:53: warning: Member SbVec2b(const SbVec2ub &v) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:54: warning: Member SbVec2b(const SbVec2s &v) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:55: warning: Member SbVec2b(const SbVec2i32 &v) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:56: warning: Member SbVec2b(const SbVec2f &v) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:57: warning: Member SbVec2b(const SbVec2d &v) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:59: warning: Member setValue(const int8_t v[2]) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:60: warning: Member setValue(int8_t x, int8_t y) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:61: warning: Member setValue(const SbVec2ub &v) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:62: warning: Member setValue(const SbVec2s &v) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:63: warning: Member setValue(const SbVec2i32 &v) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:64: warning: Member setValue(const SbVec2f &v) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:65: warning: Member setValue(const SbVec2d &v) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:67: warning: Member getValue(void) const (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:68: warning: Member getValue(int8_t &x, int8_t &y) const (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:70: warning: Member operator[](int i) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:71: warning: Member operator[](int i) const (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:73: warning: Member dot(SbVec2b v) const (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:74: warning: Member negate(void) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:76: warning: Member operator*=(int d) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:77: warning: Member operator*=(double d) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:78: warning: Member operator/=(int d) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:79: warning: Member operator/=(double d) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:80: warning: Member operator+=(SbVec2b v) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:81: warning: Member operator-=(SbVec2b v) (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:82: warning: Member operator-(void) const (function) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2b.h:85: warning: Member vec[2] (variable) of class SbVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2d.h:87: warning: Member vec[2] (variable) of class SbVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2f.h:91: warning: Member vec[2] (variable) of class SbVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2i32.h:89: warning: Member vec[2] (variable) of class SbVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2s.h:93: warning: Member vec[2] (variable) of class SbVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:49: warning: Member SbVec2ub(const uint8_t v[2]) (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:50: warning: Member SbVec2ub(uint8_t x, uint8_t y) (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:51: warning: Member SbVec2ub(const SbVec2b &v) (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:52: warning: Member SbVec2ub(const SbVec2us &v) (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:53: warning: Member SbVec2ub(const SbVec2ui32 &v) (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:55: warning: Member setValue(const uint8_t v[2]) (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:56: warning: Member setValue(uint8_t x, uint8_t y) (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:57: warning: Member setValue(const SbVec2b &v) (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:58: warning: Member setValue(const SbVec2us &v) (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:59: warning: Member setValue(const SbVec2ui32 &v) (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:61: warning: Member getValue(void) const (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:62: warning: Member getValue(uint8_t &x, uint8_t &y) const (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:64: warning: Member operator[](int i) (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:65: warning: Member operator[](int i) const (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:67: warning: Member dot(SbVec2ub v) const (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:68: warning: Member negate(void) (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:70: warning: Member operator*=(int d) (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:71: warning: Member operator*=(double d) (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:72: warning: Member operator/=(int d) (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:73: warning: Member operator/=(double d) (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:74: warning: Member operator+=(SbVec2ub v) (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:75: warning: Member operator-=(SbVec2ub v) (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:76: warning: Member operator-(void) const (function) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ub.h:79: warning: Member vec[2] (variable) of class SbVec2ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:49: warning: Member SbVec2ui32(const uint32_t v[2]) (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:50: warning: Member SbVec2ui32(uint32_t x, uint32_t y) (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:51: warning: Member SbVec2ui32(const SbVec2i32 &v) (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:52: warning: Member SbVec2ui32(const SbVec2ub &v) (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:53: warning: Member SbVec2ui32(const SbVec2us &v) (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:55: warning: Member setValue(const uint32_t v[2]) (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:56: warning: Member setValue(uint32_t x, uint32_t y) (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:57: warning: Member setValue(const SbVec2i32 &v) (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:58: warning: Member setValue(const SbVec2ub &v) (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:59: warning: Member setValue(const SbVec2us &v) (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:61: warning: Member getValue(void) const (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:62: warning: Member getValue(uint32_t &x, uint32_t &y) const (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:64: warning: Member operator[](int i) (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:65: warning: Member operator[](int i) const (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:67: warning: Member dot(const SbVec2ui32 &v) const (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:68: warning: Member negate(void) (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:70: warning: Member operator*=(int d) (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:71: warning: Member operator*=(double d) (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:72: warning: Member operator/=(int d) (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:73: warning: Member operator/=(double d) (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:74: warning: Member operator+=(const SbVec2ui32 &v) (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:75: warning: Member operator-=(const SbVec2ui32 &v) (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:76: warning: Member operator-(void) const (function) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2ui32.h:79: warning: Member vec[2] (variable) of class SbVec2ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:49: warning: Member SbVec2us(const unsigned short v[2]) (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:50: warning: Member SbVec2us(unsigned short x, unsigned short y) (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:51: warning: Member SbVec2us(const SbVec2s &v) (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:52: warning: Member SbVec2us(const SbVec2ub &v) (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:53: warning: Member SbVec2us(const SbVec2ui32 &v) (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:55: warning: Member setValue(const unsigned short v[2]) (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:56: warning: Member setValue(unsigned short x, unsigned short y) (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:57: warning: Member setValue(const SbVec2s &v) (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:58: warning: Member setValue(const SbVec2ub &v) (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:59: warning: Member setValue(const SbVec2ui32 &v) (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:61: warning: Member getValue(void) const (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:62: warning: Member getValue(unsigned short &x, unsigned short &y) const (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:64: warning: Member operator[](int i) (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:65: warning: Member operator[](int i) const (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:67: warning: Member dot(SbVec2us v) const (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:68: warning: Member negate(void) (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:70: warning: Member operator*=(int d) (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:71: warning: Member operator*=(double d) (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:72: warning: Member operator/=(int d) (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:73: warning: Member operator/=(double d) (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:74: warning: Member operator+=(SbVec2us v) (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:75: warning: Member operator-=(SbVec2us v) (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:76: warning: Member operator-(void) const (function) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec2us.h:79: warning: Member vec[2] (variable) of class SbVec2us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:51: warning: Member SbVec3b(const int8_t v[3]) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:52: warning: Member SbVec3b(int8_t x, int8_t y, int8_t z) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:53: warning: Member SbVec3b(const SbVec3ub &v) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:54: warning: Member SbVec3b(const SbVec3s &v) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:55: warning: Member SbVec3b(const SbVec3i32 &v) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:56: warning: Member SbVec3b(const SbVec3f &v) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:57: warning: Member SbVec3b(const SbVec3d &v) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:59: warning: Member setValue(int8_t v[3]) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:60: warning: Member setValue(int8_t x, int8_t y, int8_t z) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:61: warning: Member setValue(const SbVec3ub &v) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:62: warning: Member setValue(const SbVec3s &v) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:63: warning: Member setValue(const SbVec3i32 &v) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:64: warning: Member setValue(const SbVec3f &v) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:65: warning: Member setValue(const SbVec3d &v) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:67: warning: Member getValue(void) const (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:68: warning: Member getValue(int8_t &x, int8_t &y, int8_t &z) const (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:70: warning: Member operator[](int i) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:71: warning: Member operator[](int i) const (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:73: warning: Member dot(SbVec3b v) const (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:74: warning: Member negate(void) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:76: warning: Member operator*=(int d) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:77: warning: Member operator*=(double d) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:78: warning: Member operator/=(int d) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:79: warning: Member operator/=(double d) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:80: warning: Member operator+=(SbVec3b v) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:81: warning: Member operator-=(SbVec3b v) (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:82: warning: Member operator-(void) const (function) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3b.h:85: warning: Member vec[3] (variable) of class SbVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:51: warning: Member SbVec3i32(const int32_t v[3]) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:52: warning: Member SbVec3i32(int32_t x, int32_t y, int32_t z) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:53: warning: Member SbVec3i32(const SbVec3ui32 &v) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:54: warning: Member SbVec3i32(const SbVec3b &v) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:55: warning: Member SbVec3i32(const SbVec3s &v) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:56: warning: Member SbVec3i32(const SbVec3f &v) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:57: warning: Member SbVec3i32(const SbVec3d &v) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:59: warning: Member setValue(const int32_t v[3]) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:60: warning: Member setValue(int32_t x, int32_t y, int32_t z) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:61: warning: Member setValue(const SbVec3ui32 &v) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:62: warning: Member setValue(const SbVec3b &v) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:63: warning: Member setValue(const SbVec3s &v) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:64: warning: Member setValue(const SbVec3f &v) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:65: warning: Member setValue(const SbVec3d &v) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:67: warning: Member getValue(void) const (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:68: warning: Member getValue(int32_t &x, int32_t &y, int32_t &z) const (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:70: warning: Member operator[](int i) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:71: warning: Member operator[](int i) const (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:73: warning: Member dot(const SbVec3i32 &v) const (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:74: warning: Member negate(void) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:76: warning: Member operator*=(int d) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:77: warning: Member operator*=(double d) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:78: warning: Member operator/=(int d) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:79: warning: Member operator/=(double d) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:80: warning: Member operator+=(const SbVec3i32 &v) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:81: warning: Member operator-=(const SbVec3i32 &v) (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:82: warning: Member operator-(void) const (function) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3i32.h:85: warning: Member vec[3] (variable) of class SbVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3s.h:92: warning: Member vec[3] (variable) of class SbVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:49: warning: Member SbVec3ub(const uint8_t v[3]) (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:50: warning: Member SbVec3ub(uint8_t x, uint8_t y, uint8_t z) (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:51: warning: Member SbVec3ub(const SbVec3b &v) (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:52: warning: Member SbVec3ub(const SbVec3us &v) (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:53: warning: Member SbVec3ub(const SbVec3ui32 &v) (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:55: warning: Member setValue(const uint8_t v[3]) (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:56: warning: Member setValue(uint8_t x, uint8_t y, uint8_t z) (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:57: warning: Member setValue(const SbVec3b &v) (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:58: warning: Member setValue(const SbVec3us &v) (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:59: warning: Member setValue(const SbVec3ui32 &v) (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:61: warning: Member getValue(void) const (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:62: warning: Member getValue(uint8_t &x, uint8_t &y, uint8_t &z) const (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:64: warning: Member operator[](int i) (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:65: warning: Member operator[](int i) const (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:67: warning: Member dot(SbVec3ub v) const (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:68: warning: Member negate(void) (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:70: warning: Member operator*=(int d) (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:71: warning: Member operator*=(double d) (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:72: warning: Member operator/=(int d) (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:73: warning: Member operator/=(double d) (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:74: warning: Member operator+=(SbVec3ub v) (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:75: warning: Member operator-=(SbVec3ub v) (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:76: warning: Member operator-(void) const (function) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ub.h:79: warning: Member vec[3] (variable) of class SbVec3ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:49: warning: Member SbVec3ui32(const uint32_t v[3]) (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:50: warning: Member SbVec3ui32(uint32_t x, uint32_t y, uint32_t z) (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:51: warning: Member SbVec3ui32(const SbVec3i32 &v) (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:52: warning: Member SbVec3ui32(const SbVec3ub &v) (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:53: warning: Member SbVec3ui32(const SbVec3us &v) (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:55: warning: Member setValue(const uint32_t v[3]) (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:56: warning: Member setValue(uint32_t x, uint32_t y, uint32_t z) (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:57: warning: Member setValue(const SbVec3i32 &v) (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:58: warning: Member setValue(const SbVec3ub &v) (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:59: warning: Member setValue(const SbVec3us &v) (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:61: warning: Member getValue(void) const (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:62: warning: Member getValue(uint32_t &x, uint32_t &y, uint32_t &z) const (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:64: warning: Member operator[](int i) (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:65: warning: Member operator[](int i) const (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:67: warning: Member dot(const SbVec3ui32 &v) const (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:68: warning: Member negate(void) (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:70: warning: Member operator*=(int d) (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:71: warning: Member operator*=(double d) (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:72: warning: Member operator/=(int d) (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:73: warning: Member operator/=(double d) (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:74: warning: Member operator+=(const SbVec3ui32 &v) (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:75: warning: Member operator-=(const SbVec3ui32 &v) (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:76: warning: Member operator-(void) const (function) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3ui32.h:79: warning: Member vec[3] (variable) of class SbVec3ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:53: warning: Member SbVec3us(const unsigned short v[3]) (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:54: warning: Member SbVec3us(unsigned short x, unsigned short y, unsigned short z) (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:55: warning: Member SbVec3us(const SbVec3s &v) (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:56: warning: Member SbVec3us(const SbVec3ub &v) (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:57: warning: Member SbVec3us(const SbVec3ui32 &v) (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:59: warning: Member setValue(const unsigned short v[3]) (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:60: warning: Member setValue(unsigned short x, unsigned short y, unsigned short z) (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:61: warning: Member setValue(const SbVec3s &v) (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:62: warning: Member setValue(const SbVec3ub &v) (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:63: warning: Member setValue(const SbVec3ui32 &v) (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:65: warning: Member getValue(void) const (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:66: warning: Member getValue(unsigned short &x, unsigned short &y, unsigned short &z) const (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:68: warning: Member operator[](int i) (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:69: warning: Member operator[](int i) const (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:71: warning: Member dot(const SbVec3us &v) const (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:72: warning: Member negate(void) (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:74: warning: Member operator*=(int d) (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:75: warning: Member operator*=(double d) (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:76: warning: Member operator/=(int d) (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:77: warning: Member operator/=(double d) (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:78: warning: Member operator+=(const SbVec3us &v) (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:79: warning: Member operator-=(const SbVec3us &v) (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:80: warning: Member operator-(void) const (function) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec3us.h:83: warning: Member vec[3] (variable) of class SbVec3us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:51: warning: Member SbVec4b(const int8_t v[4]) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:52: warning: Member SbVec4b(int8_t x, int8_t y, int8_t z, int8_t w) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:53: warning: Member SbVec4b(const SbVec4ub &v) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:54: warning: Member SbVec4b(const SbVec4s &v) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:55: warning: Member SbVec4b(const SbVec4i32 &v) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:56: warning: Member SbVec4b(const SbVec4f &v) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:57: warning: Member SbVec4b(const SbVec4d &v) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:59: warning: Member setValue(const int8_t v[4]) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:60: warning: Member setValue(int8_t x, int8_t y, int8_t z, int8_t w) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:61: warning: Member setValue(const SbVec4ub &v) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:62: warning: Member setValue(const SbVec4s &v) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:63: warning: Member setValue(const SbVec4i32 &v) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:64: warning: Member setValue(const SbVec4f &v) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:65: warning: Member setValue(const SbVec4d &v) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:67: warning: Member getValue(void) const (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:68: warning: Member getValue(int8_t &x, int8_t &y, int8_t &z, int8_t &w) const (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:70: warning: Member operator[](int i) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:71: warning: Member operator[](int i) const (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:73: warning: Member dot(SbVec4b v) const (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:74: warning: Member negate(void) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:76: warning: Member operator*=(int d) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:77: warning: Member operator*=(double d) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:78: warning: Member operator/=(int d) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:79: warning: Member operator/=(double d) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:80: warning: Member operator+=(SbVec4b v) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:81: warning: Member operator-=(SbVec4b v) (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:82: warning: Member operator-(void) const (function) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4b.h:85: warning: Member vec[4] (variable) of class SbVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4d.h:89: warning: Member vec[4] (variable) of class SbVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4f.h:89: warning: Member vec[4] (variable) of class SbVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:51: warning: Member SbVec4i32(const int32_t v[4]) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:52: warning: Member SbVec4i32(int32_t x, int32_t y, int32_t z, int32_t w) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:53: warning: Member SbVec4i32(const SbVec4ui32 &v) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:54: warning: Member SbVec4i32(const SbVec4b &v) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:55: warning: Member SbVec4i32(const SbVec4s &v) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:56: warning: Member SbVec4i32(const SbVec4f &v) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:57: warning: Member SbVec4i32(const SbVec4d &v) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:59: warning: Member setValue(const int32_t v[4]) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:60: warning: Member setValue(int32_t x, int32_t y, int32_t z, int32_t w) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:61: warning: Member setValue(const SbVec4ui32 &v) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:62: warning: Member setValue(const SbVec4b &v) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:63: warning: Member setValue(const SbVec4s &v) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:64: warning: Member setValue(const SbVec4f &v) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:65: warning: Member setValue(const SbVec4d &v) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:67: warning: Member getValue(void) const (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:68: warning: Member getValue(int32_t &x, int32_t &y, int32_t &z, int32_t &w) const (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:70: warning: Member operator[](int i) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:71: warning: Member operator[](int i) const (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:73: warning: Member dot(const SbVec4i32 &v) const (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:74: warning: Member negate(void) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:76: warning: Member operator*=(int d) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:77: warning: Member operator*=(double d) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:78: warning: Member operator/=(int d) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:79: warning: Member operator/=(double d) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:80: warning: Member operator+=(const SbVec4i32 &v) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:81: warning: Member operator-=(const SbVec4i32 &v) (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:82: warning: Member operator-(void) const (function) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4i32.h:85: warning: Member vec[4] (variable) of class SbVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:51: warning: Member SbVec4s(const short v[4]) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:52: warning: Member SbVec4s(short x, short y, short z, short w) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:53: warning: Member SbVec4s(const SbVec4us &v) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:54: warning: Member SbVec4s(const SbVec4b &v) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:55: warning: Member SbVec4s(const SbVec4i32 &v) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:56: warning: Member SbVec4s(const SbVec4f &v) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:57: warning: Member SbVec4s(const SbVec4d &v) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:59: warning: Member setValue(const short v[4]) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:60: warning: Member setValue(short x, short y, short z, short w) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:61: warning: Member setValue(const SbVec4s &v) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:62: warning: Member setValue(const SbVec4us &v) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:63: warning: Member setValue(const SbVec4b &v) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:64: warning: Member setValue(const SbVec4i32 &v) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:65: warning: Member setValue(const SbVec4f &v) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:66: warning: Member setValue(const SbVec4d &v) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:68: warning: Member getValue(void) const (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:69: warning: Member getValue(short &x, short &y, short &z, short &w) const (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:71: warning: Member operator[](int i) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:72: warning: Member operator[](int i) const (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:74: warning: Member dot(const SbVec4s &v) const (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:75: warning: Member negate(void) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:77: warning: Member operator*=(int d) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:78: warning: Member operator*=(double d) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:79: warning: Member operator/=(int d) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:80: warning: Member operator/=(double d) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:81: warning: Member operator+=(const SbVec4s &v) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:82: warning: Member operator-=(const SbVec4s &v) (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:83: warning: Member operator-(void) const (function) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4s.h:86: warning: Member vec[4] (variable) of class SbVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:49: warning: Member SbVec4ub(const uint8_t v[4]) (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:50: warning: Member SbVec4ub(uint8_t x, uint8_t y, uint8_t z, uint8_t w) (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:51: warning: Member SbVec4ub(const SbVec4b &v) (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:52: warning: Member SbVec4ub(const SbVec4us &v) (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:53: warning: Member SbVec4ub(const SbVec4ui32 &v) (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:55: warning: Member setValue(const uint8_t v[4]) (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:56: warning: Member setValue(uint8_t x, uint8_t y, uint8_t z, uint8_t w) (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:57: warning: Member setValue(const SbVec4b &v) (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:58: warning: Member setValue(const SbVec4us &v) (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:59: warning: Member setValue(const SbVec4ui32 &v) (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:61: warning: Member getValue(void) const (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:62: warning: Member getValue(uint8_t &x, uint8_t &y, uint8_t &z, uint8_t &w) const (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:64: warning: Member operator[](int i) (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:65: warning: Member operator[](int i) const (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:67: warning: Member dot(SbVec4ub v) const (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:68: warning: Member negate(void) (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:70: warning: Member operator*=(int d) (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:71: warning: Member operator*=(double d) (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:72: warning: Member operator/=(int d) (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:73: warning: Member operator/=(double d) (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:74: warning: Member operator+=(SbVec4ub v) (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:75: warning: Member operator-=(SbVec4ub v) (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:76: warning: Member operator-(void) const (function) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ub.h:79: warning: Member vec[4] (variable) of class SbVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:49: warning: Member SbVec4ui32(const uint32_t v[4]) (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:50: warning: Member SbVec4ui32(uint32_t x, uint32_t y, uint32_t z, uint32_t w) (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:51: warning: Member SbVec4ui32(const SbVec4i32 &v) (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:52: warning: Member SbVec4ui32(const SbVec4ub &v) (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:53: warning: Member SbVec4ui32(const SbVec4us &v) (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:55: warning: Member setValue(const uint32_t v[4]) (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:56: warning: Member setValue(uint32_t x, uint32_t y, uint32_t z, uint32_t w) (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:57: warning: Member setValue(const SbVec4i32 &v) (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:58: warning: Member setValue(const SbVec4ub &v) (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:59: warning: Member setValue(const SbVec4us &v) (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:61: warning: Member getValue(void) const (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:62: warning: Member getValue(uint32_t &x, uint32_t &y, uint32_t &z, uint32_t &w) const (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:64: warning: Member operator[](int i) (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:65: warning: Member operator[](int i) const (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:67: warning: Member dot(const SbVec4ui32 &v) const (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:68: warning: Member negate(void) (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:70: warning: Member operator*=(int d) (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:71: warning: Member operator*=(double d) (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:72: warning: Member operator/=(int d) (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:73: warning: Member operator/=(double d) (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:74: warning: Member operator+=(const SbVec4ui32 &v) (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:75: warning: Member operator-=(const SbVec4ui32 &v) (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:76: warning: Member operator-(void) const (function) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbVec4ui32.h:79: warning: Member vec[4] (variable) of class SbVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbBox3d.h:106: warning: Member minpt (variable) of class SbBox3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/SbBox3d.h:106: warning: Member maxpt (variable) of class SbBox3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXML.h:47: warning: Member cleanClasses(void) (function) of class ScXML is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXML.h:52: warning: Member registerEvaluatorType(SbName profilename, SoType evaluatortype) (function) of class ScXML is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXML.h:53: warning: Member unregisterEvaluatorType(SbName profilename, SoType evaluatortype) (function) of class ScXML is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXML.h:54: warning: Member getEvaluatorTypeForProfile(SbName profilename) (function) of class ScXML is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:52: warning: Member setIdAttribute(const char *id) (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:53: warning: Member getIdAttribute(void) const (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:57: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:42: warning: Member getClassTypeId(void) (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:45: warning: Member initClass(void) (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:46: warning: Member cleanClass(void) (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:62: warning: Member id (variable) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAnchorElt.h:51: warning: Member setTypeAttribute(const char *type) (function) of class ScXMLAnchorElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAnchorElt.h:52: warning: Member getTypeAttribute(void) const (function) of class ScXMLAnchorElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAnchorElt.h:54: warning: Member setSnapshotAttribute(const char *snapshot) (function) of class ScXMLAnchorElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAnchorElt.h:55: warning: Member getSnapshotAttribute(void) const (function) of class ScXMLAnchorElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAnchorElt.h:59: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLAnchorElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAnchorElt.h:42: warning: Member getElementReader(void) (function) of class ScXMLAnchorElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAnchorElt.h:42: warning: Member getClassTypeId(void) (function) of class ScXMLAnchorElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAnchorElt.h:42: warning: Member createInstance(void) (function) of class ScXMLAnchorElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAnchorElt.h:45: warning: Member initClass(void) (function) of class ScXMLAnchorElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAnchorElt.h:46: warning: Member cleanClass(void) (function) of class ScXMLAnchorElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAnchorElt.h:64: warning: Member type (variable) of class ScXMLAnchorElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAnchorElt.h:65: warning: Member snapshot (variable) of class ScXMLAnchorElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:281: warning: Member ScXMLAndOpExprDataObj(ScXMLDataObj *lhs, ScXMLDataObj *rhs) (function) of class ScXMLAndOpExprDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:284: warning: Member setLHS(ScXMLDataObj *lhs) (function) of class ScXMLAndOpExprDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:285: warning: Member getLHS(void) const (function) of class ScXMLAndOpExprDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:286: warning: Member setRHS(ScXMLDataObj *rhs) (function) of class ScXMLAndOpExprDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:287: warning: Member getRHS(void) const (function) of class ScXMLAndOpExprDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:272: warning: Member getClassTypeId(void) (function) of class ScXMLAndOpExprDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:272: warning: Member createInstance(void) (function) of class ScXMLAndOpExprDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:275: warning: Member initClass(void) (function) of class ScXMLAndOpExprDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:276: warning: Member cleanClass(void) (function) of class ScXMLAndOpExprDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:278: warning: Member createFor(ScXMLDataObj *lhs, ScXMLDataObj *rhs) (function) of class ScXMLAndOpExprDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:290: warning: Member evaluateNow(ScXMLStateMachine *sm, ScXMLDataObj *&pointer) const (function) of class ScXMLAndOpExprDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h:51: warning: Member setLocationAttribute(const char *location) (function) of class ScXMLAssignElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h:52: warning: Member getLocationAttribute(void) const (function) of class ScXMLAssignElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h:54: warning: Member setDataIDAttribute(const char *dataID) (function) of class ScXMLAssignElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h:55: warning: Member getDataIDAttribute(void) const (function) of class ScXMLAssignElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h:57: warning: Member setExprAttribute(const char *expr) (function) of class ScXMLAssignElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h:58: warning: Member getExprAttribute(void) const (function) of class ScXMLAssignElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h:62: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLAssignElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h:66: warning: Member execute(ScXMLStateMachine *statemachine) const (function) of class ScXMLAssignElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h:42: warning: Member getElementReader(void) (function) of class ScXMLAssignElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h:42: warning: Member getClassTypeId(void) (function) of class ScXMLAssignElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h:42: warning: Member createInstance(void) (function) of class ScXMLAssignElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:44: warning: Member getClassTypeId(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:47: warning: Member initClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:48: warning: Member cleanClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h:69: warning: Member location (variable) of class ScXMLAssignElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h:70: warning: Member dataID (variable) of class ScXMLAssignElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAssignElt.h:71: warning: Member expr (variable) of class ScXMLAssignElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h:52: warning: Member evaluate(const char *expression) const (function) of class ScXMLCoinEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h:54: warning: Member setAtLocation(const char *location, ScXMLDataObj *obj) (function) of class ScXMLCoinEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h:55: warning: Member locate(const char *location) const (function) of class ScXMLCoinEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h:58: warning: Member dumpTemporaries(void) (function) of class ScXMLCoinEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:55: warning: Member getStateMachine(void) const (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h:41: warning: Member getClassTypeId(void) (function) of class ScXMLCoinEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h:41: warning: Member createInstance(void) (function) of class ScXMLCoinEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h:44: warning: Member initClass(void) (function) of class ScXMLCoinEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLCoinEvaluator.h:45: warning: Member cleanClass(void) (function) of class ScXMLCoinEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:48: warning: Member initClass(void) (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:49: warning: Member cleanClass(void) (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:102: warning: Member clone(void) const =0 (function) of class ScXMLConstantDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:103: warning: Member convertToString(SbString &str) const =0 (function) of class ScXMLConstantDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:87: warning: Member setContainer(ScXMLObject *container) (function) of class ScXMLDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:88: warning: Member getContainer(void) const (function) of class ScXMLDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:96: warning: Member getClassTypeId(void) (function) of class ScXMLConstantDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:99: warning: Member initClass(void) (function) of class ScXMLConstantDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:100: warning: Member cleanClass(void) (function) of class ScXMLConstantDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:78: warning: Member getClassTypeId(void) (function) of class ScXMLDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:81: warning: Member initClass(void) (function) of class ScXMLDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:82: warning: Member cleanClass(void) (function) of class ScXMLDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLContentElt.h:51: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLContentElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLContentElt.h:42: warning: Member getElementReader(void) (function) of class ScXMLContentElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLContentElt.h:42: warning: Member getClassTypeId(void) (function) of class ScXMLContentElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLContentElt.h:42: warning: Member createInstance(void) (function) of class ScXMLContentElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLContentElt.h:45: warning: Member initClass(void) (function) of class ScXMLContentElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLContentElt.h:46: warning: Member cleanClass(void) (function) of class ScXMLContentElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h:53: warning: Member setIDAttribute(const char *ID) (function) of class ScXMLDataElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h:54: warning: Member getIDAttribute(void) const (function) of class ScXMLDataElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h:56: warning: Member setSrcAttribute(const char *src) (function) of class ScXMLDataElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h:57: warning: Member getSrcAttribute(void) const (function) of class ScXMLDataElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h:59: warning: Member setExprAttribute(const char *expr) (function) of class ScXMLDataElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h:60: warning: Member getExprAttribute(void) const (function) of class ScXMLDataElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h:64: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLDataElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h:68: warning: Member setValueObj(ScXMLDataObj *value) (function) of class ScXMLDataElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h:69: warning: Member getValueObj(void) const (function) of class ScXMLDataElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h:44: warning: Member getElementReader(void) (function) of class ScXMLDataElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h:44: warning: Member getClassTypeId(void) (function) of class ScXMLDataElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h:44: warning: Member createInstance(void) (function) of class ScXMLDataElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h:47: warning: Member initClass(void) (function) of class ScXMLDataElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h:48: warning: Member cleanClass(void) (function) of class ScXMLDataElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h:72: warning: Member ID (variable) of class ScXMLDataElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h:73: warning: Member src (variable) of class ScXMLDataElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h:74: warning: Member expr (variable) of class ScXMLDataElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataElt.h:75: warning: Member value (variable) of class ScXMLDataElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h:53: warning: Member setSchemaAttribute(const char *schema) (function) of class ScXMLDataModelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h:54: warning: Member getSchemaAttribute(void) const (function) of class ScXMLDataModelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h:58: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLDataModelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h:60: warning: Member getNumData(void) const (function) of class ScXMLDataModelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h:61: warning: Member getData(int idx) const (function) of class ScXMLDataModelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h:62: warning: Member addData(ScXMLDataElt *data) (function) of class ScXMLDataModelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h:63: warning: Member removeData(ScXMLDataElt *data) (function) of class ScXMLDataModelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h:64: warning: Member clearAllData(void) (function) of class ScXMLDataModelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h:44: warning: Member getElementReader(void) (function) of class ScXMLDataModelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h:44: warning: Member getClassTypeId(void) (function) of class ScXMLDataModelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h:44: warning: Member createInstance(void) (function) of class ScXMLDataModelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h:47: warning: Member initClass(void) (function) of class ScXMLDataModelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h:48: warning: Member cleanClass(void) (function) of class ScXMLDataModelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDataModelElt.h:69: warning: Member schema (variable) of class ScXMLDataModelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:87: warning: Member setContainer(ScXMLObject *container) (function) of class ScXMLDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:88: warning: Member getContainer(void) const (function) of class ScXMLDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:78: warning: Member getClassTypeId(void) (function) of class ScXMLDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:81: warning: Member initClass(void) (function) of class ScXMLDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:82: warning: Member cleanClass(void) (function) of class ScXMLDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDocument.h:62: warning: Member setFilename(const char *filename) (function) of class ScXMLDocument is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDocument.h:63: warning: Member getFilename(void) const (function) of class ScXMLDocument is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDocument.h:65: warning: Member setRoot(ScXMLScxmlElt *root) (function) of class ScXMLDocument is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDocument.h:66: warning: Member getRoot(void) const (function) of class ScXMLDocument is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDocument.h:68: warning: Member getStateById(SbName id) const (function) of class ScXMLDocument is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDocument.h:69: warning: Member getDataById(SbName id) const (function) of class ScXMLDocument is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDocument.h:49: warning: Member getClassTypeId(void) (function) of class ScXMLDocument is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDocument.h:49: warning: Member createInstance(void) (function) of class ScXMLDocument is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDocument.h:52: warning: Member initClass(void) (function) of class ScXMLDocument is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDocument.h:53: warning: Member cleanClass(void) (function) of class ScXMLDocument is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDocument.h:55: warning: Member readFile(const char *filename) (function) of class ScXMLDocument is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDocument.h:56: warning: Member readBuffer(const SbByteBuffer &buffer) (function) of class ScXMLDocument is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLDocument.h:57: warning: Member readXMLData(cc_xml_doc *xmldoc) (function) of class ScXMLDocument is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLECMAScriptEvaluator.h:50: warning: Member evaluate(const char *expression) const (function) of class ScXMLECMAScriptEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLECMAScriptEvaluator.h:52: warning: Member setAtLocation(const char *location, ScXMLDataObj *obj) (function) of class ScXMLECMAScriptEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLECMAScriptEvaluator.h:53: warning: Member locate(const char *location) const (function) of class ScXMLECMAScriptEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:55: warning: Member getStateMachine(void) const (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLECMAScriptEvaluator.h:41: warning: Member getClassTypeId(void) (function) of class ScXMLECMAScriptEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLECMAScriptEvaluator.h:41: warning: Member createInstance(void) (function) of class ScXMLECMAScriptEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLECMAScriptEvaluator.h:44: warning: Member initClass(void) (function) of class ScXMLECMAScriptEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLECMAScriptEvaluator.h:45: warning: Member cleanClass(void) (function) of class ScXMLECMAScriptEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:48: warning: Member initClass(void) (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:49: warning: Member cleanClass(void) (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseElt.h:51: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLElseElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:55: warning: Member execute(ScXMLStateMachine *statemachine) const (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseElt.h:42: warning: Member getElementReader(void) (function) of class ScXMLElseElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseElt.h:42: warning: Member getClassTypeId(void) (function) of class ScXMLElseElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseElt.h:42: warning: Member createInstance(void) (function) of class ScXMLElseElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseElt.h:45: warning: Member initClass(void) (function) of class ScXMLElseElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseElt.h:46: warning: Member cleanClass(void) (function) of class ScXMLElseElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:44: warning: Member getClassTypeId(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:47: warning: Member initClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:48: warning: Member cleanClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseIfElt.h:51: warning: Member setCondAttribute(const char *cond) (function) of class ScXMLElseIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseIfElt.h:52: warning: Member getCondAttribute(void) const (function) of class ScXMLElseIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseIfElt.h:56: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLElseIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:55: warning: Member execute(ScXMLStateMachine *statemachine) const (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseIfElt.h:42: warning: Member getElementReader(void) (function) of class ScXMLElseIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseIfElt.h:42: warning: Member getClassTypeId(void) (function) of class ScXMLElseIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseIfElt.h:42: warning: Member createInstance(void) (function) of class ScXMLElseIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseIfElt.h:45: warning: Member initClass(void) (function) of class ScXMLElseIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseIfElt.h:46: warning: Member cleanClass(void) (function) of class ScXMLElseIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:44: warning: Member getClassTypeId(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:47: warning: Member initClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:48: warning: Member cleanClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElseIfElt.h:61: warning: Member cond (variable) of class ScXMLElseIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:63: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:97: warning: Member ScXMLEltReader(const char *eltname) (function) of class ScXMLEltReader is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:100: warning: Member read(ScXMLElt *container, cc_xml_elt *elt, ScXMLDocument *doc, ScXMLStateMachine *sm)=0 (function) of class ScXMLEltReader is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:106: warning: Member setXMLAttributes(ScXMLElt *scxmlelt, cc_xml_elt *xmlelt) (function) of class ScXMLEltReader is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:104: warning: Member element (variable) of class ScXMLEltReader is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:55: warning: Member getStateMachine(void) const (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:57: warning: Member evaluate(const char *expression) const =0 (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:59: warning: Member setAtLocation(const char *location, ScXMLDataObj *obj)=0 (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:60: warning: Member locate(const char *location) const =0 (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:48: warning: Member initClass(void) (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:49: warning: Member cleanClass(void) (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:52: warning: Member getEventName(void) const (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:54: warning: Member clone(void) const (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:57: warning: Member setAssociation(const char *key, const char *value) (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:58: warning: Member getAssociation(const char *key) const (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:60: warning: Member getNumAssociations(void) const (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:61: warning: Member getAssociationKeys(SbList< const char * > &keys) const (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:42: warning: Member getClassTypeId(void) (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:42: warning: Member createInstance(void) (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:45: warning: Member initClass(void) (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:46: warning: Member cleanClass(void) (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:66: warning: Member copyContents(const ScXMLEvent *rhs) (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:64: warning: Member name (variable) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventElt.h:54: warning: Member setNameAttribute(const char *name) (function) of class ScXMLEventElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventElt.h:55: warning: Member getNameAttribute(void) const (function) of class ScXMLEventElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventElt.h:59: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLEventElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventElt.h:63: warning: Member createEvent(ScXMLEventTarget *host) const (function) of class ScXMLEventElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventElt.h:65: warning: Member execute(ScXMLStateMachine *statemachine) const (function) of class ScXMLEventElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventElt.h:45: warning: Member getElementReader(void) (function) of class ScXMLEventElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventElt.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLEventElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventElt.h:45: warning: Member createInstance(void) (function) of class ScXMLEventElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventElt.h:48: warning: Member initClass(void) (function) of class ScXMLEventElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventElt.h:49: warning: Member cleanClass(void) (function) of class ScXMLEventElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:44: warning: Member getClassTypeId(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:47: warning: Member initClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:48: warning: Member cleanClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventElt.h:68: warning: Member name (variable) of class ScXMLEventElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:55: warning: Member setEventTargetType(const char *targettype) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:56: warning: Member getEventTargetType(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:58: warning: Member setEventTargetName(const char *targetname) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:59: warning: Member getEventTargetName(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:67: warning: Member processEventQueue(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:70: warning: Member sendExternalEvent(const ScXMLSendElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:71: warning: Member sendInternalEvent(const ScXMLEventElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:73: warning: Member queueInternalEvent(const ScXMLEvent *event) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:74: warning: Member queueInternalEvent(const SbName &eventid) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:48: warning: Member initClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:49: warning: Member cleanClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:84: warning: Member getNextEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:85: warning: Member getNextInternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:86: warning: Member getNextExternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:90: warning: Member registerEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:91: warning: Member unregisterEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:93: warning: Member getEventTarget(const char *targettype, const char *targetname, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:77: warning: Member targetname (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:78: warning: Member targettype (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:80: warning: Member currentevent (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:81: warning: Member isprocessingqueue (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:53: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:55: warning: Member execute(ScXMLStateMachine *statemachine) const (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:44: warning: Member getClassTypeId(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:47: warning: Member initClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:48: warning: Member cleanClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalElt.h:53: warning: Member setOnEntry(ScXMLOnEntryElt *onentry) (function) of class ScXMLFinalElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalElt.h:54: warning: Member getOnEntry(void) const (function) of class ScXMLFinalElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalElt.h:56: warning: Member setOnExit(ScXMLOnExitElt *onexit) (function) of class ScXMLFinalElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalElt.h:57: warning: Member getOnExit(void) const (function) of class ScXMLFinalElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalElt.h:59: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLFinalElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:52: warning: Member setIdAttribute(const char *id) (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:53: warning: Member getIdAttribute(void) const (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalElt.h:44: warning: Member getElementReader(void) (function) of class ScXMLFinalElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalElt.h:44: warning: Member getClassTypeId(void) (function) of class ScXMLFinalElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalElt.h:44: warning: Member createInstance(void) (function) of class ScXMLFinalElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalElt.h:47: warning: Member initClass(void) (function) of class ScXMLFinalElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalElt.h:48: warning: Member cleanClass(void) (function) of class ScXMLFinalElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:42: warning: Member getClassTypeId(void) (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:45: warning: Member initClass(void) (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:46: warning: Member cleanClass(void) (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:62: warning: Member id (variable) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalizeElt.h:51: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLFinalizeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalizeElt.h:42: warning: Member getElementReader(void) (function) of class ScXMLFinalizeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalizeElt.h:42: warning: Member getClassTypeId(void) (function) of class ScXMLFinalizeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalizeElt.h:42: warning: Member createInstance(void) (function) of class ScXMLFinalizeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalizeElt.h:45: warning: Member initClass(void) (function) of class ScXMLFinalizeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLFinalizeElt.h:46: warning: Member cleanClass(void) (function) of class ScXMLFinalizeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h:54: warning: Member setIdAttribute(const char *id) (function) of class ScXMLHistoryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h:55: warning: Member getIdAttribute(void) const (function) of class ScXMLHistoryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h:56: warning: Member setTypeAttribute(const char *type) (function) of class ScXMLHistoryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h:57: warning: Member getTypeAttribute(void) const (function) of class ScXMLHistoryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h:61: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLHistoryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h:66: warning: Member setTransition(ScXMLTransitionElt *transition) (function) of class ScXMLHistoryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h:67: warning: Member getTransition(void) const (function) of class ScXMLHistoryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h:44: warning: Member getElementReader(void) (function) of class ScXMLHistoryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h:44: warning: Member getClassTypeId(void) (function) of class ScXMLHistoryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h:44: warning: Member createInstance(void) (function) of class ScXMLHistoryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h:47: warning: Member initClass(void) (function) of class ScXMLHistoryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h:48: warning: Member cleanClass(void) (function) of class ScXMLHistoryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h:70: warning: Member id (variable) of class ScXMLHistoryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLHistoryElt.h:71: warning: Member type (variable) of class ScXMLHistoryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:54: warning: Member setCondAttribute(const char *cond) (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:55: warning: Member getCondAttribute(void) const (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:59: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:63: warning: Member getNumElseIfs(void) const (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:64: warning: Member getElseIf(int idx) const (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:65: warning: Member addElseIf(ScXMLElseIfElt *elseif) (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:66: warning: Member removeElseIf(ScXMLElseIfElt *elseif) (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:67: warning: Member clearAllElseIfs(void) (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:69: warning: Member setElse(ScXMLElseElt *elseelt) (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:70: warning: Member getElse(void) const (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:72: warning: Member getNumExecutables(const ScXMLExecutableElt *conditional) const (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:73: warning: Member getExecutable(const ScXMLExecutableElt *conditional, int idx) const (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:74: warning: Member addExecutable(ScXMLExecutableElt *conditional, ScXMLExecutableElt *executable) (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:75: warning: Member removeExecutable(ScXMLExecutableElt *conditional, ScXMLExecutableElt *executable) (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:76: warning: Member clearAllExecutables(ScXMLExecutableElt *conditional) (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:78: warning: Member execute(ScXMLStateMachine *statemachine) const (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:45: warning: Member getElementReader(void) (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:45: warning: Member createInstance(void) (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:48: warning: Member initClass(void) (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:49: warning: Member cleanClass(void) (function) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:44: warning: Member getClassTypeId(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:47: warning: Member initClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:48: warning: Member cleanClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLIfElt.h:81: warning: Member cond (variable) of class ScXMLIfElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInitialElt.h:52: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLInitialElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInitialElt.h:57: warning: Member setTransition(ScXMLTransitionElt *transition) (function) of class ScXMLInitialElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInitialElt.h:58: warning: Member getTransition(void) const (function) of class ScXMLInitialElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInitialElt.h:43: warning: Member getElementReader(void) (function) of class ScXMLInitialElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInitialElt.h:43: warning: Member getClassTypeId(void) (function) of class ScXMLInitialElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInitialElt.h:43: warning: Member createInstance(void) (function) of class ScXMLInitialElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInitialElt.h:46: warning: Member initClass(void) (function) of class ScXMLInitialElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInitialElt.h:47: warning: Member cleanClass(void) (function) of class ScXMLInitialElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:58: warning: Member setTargetTypeAttribute(const char *id) (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:59: warning: Member getTargetTypeAttribute(void) const (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:61: warning: Member setSrcAttribute(const char *id) (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:62: warning: Member getSrcAttribute(void) const (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:64: warning: Member setSrcExprAttribute(const char *id) (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:65: warning: Member getSrcExprAttribute(void) const (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:69: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:73: warning: Member getNumParams(void) const (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:74: warning: Member getParam(int idx) const (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:75: warning: Member addParam(ScXMLParamElt *param) (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:76: warning: Member removeParam(ScXMLParamElt *param) (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:77: warning: Member clearAllParams(void) (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:79: warning: Member setFinalize(ScXMLFinalizeElt *finalize) (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:80: warning: Member getFinalize(void) const (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:82: warning: Member setContent(ScXMLContentElt *content) (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:83: warning: Member getContent(void) const (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:55: warning: Member execute(ScXMLStateMachine *statemachine) const (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:48: warning: Member getElementReader(void) (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:48: warning: Member getClassTypeId(void) (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:48: warning: Member createInstance(void) (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:51: warning: Member initClass(void) (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:52: warning: Member cleanClass(void) (function) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:44: warning: Member getClassTypeId(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:47: warning: Member initClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:48: warning: Member cleanClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:86: warning: Member targettype (variable) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:87: warning: Member src (variable) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLInvokeElt.h:88: warning: Member srcexpr (variable) of class ScXMLInvokeElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h:51: warning: Member setLabelAttribute(const char *label) (function) of class ScXMLLogElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h:52: warning: Member getLabelAttribute(void) const (function) of class ScXMLLogElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h:54: warning: Member setExprAttribute(const char *expr) (function) of class ScXMLLogElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h:55: warning: Member getExprAttribute(void) const (function) of class ScXMLLogElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h:57: warning: Member setLevelAttribute(const char *level) (function) of class ScXMLLogElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h:58: warning: Member getLevelAttribute(void) const (function) of class ScXMLLogElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h:62: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLLogElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h:66: warning: Member execute(ScXMLStateMachine *statemachine) const (function) of class ScXMLLogElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h:42: warning: Member getElementReader(void) (function) of class ScXMLLogElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h:42: warning: Member getClassTypeId(void) (function) of class ScXMLLogElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h:42: warning: Member createInstance(void) (function) of class ScXMLLogElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h:45: warning: Member initClass(void) (function) of class ScXMLLogElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h:46: warning: Member cleanClass(void) (function) of class ScXMLLogElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:44: warning: Member getClassTypeId(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:47: warning: Member initClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:48: warning: Member cleanClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h:69: warning: Member label (variable) of class ScXMLLogElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h:70: warning: Member expr (variable) of class ScXMLLogElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLLogElt.h:71: warning: Member level (variable) of class ScXMLLogElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:55: warning: Member getStateMachine(void) const (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h:41: warning: Member getClassTypeId(void) (function) of class ScXMLMinimumEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h:41: warning: Member createInstance(void) (function) of class ScXMLMinimumEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h:44: warning: Member initClass(void) (function) of class ScXMLMinimumEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h:45: warning: Member cleanClass(void) (function) of class ScXMLMinimumEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:48: warning: Member initClass(void) (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:49: warning: Member cleanClass(void) (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h:67: warning: Member getClassTypeId(void) (function) of class ScXMLMinimumExprDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h:70: warning: Member initClass(void) (function) of class ScXMLMinimumExprDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLMinimumEvaluator.h:71: warning: Member cleanClass(void) (function) of class ScXMLMinimumExprDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnEntryElt.h:55: warning: Member getNumExecutables(void) const (function) of class ScXMLOnEntryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnEntryElt.h:56: warning: Member getExecutable(int idx) const (function) of class ScXMLOnEntryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnEntryElt.h:57: warning: Member addExecutable(ScXMLExecutableElt *executable) (function) of class ScXMLOnEntryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnEntryElt.h:58: warning: Member removeExecutable(ScXMLExecutableElt *executable) (function) of class ScXMLOnEntryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnEntryElt.h:59: warning: Member clearAllExecutables(void) (function) of class ScXMLOnEntryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnEntryElt.h:61: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLOnEntryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnEntryElt.h:65: warning: Member execute(ScXMLStateMachine *statemachine) const (function) of class ScXMLOnEntryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnEntryElt.h:45: warning: Member getElementReader(void) (function) of class ScXMLOnEntryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnEntryElt.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLOnEntryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnEntryElt.h:45: warning: Member createInstance(void) (function) of class ScXMLOnEntryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnEntryElt.h:48: warning: Member initClass(void) (function) of class ScXMLOnEntryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnEntryElt.h:49: warning: Member cleanClass(void) (function) of class ScXMLOnEntryElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnExitElt.h:55: warning: Member getNumExecutables(void) const (function) of class ScXMLOnExitElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnExitElt.h:56: warning: Member getExecutable(int idx) const (function) of class ScXMLOnExitElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnExitElt.h:57: warning: Member addExecutable(ScXMLExecutableElt *executable) (function) of class ScXMLOnExitElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnExitElt.h:58: warning: Member removeExecutable(ScXMLExecutableElt *executable) (function) of class ScXMLOnExitElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnExitElt.h:59: warning: Member clearAllExecutables(void) (function) of class ScXMLOnExitElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnExitElt.h:61: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLOnExitElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnExitElt.h:65: warning: Member execute(ScXMLStateMachine *statemachine) const (function) of class ScXMLOnExitElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnExitElt.h:45: warning: Member getElementReader(void) (function) of class ScXMLOnExitElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnExitElt.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLOnExitElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnExitElt.h:45: warning: Member createInstance(void) (function) of class ScXMLOnExitElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnExitElt.h:48: warning: Member initClass(void) (function) of class ScXMLOnExitElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLOnExitElt.h:49: warning: Member cleanClass(void) (function) of class ScXMLOnExitElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:63: warning: Member setSrcAttribute(const char *src) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:64: warning: Member getSrcAttribute(void) const (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:68: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:73: warning: Member setOnEntry(ScXMLOnEntryElt *onentry) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:74: warning: Member getOnEntry(void) const (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:76: warning: Member setOnExit(ScXMLOnExitElt *onexit) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:77: warning: Member getOnExit(void) const (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:79: warning: Member getNumTransitions(void) const (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:80: warning: Member getTransition(int idx) const (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:81: warning: Member addTransition(ScXMLTransitionElt *transition) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:82: warning: Member removeTransition(ScXMLTransitionElt *transition) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:83: warning: Member clearAllTransitions(void) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:85: warning: Member setInitial(ScXMLInitialElt *initial) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:86: warning: Member getInitial(void) const (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:88: warning: Member getNumStates(void) const (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:89: warning: Member getState(int idx) const (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:90: warning: Member addState(ScXMLStateElt *state) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:91: warning: Member removeState(ScXMLStateElt *state) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:92: warning: Member clearAllStates(void) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:94: warning: Member getNumParallels(void) const (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:95: warning: Member getParallel(int idx) const (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:96: warning: Member addParallel(ScXMLParallelElt *state) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:97: warning: Member removeParallel(ScXMLParallelElt *state) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:98: warning: Member clearAllParallels(void) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:100: warning: Member getNumFinals(void) const (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:101: warning: Member getFinal(int idx) const (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:102: warning: Member addFinal(ScXMLFinalElt *state) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:103: warning: Member removeFinal(ScXMLFinalElt *state) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:104: warning: Member clearAllFinals(void) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:106: warning: Member getNumHistories(void) const (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:107: warning: Member getHistory(int idx) const (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:108: warning: Member addHistory(ScXMLHistoryElt *history) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:109: warning: Member removeHistory(ScXMLHistoryElt *history) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:110: warning: Member clearAllHistories(void) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:112: warning: Member getNumAnchors(void) const (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:113: warning: Member getAnchor(int idx) const (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:114: warning: Member addAnchor(ScXMLAnchorElt *anchor) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:115: warning: Member removeAnchor(ScXMLAnchorElt *anchor) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:116: warning: Member clearAllAnchors(void) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:118: warning: Member setDataModel(ScXMLDataModelElt *datamodel) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:119: warning: Member getDataModel(void) const (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:52: warning: Member setIdAttribute(const char *id) (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:53: warning: Member getIdAttribute(void) const (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:53: warning: Member getElementReader(void) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:53: warning: Member getClassTypeId(void) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:53: warning: Member createInstance(void) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:56: warning: Member initClass(void) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:57: warning: Member cleanClass(void) (function) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:42: warning: Member getClassTypeId(void) (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:45: warning: Member initClass(void) (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:46: warning: Member cleanClass(void) (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParallelElt.h:124: warning: Member src (variable) of class ScXMLParallelElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:62: warning: Member id (variable) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParamElt.h:51: warning: Member setNameAttribute(const char *name) (function) of class ScXMLParamElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParamElt.h:52: warning: Member getNameAttribute(void) const (function) of class ScXMLParamElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParamElt.h:54: warning: Member setExprAttribute(const char *expr) (function) of class ScXMLParamElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParamElt.h:55: warning: Member getExprAttribute(void) const (function) of class ScXMLParamElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParamElt.h:59: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLParamElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParamElt.h:42: warning: Member getElementReader(void) (function) of class ScXMLParamElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParamElt.h:42: warning: Member getClassTypeId(void) (function) of class ScXMLParamElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParamElt.h:42: warning: Member createInstance(void) (function) of class ScXMLParamElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParamElt.h:45: warning: Member initClass(void) (function) of class ScXMLParamElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParamElt.h:46: warning: Member cleanClass(void) (function) of class ScXMLParamElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParamElt.h:64: warning: Member name (variable) of class ScXMLParamElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLParamElt.h:65: warning: Member expr (variable) of class ScXMLParamElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:254: warning: Member ScXMLReferenceDataObj(const char *reference) (function) of class ScXMLReferenceDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:257: warning: Member setReference(const char *reference) (function) of class ScXMLReferenceDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:258: warning: Member getReference(void) const (function) of class ScXMLReferenceDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:260: warning: Member evaluateNow(ScXMLStateMachine *sm, ScXMLDataObj *&pointer) const (function) of class ScXMLReferenceDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:245: warning: Member getClassTypeId(void) (function) of class ScXMLReferenceDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:245: warning: Member createInstance(void) (function) of class ScXMLReferenceDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:248: warning: Member initClass(void) (function) of class ScXMLReferenceDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:249: warning: Member cleanClass(void) (function) of class ScXMLReferenceDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:251: warning: Member createFor(const char *reference) (function) of class ScXMLReferenceDataObj is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScriptElt.h:51: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLScriptElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScriptElt.h:53: warning: Member execute(ScXMLStateMachine *statemachine) const (function) of class ScXMLScriptElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScriptElt.h:42: warning: Member getElementReader(void) (function) of class ScXMLScriptElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScriptElt.h:42: warning: Member getClassTypeId(void) (function) of class ScXMLScriptElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScriptElt.h:42: warning: Member createInstance(void) (function) of class ScXMLScriptElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScriptElt.h:45: warning: Member initClass(void) (function) of class ScXMLScriptElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScriptElt.h:46: warning: Member cleanClass(void) (function) of class ScXMLScriptElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:44: warning: Member getClassTypeId(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:47: warning: Member initClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:48: warning: Member cleanClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:58: warning: Member setIsReferenced(SbBool referenced) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:59: warning: Member isReferenced(void) const (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:62: warning: Member setInitialAttribute(const char *initial) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:63: warning: Member getInitialAttribute(void) const (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:65: warning: Member setNameAttribute(const char *name) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:66: warning: Member getNameAttribute(void) const (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:68: warning: Member setXMLNSAttribute(const char *xmlns) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:69: warning: Member getXMLNSAttribute(void) const (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:71: warning: Member setVersionAttribute(const char *version) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:72: warning: Member getVersionAttribute(void) const (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:74: warning: Member setProfileAttribute(const char *profile) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:75: warning: Member getProfileAttribute(void) const (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:77: warning: Member setExModeAttribute(const char *exmode) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:78: warning: Member getExModeAttribute(void) const (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:82: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:87: warning: Member setInitial(ScXMLInitialElt *initial) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:88: warning: Member getInitial(void) const (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:91: warning: Member getNumStates(void) const (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:92: warning: Member getState(int idx) const (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:93: warning: Member addState(ScXMLStateElt *state) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:94: warning: Member removeState(ScXMLStateElt *state) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:95: warning: Member clearAllStates(void) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:98: warning: Member getNumParallels(void) const (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:99: warning: Member getParallel(int idx) const (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:100: warning: Member addParallel(ScXMLParallelElt *state) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:101: warning: Member removeParallel(ScXMLParallelElt *state) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:102: warning: Member clearAllParallels(void) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:105: warning: Member getNumFinals(void) const (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:106: warning: Member getFinal(int idx) const (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:107: warning: Member addFinal(ScXMLFinalElt *state) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:108: warning: Member removeFinal(ScXMLFinalElt *state) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:109: warning: Member clearAllFinals(void) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:112: warning: Member setDataModel(ScXMLDataModelElt *datamodel) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:113: warning: Member getDataModel(void) const (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:116: warning: Member getNumScripts(void) const (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:117: warning: Member getScript(int idx) const (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:118: warning: Member addScript(ScXMLScriptElt *state) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:119: warning: Member removeScript(ScXMLScriptElt *state) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:120: warning: Member clearAllScripts(void) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:122: warning: Member execute(ScXMLStateMachine *statemachine) const (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:49: warning: Member getElementReader(void) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:49: warning: Member getClassTypeId(void) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:49: warning: Member createInstance(void) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:52: warning: Member initClass(void) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:53: warning: Member cleanClass(void) (function) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:125: warning: Member referenced (variable) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:127: warning: Member initial (variable) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:128: warning: Member name (variable) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:129: warning: Member xmlns (variable) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:130: warning: Member version (variable) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:131: warning: Member profile (variable) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLScxmlElt.h:132: warning: Member exmode (variable) of class ScXMLScxmlElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:54: warning: Member setEventAttribute(const char *event) (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:55: warning: Member getEventAttribute(void) const (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:57: warning: Member setTargetAttribute(const char *event) (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:58: warning: Member getTargetAttribute(void) const (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:60: warning: Member setTargetTypeAttribute(const char *event) (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:61: warning: Member getTargetTypeAttribute(void) const (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:63: warning: Member setSendIDAttribute(const char *event) (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:64: warning: Member getSendIDAttribute(void) const (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:66: warning: Member setDelayAttribute(const char *event) (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:67: warning: Member getDelayAttribute(void) const (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:69: warning: Member setNameListAttribute(const char *event) (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:70: warning: Member getNameListAttribute(void) const (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:72: warning: Member setHintsAttribute(const char *event) (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:73: warning: Member getHintsAttribute(void) const (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:77: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:81: warning: Member createEvent(ScXMLEventTarget *host) const (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:83: warning: Member execute(ScXMLStateMachine *statemachine) const (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:45: warning: Member getElementReader(void) (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:45: warning: Member createInstance(void) (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:48: warning: Member initClass(void) (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:49: warning: Member cleanClass(void) (function) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:44: warning: Member getClassTypeId(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:47: warning: Member initClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:48: warning: Member cleanClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:86: warning: Member event (variable) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:87: warning: Member target (variable) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:88: warning: Member targettype (variable) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:89: warning: Member sendid (variable) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:90: warning: Member delay (variable) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:91: warning: Member namelist (variable) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLSendElt.h:92: warning: Member hints (variable) of class ScXMLSendElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:71: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:76: warning: Member setOnEntry(ScXMLOnEntryElt *onentry) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:77: warning: Member getOnEntry(void) const (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:79: warning: Member setOnExit(ScXMLOnExitElt *onexit) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:80: warning: Member getOnExit(void) const (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:82: warning: Member getNumTransitions(void) const (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:83: warning: Member getTransition(int idx) const (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:84: warning: Member addTransition(ScXMLTransitionElt *transition) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:85: warning: Member removeTransition(ScXMLTransitionElt *transition) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:86: warning: Member clearAllTransitions(void) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:88: warning: Member setInitial(ScXMLInitialElt *initial) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:89: warning: Member getInitial(void) const (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:91: warning: Member getNumStates(void) const (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:92: warning: Member getState(int idx) const (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:93: warning: Member addState(ScXMLStateElt *state) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:94: warning: Member removeState(ScXMLStateElt *state) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:95: warning: Member clearAllStates(void) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:97: warning: Member getNumParallels(void) const (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:98: warning: Member getParallel(int idx) const (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:99: warning: Member addParallel(ScXMLParallelElt *state) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:100: warning: Member removeParallel(ScXMLParallelElt *state) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:101: warning: Member clearAllParallels(void) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:103: warning: Member getNumFinals(void) const (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:104: warning: Member getFinal(int idx) const (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:105: warning: Member addFinal(ScXMLFinalElt *state) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:106: warning: Member removeFinal(ScXMLFinalElt *state) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:107: warning: Member clearAllFinals(void) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:109: warning: Member getNumHistories(void) const (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:110: warning: Member getHistory(int idx) const (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:111: warning: Member addHistory(ScXMLHistoryElt *history) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:112: warning: Member removeHistory(ScXMLHistoryElt *history) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:113: warning: Member clearAllHistories(void) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:115: warning: Member getNumAnchors(void) const (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:116: warning: Member getAnchor(int idx) const (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:117: warning: Member addAnchor(ScXMLAnchorElt *anchor) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:118: warning: Member removeAnchor(ScXMLAnchorElt *anchor) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:119: warning: Member clearAllAnchors(void) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:121: warning: Member setDataModel(ScXMLDataModelElt *datamodel) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:122: warning: Member getDataModel(void) const (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:52: warning: Member setIdAttribute(const char *id) (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:53: warning: Member getIdAttribute(void) const (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:53: warning: Member getElementReader(void) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:53: warning: Member getClassTypeId(void) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:53: warning: Member createInstance(void) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:56: warning: Member initClass(void) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:57: warning: Member cleanClass(void) (function) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:42: warning: Member getClassTypeId(void) (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:45: warning: Member initClass(void) (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:46: warning: Member cleanClass(void) (function) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:127: warning: Member src (variable) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateElt.h:128: warning: Member initial (variable) of class ScXMLStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLAbstractStateElt.h:62: warning: Member id (variable) of class ScXMLAbstractStateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:72: warning: Member setName(const SbName &name) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:73: warning: Member getName(void) const (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:75: warning: Member setDescription(ScXMLDocument *document) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:76: warning: Member getDescription(void) const (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:99: warning: Member setVariable(const char *name, const char *value) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:100: warning: Member getVariable(const char *name) const (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:104: warning: Member setLogLevel(int loglevel) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:105: warning: Member getLogLevel(void) const (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:107: warning: Member setEvaluator(ScXMLEvaluator *evaluator) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:108: warning: Member getEvaluator(void) const (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:110: warning: Member isModuleEnabled(const char *modulename) const (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:111: warning: Member getNumEnabledModules(void) const (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:112: warning: Member getEnabledModuleName(int idx) const (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:113: warning: Member setEnabledModulesList(const SbList< const char * > &modulenames) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:55: warning: Member setEventTargetType(const char *targettype) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:56: warning: Member getEventTargetType(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:58: warning: Member setEventTargetName(const char *targetname) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:59: warning: Member getEventTargetName(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:67: warning: Member processEventQueue(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:70: warning: Member sendExternalEvent(const ScXMLSendElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:71: warning: Member sendInternalEvent(const ScXMLEventElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:73: warning: Member queueInternalEvent(const ScXMLEvent *event) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:74: warning: Member queueInternalEvent(const SbName &eventid) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:63: warning: Member getClassTypeId(void) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:63: warning: Member createInstance(void) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:66: warning: Member initClass(void) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:67: warning: Member cleanClass(void) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:102: warning: Member getStateMachineForSessionId(const SbName &sessionid) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:48: warning: Member initClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:49: warning: Member cleanClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:84: warning: Member getNextEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:85: warning: Member getNextInternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:86: warning: Member getNextExternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:90: warning: Member registerEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:91: warning: Member unregisterEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:93: warning: Member getEventTarget(const char *targettype, const char *targetname, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:77: warning: Member targetname (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:78: warning: Member targettype (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:80: warning: Member currentevent (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:81: warning: Member isprocessingqueue (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:54: warning: Member setEventAttribute(const char *event) (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:55: warning: Member getEventAttribute(void) const (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:57: warning: Member setCondAttribute(const char *cond) (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:58: warning: Member getCondAttribute(void) const (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:60: warning: Member setTargetAttribute(const char *target) (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:61: warning: Member getTargetAttribute(void) const (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:63: warning: Member setAnchorAttribute(const char *anchor) (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:64: warning: Member getAnchorAttribute(void) const (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:68: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:83: warning: Member getNumExecutables(void) const (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:84: warning: Member getExecutable(int idx) const (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:85: warning: Member addExecutable(ScXMLExecutableElt *executable) (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:86: warning: Member removeExecutable(ScXMLExecutableElt *executable) (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:87: warning: Member clearAllExecutables(void) (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:45: warning: Member getElementReader(void) (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:45: warning: Member createInstance(void) (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:47: warning: Member initClass(void) (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:48: warning: Member cleanClass(void) (function) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:92: warning: Member event (variable) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:93: warning: Member cond (variable) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:94: warning: Member target (variable) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:95: warning: Member anchor (variable) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:97: warning: Member needprefixmatching (variable) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:98: warning: Member eventkey (variable) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLTransitionElt.h:99: warning: Member targetkey (variable) of class ScXMLTransitionElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLValidateElt.h:51: warning: Member setLocationAttribute(const char *location) (function) of class ScXMLValidateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLValidateElt.h:52: warning: Member getLocationAttribute(void) const (function) of class ScXMLValidateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLValidateElt.h:54: warning: Member setSchemaAttribute(const char *schema) (function) of class ScXMLValidateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLValidateElt.h:55: warning: Member getSchemaAttribute(void) const (function) of class ScXMLValidateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLValidateElt.h:59: warning: Member copyContents(const ScXMLElt *rhs) (function) of class ScXMLValidateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLValidateElt.h:63: warning: Member execute(ScXMLStateMachine *statemachine) const (function) of class ScXMLValidateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:66: warning: Member getContainer(void) const (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLValidateElt.h:42: warning: Member getElementReader(void) (function) of class ScXMLValidateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLValidateElt.h:42: warning: Member getClassTypeId(void) (function) of class ScXMLValidateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLValidateElt.h:42: warning: Member createInstance(void) (function) of class ScXMLValidateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLValidateElt.h:45: warning: Member initClass(void) (function) of class ScXMLValidateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLValidateElt.h:46: warning: Member cleanClass(void) (function) of class ScXMLValidateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:44: warning: Member getClassTypeId(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:47: warning: Member initClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLExecutableElt.h:48: warning: Member cleanClass(void) (function) of class ScXMLExecutableElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:49: warning: Member initClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:50: warning: Member cleanClass(void) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLValidateElt.h:66: warning: Member location (variable) of class ScXMLValidateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLValidateElt.h:67: warning: Member schema (variable) of class ScXMLValidateElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:71: warning: Member registerClassType(const char *xmlns, const char *classname, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLElt.h:73: warning: Member registerInvokeClassType(const char *xmlns, const char *targettype, const char *source, SoType type) (function) of class ScXMLElt is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLXPathEvaluator.h:50: warning: Member evaluate(const char *expression) const (function) of class ScXMLXPathEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLXPathEvaluator.h:52: warning: Member setAtLocation(const char *location, ScXMLDataObj *obj) (function) of class ScXMLXPathEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLXPathEvaluator.h:53: warning: Member locate(const char *location) const (function) of class ScXMLXPathEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:55: warning: Member getStateMachine(void) const (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLXPathEvaluator.h:41: warning: Member getClassTypeId(void) (function) of class ScXMLXPathEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLXPathEvaluator.h:41: warning: Member createInstance(void) (function) of class ScXMLXPathEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLXPathEvaluator.h:44: warning: Member initClass(void) (function) of class ScXMLXPathEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLXPathEvaluator.h:45: warning: Member cleanClass(void) (function) of class ScXMLXPathEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:46: warning: Member getClassTypeId(void) (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:48: warning: Member initClass(void) (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvaluator.h:49: warning: Member cleanClass(void) (function) of class ScXMLEvaluator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoAppearanceKit.h:44: warning: Member complexity (variable) of class SoAppearanceKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoAppearanceKit.h:45: warning: Member drawStyle (variable) of class SoAppearanceKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoAppearanceKit.h:46: warning: Member environment (variable) of class SoAppearanceKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoAppearanceKit.h:47: warning: Member font (variable) of class SoAppearanceKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoAppearanceKit.h:48: warning: Member lightModel (variable) of class SoAppearanceKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoAppearanceKit.h:49: warning: Member material (variable) of class SoAppearanceKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoAppearanceKit.h:50: warning: Member texture2 (variable) of class SoAppearanceKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoAudioDevice.h:54: warning: Member setGain(float gain) (function) of class SoAudioDevice is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoAudioDevice.h:55: warning: Member mute(SbBool mute=TRUE) (function) of class SoAudioDevice is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoAudioRenderAction.h:53: warning: Member callDoAction(SoAction *action, SoNode *node) (function) of class SoAudioRenderAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoAudioRenderAction.h:54: warning: Member callAudioRender(SoAction *action, SoNode *node) (function) of class SoAudioRenderAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoBumpMapElement.h:61: warning: Member image (variable) of class SoBumpMapElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoCacheHintElement.h:68: warning: Member pimpl (variable) of class SoCacheHintElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoCallbackAction.h:182: warning: Member setCallbackAll(SbBool callbackall) (function) of class SoCallbackAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoCallbackAction.h:183: warning: Member isCallbackAll(void) const (function) of class SoCallbackAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoCameraKit.h:44: warning: Member camera (variable) of class SoCameraKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoCameraKit.h:45: warning: Member transform (variable) of class SoCameraKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoCameraKit.h:46: warning: Member transformGroup (variable) of class SoCameraKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:50: warning: Member XAxis (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:51: warning: Member XAxisSwitch (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:52: warning: Member XCenterChanger (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:53: warning: Member XRotator (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:54: warning: Member YAxis (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:55: warning: Member YAxisSwitch (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:56: warning: Member YCenterChanger (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:57: warning: Member YRotator (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:58: warning: Member ZAxis (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:59: warning: Member ZAxisSwitch (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:60: warning: Member ZCenterChanger (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:61: warning: Member ZRotator (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:62: warning: Member antiSquish (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:63: warning: Member lightModel (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:64: warning: Member rot2X90 (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:65: warning: Member rotX90 (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:66: warning: Member rotY90 (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:67: warning: Member rotator (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:68: warning: Member surroundScale (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoCenterballDragger.h:69: warning: Member translateToCenter (variable) of class SoCenterballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoCenterballManip.h:53: warning: Member setDragger(SoDragger *newDragger) (function) of class SoCenterballManip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoCenterballManip.h:55: warning: Member fieldSensorCB(void *f, SoSensor *s) (function) of class SoCenterballManip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/manips/SoCenterballManip.h:56: warning: Member valueChangedCB(void *f, SoDragger *d) (function) of class SoCenterballManip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeMatrix.h:52: warning: Member initClass() (function) of class SoComposeMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeRotationFromTo.h:51: warning: Member initClass() (function) of class SoComposeRotationFromTo is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec2f.h:51: warning: Member initClass() (function) of class SoComposeVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec3f.h:51: warning: Member initClass() (function) of class SoComposeVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoComposeVec4f.h:51: warning: Member initClass() (function) of class SoComposeVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoConcatenate.h:44: warning: Member getClassTypeId(void) (function) of class SoConcatenate is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoConcatenate.h:44: warning: Member createInstance(void) (function) of class SoConcatenate is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoConcatenate.h:44: warning: Member getInputDataPtr(void) (function) of class SoConcatenate is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoConcatenate.h:44: warning: Member getOutputDataPtr(void) (function) of class SoConcatenate is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoContextHandler.h:44: warning: Member ContextDestructionCB(uint32_t contextid, void *userdata) (typedef) of class SoContextHandler is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeMatrix.h:50: warning: Member initClass() (function) of class SoDecomposeMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeRotation.h:49: warning: Member initClass() (function) of class SoDecomposeRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec2f.h:50: warning: Member initClass() (function) of class SoDecomposeVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec3f.h:50: warning: Member initClass() (function) of class SoDecomposeVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoDecomposeVec4f.h:50: warning: Member initClass() (function) of class SoDecomposeVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDepthBufferElement.h:47: warning: Member DepthWriteFunction (enumeration) of class SoDepthBufferElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDepthBufferElement.h:83: warning: Member test (variable) of class SoDepthBufferElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDepthBufferElement.h:84: warning: Member write (variable) of class SoDepthBufferElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDepthBufferElement.h:85: warning: Member function (variable) of class SoDepthBufferElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDepthBufferElement.h:86: warning: Member range (variable) of class SoDepthBufferElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDiffuseColorElement.h:65: warning: Member isPacked(void) const (function) of class SoDiffuseColorElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDiffuseColorElement.h:66: warning: Member hasPackedTransparency(void) const (function) of class SoDiffuseColorElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDirectionalLightDragger.h:50: warning: Member material (variable) of class SoDirectionalLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDirectionalLightDragger.h:51: warning: Member rotator (variable) of class SoDirectionalLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDirectionalLightDragger.h:52: warning: Member translator (variable) of class SoDirectionalLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDirectionalLightDragger.h:53: warning: Member translatorRotInv (variable) of class SoDirectionalLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDirectionalLightDragger.h:54: warning: Member translatorSep (variable) of class SoDirectionalLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:48: warning: Member noRotSep (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:49: warning: Member planeFeedbackSep (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:50: warning: Member planeFeedbackSwitch (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:51: warning: Member planeFeedbackTranslation (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:52: warning: Member rotX (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:53: warning: Member rotXSep (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:54: warning: Member rotY (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:55: warning: Member rotYSep (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:56: warning: Member rotZ (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:57: warning: Member rotZSep (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:58: warning: Member xFeedback (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:59: warning: Member xFeedbackSep (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:60: warning: Member xFeedbackSwitch (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:61: warning: Member xFeedbackTranslation (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:62: warning: Member xTranslator (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:63: warning: Member xTranslatorSwitch (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:64: warning: Member xyFeedback (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:65: warning: Member xyTranslator (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:66: warning: Member xyTranslatorSwitch (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:67: warning: Member xzFeedback (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:68: warning: Member xzTranslator (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:69: warning: Member xzTranslatorSwitch (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:70: warning: Member yFeedback (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:71: warning: Member yFeedbackSep (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:72: warning: Member yFeedbackSwitch (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:73: warning: Member yFeedbackTranslation (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:74: warning: Member yTranslator (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:75: warning: Member yTranslatorSwitch (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:76: warning: Member yzFeedback (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:77: warning: Member yzTranslator (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:78: warning: Member yzTranslatorSwitch (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:79: warning: Member zFeedback (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:80: warning: Member zFeedbackSep (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:81: warning: Member zFeedbackSwitch (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:82: warning: Member zFeedbackTranslation (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:83: warning: Member zTranslator (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragPointDragger.h:84: warning: Member zTranslatorSwitch (variable) of class SoDragPointDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoOutputData.h:69: warning: Member writeDescriptions(SoOutput *out, SoEngine *engine) const (function) of class SoEngineOutputData is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoForeignFileKit.h:74: warning: Member initClasses(void) (function) of class SoForeignFileKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoForeignFileKit.h:49: warning: Member topSeparator (variable) of class SoForeignFileKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoGate.h:47: warning: Member getClassTypeId(void) (function) of class SoGate is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoGate.h:47: warning: Member createInstance(void) (function) of class SoGate is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoGate.h:47: warning: Member getInputDataPtr(void) (function) of class SoGate is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoGate.h:47: warning: Member getOutputDataPtr(void) (function) of class SoGate is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLBigImage.h:67: warning: Member initSubImages(const SbVec2s &subimagesize) const (function) of class SoGLBigImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLBigImage.h:68: warning: Member handleSubImage(const int idx, SbVec2f &start, SbVec2f &end, SbVec2f &tcmul) (function) of class SoGLBigImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLBigImage.h:70: warning: Member applySubImage(SoState *state, const int idx, const float quality, const SbVec2s &projsize) (function) of class SoGLBigImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLImage.h:193: warning: Member setEndFrameCallback(void(*cb)(void *), void *closure) (function) of class SoGLImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLImage.h:194: warning: Member getNumFramesSinceUsed(void) const (function) of class SoGLImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLImage.h:174: warning: Member incAge(void) const (function) of class SoGLImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLImage.h:175: warning: Member resetAge(void) const (function) of class SoGLImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLCubeMapImage.h:50: warning: Member Target (enumeration) of class SoGLCubeMapImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLCubeMapImage.h:59: warning: Member setCubeMapImage(const Target target, const unsigned char *bytes, const SbVec2s &size, const int numcomponents) (function) of class SoGLCubeMapImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLImage.h:193: warning: Member setEndFrameCallback(void(*cb)(void *), void *closure) (function) of class SoGLImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLImage.h:194: warning: Member getNumFramesSinceUsed(void) const (function) of class SoGLImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLImage.h:174: warning: Member incAge(void) const (function) of class SoGLImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLImage.h:175: warning: Member resetAge(void) const (function) of class SoGLImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDepthBufferElement.h:47: warning: Member DepthWriteFunction (enumeration) of class SoDepthBufferElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDepthBufferElement.h:83: warning: Member test (variable) of class SoDepthBufferElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDepthBufferElement.h:84: warning: Member write (variable) of class SoDepthBufferElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDepthBufferElement.h:85: warning: Member function (variable) of class SoDepthBufferElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoDepthBufferElement.h:86: warning: Member range (variable) of class SoDepthBufferElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLDisplayList.h:45: warning: Member Type (enumeration) of class SoGLDisplayList is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLDriverDatabase.h:61: warning: Member init(void) (function) of class SoGLDriverDatabase is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLImage.h:193: warning: Member setEndFrameCallback(void(*cb)(void *), void *closure) (function) of class SoGLImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLImage.h:194: warning: Member getNumFramesSinceUsed(void) const (function) of class SoGLImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLImage.h:174: warning: Member incAge(void) const (function) of class SoGLImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGLImage.h:175: warning: Member resetAge(void) const (function) of class SoGLImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:102: warning: Member setDiffuseElt(SoNode *, int32_t numcolors, const SbColor *colors, SoColorPacker *packer) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:104: warning: Member setPackedElt(SoNode *node, int32_t numcolors, const uint32_t *colors, const SbBool packedtransparency) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:106: warning: Member setColorIndexElt(SoNode *node, int32_t numindices, const int32_t *indices) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:108: warning: Member setTranspElt(SoNode *node, int32_t numtransp, const float *transp, SoColorPacker *packer) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:111: warning: Member setTranspTypeElt(int32_t type) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:112: warning: Member setAmbientElt(const SbColor *color) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:113: warning: Member setEmissiveElt(const SbColor *color) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:114: warning: Member setSpecularElt(const SbColor *color) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:115: warning: Member setShininessElt(float value) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:116: warning: Member setColorMaterialElt(SbBool value) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:117: warning: Member enableBlendingElt(int sfactor, int dfactor, int alpha_sfactor, int alpha_dfactor) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:118: warning: Member disableBlendingElt(void) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:119: warning: Member setLightModelElt(SoState *state, int32_t model) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:120: warning: Member setMaterialElt(SoNode *node, uint32_t bitmask, SoColorPacker *packer, const SbColor *diffuse, const int numdiffuse, const float *transp, const int numtransp, const SbColor &ambient, const SbColor &emissive, const SbColor &specular, const float shininess, const SbBool istransparent) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:129: warning: Member setVertexOrderingElt(VertexOrdering ordering) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:130: warning: Member setBackfaceCullingElt(SbBool onoff) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:131: warning: Member setTwosideLightingElt(SbBool onoff) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:132: warning: Member setShadeModelElt(SbBool flatshading) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:133: warning: Member setAlphaTestElt(int func, float value) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:147: warning: Member updateColorVBO(SoVBO *vbo) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:169: warning: Member getNumDiffuse(void) const (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:170: warning: Member getNumTransparencies(void) const (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:171: warning: Member getNumColorIndices(void) const (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:172: warning: Member isPacked(void) const (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:173: warning: Member isTransparent(void) const (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:201: warning: Member getPackedPointer(void) const (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:202: warning: Member getDiffusePointer(void) const (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:203: warning: Member getColorIndexPointer(void) const (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:205: warning: Member getTransparencyPointer(void) const (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:61: warning: Member sendLightModel(SoState *state, const int32_t model) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:62: warning: Member sendPackedDiffuse(SoState *state, const uint32_t diffuse) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:63: warning: Member sendFlatshading(SoState *state, const SbBool onoff) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:64: warning: Member sendVertexOrdering(SoState *state, const VertexOrdering ordering) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:65: warning: Member sendTwosideLighting(SoState *state, const SbBool onoff) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:66: warning: Member sendBackfaceCulling(SoState *state, const SbBool onoff) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:135: warning: Member beginCaching(SoState *state, SoGLLazyElement::GLState *prestate, SoGLLazyElement::GLState *poststate) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:138: warning: Member endCaching(SoState *state) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:140: warning: Member preCacheCall(const SoState *state, const SoGLLazyElement::GLState *prestate) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:141: warning: Member postCacheCall(const SoState *state, const SoGLLazyElement::GLState *poststate) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:119: warning: Member setDiffuse(SoState *state, SoNode *node, int32_t numcolors, const SbColor *colors, SoColorPacker *packer) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:121: warning: Member setTransparency(SoState *state, SoNode *node, int32_t numvalues, const float *transparency, SoColorPacker *packer) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:123: warning: Member setPacked(SoState *state, SoNode *node, int32_t numcolors, const uint32_t *colors, const SbBool packedtransparency=FALSE) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:126: warning: Member setColorIndices(SoState *state, SoNode *node, int32_t numindices, const int32_t *indices) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:128: warning: Member setAmbient(SoState *state, const SbColor *color) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:129: warning: Member setEmissive(SoState *state, const SbColor *color) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:130: warning: Member setSpecular(SoState *state, const SbColor *color) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:131: warning: Member setShininess(SoState *state, float value) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:132: warning: Member setColorMaterial(SoState *state, SbBool value) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:133: warning: Member enableBlending(SoState *state, int sfactor, int dfactor) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:136: warning: Member enableSeparateBlending(SoState *state, int sfactor, int dfactor, int alpha_sfactor, int alpha_dfactor) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:142: warning: Member disableBlending(SoState *state) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:143: warning: Member setLightModel(SoState *state, const int32_t model) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:144: warning: Member setVertexOrdering(SoState *state, VertexOrdering ordering) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:145: warning: Member setBackfaceCulling(SoState *state, SbBool onoff) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:146: warning: Member setTwosideLighting(SoState *state, SbBool onoff) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:147: warning: Member setShadeModel(SoState *state, SbBool flatshading) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:148: warning: Member setAlphaTest(SoState *state, int func, float value) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:150: warning: Member getDiffuse(SoState *state, int index) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:151: warning: Member getTransparency(SoState *, int index) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:152: warning: Member getPackedColors(SoState *) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:153: warning: Member getColorIndices(SoState *) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:154: warning: Member getColorIndex(SoState *, int num) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:155: warning: Member getAmbient(SoState *) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:156: warning: Member getEmissive(SoState *) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:157: warning: Member getSpecular(SoState *) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:158: warning: Member getShininess(SoState *) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:159: warning: Member getColorMaterial(SoState *) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:160: warning: Member getBlending(SoState *, int &sfactor, int &dfactor) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:162: warning: Member getAlphaBlending(SoState *, int &sfactor, int &dfactor) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:165: warning: Member getLightModel(SoState *) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:166: warning: Member getAlphaTest(SoState *state, float &value) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:167: warning: Member getTwoSidedLighting(SoState *state) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:174: warning: Member getInstance(SoState *state) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:175: warning: Member getDefaultAmbientIntensity(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:177: warning: Member getDefaultDiffuse(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:178: warning: Member getDefaultAmbient(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:179: warning: Member getDefaultSpecular(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:180: warning: Member getDefaultEmissive(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:181: warning: Member getDefaultShininess(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:182: warning: Member getDefaultPacked(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:183: warning: Member getDefaultTransparency(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:184: warning: Member getDefaultLightModel(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:185: warning: Member getDefaultColorIndex(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:187: warning: Member setMaterials(SoState *state, SoNode *node, uint32_t bitmask, SoColorPacker *cPacker, const SbColor *diffuse, const int numdiffuse, const float *transp, const int numtransp, const SbColor &ambient, const SbColor &emissive, const SbColor &specular, const float shininess, const SbBool istransparent) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:199: warning: Member getWInstance(SoState *state) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:206: warning: Member setTransparencyType(SoState *state, int32_t type) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:150: warning: Member lazyDidSet(uint32_t mask) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLLazyElement.h:151: warning: Member lazyDidntSet(uint32_t mask) (function) of class SoGLLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:58: warning: Member cases (enumeration) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:76: warning: Member masks (enumeration) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:95: warning: Member internalMasks (enumeration) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:103: warning: Member LightModel (enumeration) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:108: warning: Member VertexOrdering (enumeration) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:239: warning: Member coinstate (variable) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLinePatternElement.h:49: warning: Member Patterns (enumeration) of class SoLinePatternElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureCoordinateElement.h:81: warning: Member send(const int index) const (function) of class SoGLMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureCoordinateElement.h:88: warning: Member send(const int index, const SbVec3f &c, const SbVec3f &n) const (function) of class SoGLMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:127: warning: Member get(const SbVec3f &point, const SbVec3f &normal) const (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:151: warning: Member get2(const int index) const (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:154: warning: Member get3(const int index) const (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:157: warning: Member get4(const int index) const (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureCoordinateElement.h:96: warning: Member setTexGen(SoState *const state, SoNode *const node, SoTexCoordTexgenCB *const texgenFunc, void *const texgenData=NULL, SoTextureCoordinateFunctionCB *const func=NULL, void *const funcData=NULL) (function) of class SoGLMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:132: warning: Member setFunction(SoState *const state, SoNode *const node, SoTextureCoordinateFunctionCB *const func, void *const userdata) (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:139: warning: Member set2(SoState *const state, SoNode *const node, const int32_t numCoords, const SbVec2f *const coords) (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:143: warning: Member set3(SoState *const state, SoNode *const node, const int32_t numCoords, const SbVec3f *const coords) (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:147: warning: Member set4(SoState *const state, SoNode *const node, const int32_t numCoords, const SbVec4f *const coords) (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:163: warning: Member getMaxUnits() const (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:165: warning: Member getUnitData(const int unit) const (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:59: warning: Member CoordType (enumeration) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:166: warning: Member convert2 (variable) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:167: warning: Member convert3 (variable) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:168: warning: Member convert4 (variable) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureEnabledElement.h:97: warning: Member getMode(const int unit) const (function) of class SoMultiTextureEnabledElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureEnabledElement.h:51: warning: Member Mode (enumeration) of class SoMultiTextureEnabledElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureImageElement.h:63: warning: Member restore(SoState *state, const int unit) (function) of class SoGLMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureImageElement.h:65: warning: Member get(SoState *state, const int unit, Model &model, SbColor &blendcolor) (function) of class SoGLMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureImageElement.h:88: warning: Member set(SoState *const state, SoNode *const node, SoGLImage *image, const Model model, const SbColor &blendColor) (function) of class SoGLMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLMultiTextureImageElement.h:94: warning: Member get(SoState *state, Model &model, SbColor &blendcolor) (function) of class SoGLMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:176: warning: Member set(SoState *const state, SoNode *const node, const SbVec2s &size, const int numComponents, const unsigned char *bytes, const int wrapS, const int wrapT, const int model, const SbColor &blendColor) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:184: warning: Member set(SoState *const state, SoNode *const node, const SbVec2s &size, const int numComponents, const unsigned char *bytes, const Wrap wrapS, const Wrap wrapT, const Model model, const SbColor &blendColor) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:193: warning: Member set(SoState *const state, SoNode *const node, const SbVec3s &size, const int numComponents, const unsigned char *bytes, const int wrapS, const int wrapT, const int wrapR, const int model, const SbColor &blendColor) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:202: warning: Member set(SoState *const state, SoNode *const node, const SbVec3s &size, const int numComponents, const unsigned char *bytes, const Wrap wrapS, const Wrap wrapT, const Wrap wrapR, const Model model, const SbColor &blendColor) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:211: warning: Member get(SoState *const state, SbVec2s &size, int &numComponents, Wrap &wrapS, Wrap &wrapT, Model &model, SbColor &blendColor) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:220: warning: Member get(SoState *const state, SbVec3s &size, int &numComponents, Wrap &wrapS, Wrap &wrapT, Wrap &wrapR, Model &model, SbColor &blendColor) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:231: warning: Member get(SoState *const state, SbVec2s &size, int &numComponents, int &wrapS, int &wrapT, int &model, SbColor &blendColor) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:246: warning: Member get(SoState *const state, SbVec3s &size, int &numComponents, int &wrapS, int &wrapT, int &wrapR, int &model, SbColor &blendColor) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:263: warning: Member getImage(SoState *const state, SbVec2s &size, int &numComponents) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:268: warning: Member getImage(SoState *const state, SbVec3s &size, int &numComponents) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:169: warning: Member getUnitData(const int unit) const (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:55: warning: Member Model (enumeration) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:65: warning: Member Wrap (enumeration) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:53: warning: Member set(SoState *const state, SoNode *const node, const int unit, const SbMatrix &matrix) (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:81: warning: Member makeIdentity(SoState *const state, SoNode *const node, const int unit=0) (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:84: warning: Member set(SoState *const state, SoNode *const node, const SbMatrix &matrix) (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:88: warning: Member mult(SoState *const state, SoNode *const node, const SbMatrix &matrix) (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:92: warning: Member translateBy(SoState *const state, SoNode *const node, const SbVec3f &translation) (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:98: warning: Member rotateBy(SoState *const state, SoNode *const node, const SbRotation &rotation) (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:104: warning: Member scaleBy(SoState *const state, SoNode *const node, const SbVec3f &scaleFactor) (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:69: warning: Member getNumUnits() const (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:70: warning: Member getUnitData(const int unit) (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:71: warning: Member getUnitData(const int unit) const (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoNormalElement.h:61: warning: Member areNormalsUnitLength(void) const (function) of class SoNormalElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoNormalElement.h:66: warning: Member unitLength (variable) of class SoNormalElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoGLRenderCache.h:59: warning: Member getPreLazyState(void) (function) of class SoGLRenderCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoGLRenderCache.h:60: warning: Member getPostLazyState(void) (function) of class SoGLRenderCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeHintsElement.h:94: warning: Member updateLazyElement(SoState *state) (function) of class SoShapeHintsElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeHintsElement.h:48: warning: Member VertexOrdering (enumeration) of class SoShapeHintsElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeHintsElement.h:55: warning: Member ShapeType (enumeration) of class SoShapeHintsElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeHintsElement.h:61: warning: Member FaceType (enumeration) of class SoShapeHintsElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeHintsElement.h:98: warning: Member vertexOrdering (variable) of class SoShapeHintsElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeHintsElement.h:99: warning: Member shapeType (variable) of class SoShapeHintsElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeHintsElement.h:100: warning: Member faceType (variable) of class SoShapeHintsElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLVBOElement.h:68: warning: Member getVertexVBO(void) const (function) of class SoGLVBOElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLVBOElement.h:69: warning: Member getNormalVBO(void) const (function) of class SoGLVBOElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLVBOElement.h:70: warning: Member getColorVBO(void) const (function) of class SoGLVBOElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLVBOElement.h:71: warning: Member getNumTexCoordVBO(void) const (function) of class SoGLVBOElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoGLVBOElement.h:72: warning: Member getTexCoordVBO(const int idx) const (function) of class SoGLVBOElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h:57: warning: Member getNumAttributes(void) const (function) of class SoVertexAttributeElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h:62: warning: Member applyToAttributes(AttributeApplyFunc *func, void *closure) const (function) of class SoVertexAttributeElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h:54: warning: Member add(SoState *const state, SoVertexAttributeData *attribdata) (function) of class SoVertexAttributeElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h:56: warning: Member getInstance(SoState *const state) (function) of class SoVertexAttributeElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h:59: warning: Member Key (typedef) of class SoVertexAttributeElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h:60: warning: Member Type (typedef) of class SoVertexAttributeElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h:61: warning: Member AttributeApplyFunc(const Key &key, const Type &obj, void *closure) (typedef) of class SoVertexAttributeElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGlyph.h:47: warning: Member Fonttype (enumeration) of class SoGlyph is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGlyph.h:69: warning: Member getAdvance(void) const (function) of class SoGlyph is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoGlyph.h:70: warning: Member getKerning(const SoGlyph &rightglyph) const (function) of class SoGlyph is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/caches/SoGlyphCache.h:59: warning: Member SoGlyphCache(SoState *state) (function) of class SoGlyphCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/caches/SoGlyphCache.h:65: warning: Member addGlyph(cc_glyph2d *glyph) (function) of class SoGlyphCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/caches/SoGlyphCache.h:66: warning: Member addGlyph(cc_glyph3d *glyph) (function) of class SoGlyphCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:50: warning: Member arrow1 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:51: warning: Member arrow1Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:52: warning: Member arrow2 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:53: warning: Member arrow2Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:54: warning: Member arrow3 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:55: warning: Member arrow3Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:56: warning: Member arrow4 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:57: warning: Member arrow4Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:58: warning: Member arrow5 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:59: warning: Member arrow5Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:60: warning: Member arrow6 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:61: warning: Member arrow6Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:62: warning: Member arrowTranslation (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:63: warning: Member drawStyle (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:64: warning: Member extruder1 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:65: warning: Member extruder1Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:66: warning: Member extruder1Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:67: warning: Member extruder2 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:68: warning: Member extruder2Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:69: warning: Member extruder2Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:70: warning: Member extruder3 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:71: warning: Member extruder3Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:72: warning: Member extruder3Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:73: warning: Member extruder4 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:74: warning: Member extruder4Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:75: warning: Member extruder4Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:76: warning: Member extruder5 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:77: warning: Member extruder5Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:78: warning: Member extruder5Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:79: warning: Member extruder6 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:80: warning: Member extruder6Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:81: warning: Member extruder6Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:82: warning: Member surroundScale (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:83: warning: Member translator1 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:84: warning: Member translator1Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:85: warning: Member translator1Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:86: warning: Member translator2 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:87: warning: Member translator2Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:88: warning: Member translator2Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:89: warning: Member translator3 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:90: warning: Member translator3Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:91: warning: Member translator3Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:92: warning: Member translator4 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:93: warning: Member translator4Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:94: warning: Member translator4Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:95: warning: Member translator5 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:96: warning: Member translator5Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:97: warning: Member translator5Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:98: warning: Member translator6 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:99: warning: Member translator6Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:100: warning: Member translator6Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:101: warning: Member uniform1 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:102: warning: Member uniform1Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:103: warning: Member uniform1Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:104: warning: Member uniform2 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:105: warning: Member uniform2Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:106: warning: Member uniform2Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:107: warning: Member uniform3 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:108: warning: Member uniform3Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:109: warning: Member uniform3Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:110: warning: Member uniform4 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:111: warning: Member uniform4Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:112: warning: Member uniform4Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:113: warning: Member uniform5 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:114: warning: Member uniform5Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:115: warning: Member uniform5Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:116: warning: Member uniform6 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:117: warning: Member uniform6Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:118: warning: Member uniform6Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:119: warning: Member uniform7 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:120: warning: Member uniform7Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:121: warning: Member uniform7Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:122: warning: Member uniform8 (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:123: warning: Member uniform8Active (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoHandleBoxDragger.h:124: warning: Member uniform8Switch (variable) of class SoHandleBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTexture2Convert.h:48: warning: Member sourceImage (variable) of class SoTexture2Convert is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTexture2Convert.h:49: warning: Member image (variable) of class SoTexture2Convert is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedMarkerSet.h:51: warning: Member markerIndex (variable) of class SoIndexedMarkerSet is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h:73: warning: Member findNormalBinding(SoState *const state) const (function) of class SoIndexedPointSet is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h:74: warning: Member findMaterialBinding(SoState *const state) const (function) of class SoIndexedPointSet is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h:75: warning: Member findTextureBinding(SoState *const state) const (function) of class SoIndexedPointSet is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h:67: warning: Member Binding (enumeration) of class SoIndexedPointSet is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h:65: warning: Member vaindexer (variable) of class SoIndexedPointSet is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h:67: warning: Member Binding (enumeration) of class SoIndexedPointSet is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h:73: warning: Member findNormalBinding(SoState *const state) const (function) of class SoIndexedPointSet is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h:74: warning: Member findMaterialBinding(SoState *const state) const (function) of class SoIndexedPointSet is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h:75: warning: Member findTextureBinding(SoState *const state) const (function) of class SoIndexedPointSet is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoIndexedPointSet.h:65: warning: Member vaindexer (variable) of class SoIndexedPointSet is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateFloat.h:41: warning: Member getClassTypeId(void) (function) of class SoInterpolateFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateFloat.h:41: warning: Member createInstance(void) (function) of class SoInterpolateFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateFloat.h:41: warning: Member initClass() (function) of class SoInterpolateFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateFloat.h:41: warning: Member getInputDataPtr(void) (function) of class SoInterpolateFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateFloat.h:41: warning: Member getOutputDataPtr(void) (function) of class SoInterpolateFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateRotation.h:41: warning: Member getClassTypeId(void) (function) of class SoInterpolateRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateRotation.h:41: warning: Member createInstance(void) (function) of class SoInterpolateRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateRotation.h:41: warning: Member initClass() (function) of class SoInterpolateRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateRotation.h:41: warning: Member getInputDataPtr(void) (function) of class SoInterpolateRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateRotation.h:41: warning: Member getOutputDataPtr(void) (function) of class SoInterpolateRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec2f.h:41: warning: Member getClassTypeId(void) (function) of class SoInterpolateVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec2f.h:41: warning: Member createInstance(void) (function) of class SoInterpolateVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec2f.h:41: warning: Member initClass() (function) of class SoInterpolateVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec2f.h:41: warning: Member getInputDataPtr(void) (function) of class SoInterpolateVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec2f.h:41: warning: Member getOutputDataPtr(void) (function) of class SoInterpolateVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec3f.h:41: warning: Member getClassTypeId(void) (function) of class SoInterpolateVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec3f.h:41: warning: Member createInstance(void) (function) of class SoInterpolateVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec3f.h:41: warning: Member initClass() (function) of class SoInterpolateVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec3f.h:41: warning: Member getInputDataPtr(void) (function) of class SoInterpolateVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec3f.h:41: warning: Member getOutputDataPtr(void) (function) of class SoInterpolateVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec4f.h:41: warning: Member getClassTypeId(void) (function) of class SoInterpolateVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec4f.h:41: warning: Member createInstance(void) (function) of class SoInterpolateVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec4f.h:41: warning: Member initClass() (function) of class SoInterpolateVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec4f.h:41: warning: Member getInputDataPtr(void) (function) of class SoInterpolateVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoInterpolateVec4f.h:41: warning: Member getOutputDataPtr(void) (function) of class SoInterpolateVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/collision/SoIntersectionDetectionAction.h:43: warning: Member PrimitiveType (enumeration) of struct SoIntersectingPrimitive is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/collision/SoIntersectionDetectionAction.h:42: warning: Member path (variable) of struct SoIntersectingPrimitive is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/collision/SoIntersectionDetectionAction.h:47: warning: Member type (variable) of struct SoIntersectingPrimitive is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/collision/SoIntersectionDetectionAction.h:48: warning: Member vertex[3] (variable) of struct SoIntersectingPrimitive is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/collision/SoIntersectionDetectionAction.h:49: warning: Member xf_vertex[3] (variable) of struct SoIntersectingPrimitive is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/collision/SoIntersectionDetectionAction.h:60: warning: Member Resp (enumeration) of class SoIntersectionDetectionAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/collision/SoIntersectionDetectionAction.h:66: warning: Member SoIntersectionVisitationCB(void *closure, const SoPath *where) (typedef) of class SoIntersectionDetectionAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/collision/SoIntersectionDetectionAction.h:67: warning: Member SoIntersectionFilterCB(void *closure, const SoPath *p1, const SoPath *p2) (typedef) of class SoIntersectionDetectionAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/collision/SoIntersectionDetectionAction.h:68: warning: Member SoIntersectionCB(void *closure, const SoIntersectingPrimitive *p1, const SoIntersectingPrimitive *p2) (typedef) of class SoIntersectionDetectionAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoJackDragger.h:49: warning: Member antiSquish (variable) of class SoJackDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoJackDragger.h:50: warning: Member rotator (variable) of class SoJackDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoJackDragger.h:51: warning: Member scaler (variable) of class SoJackDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoJackDragger.h:52: warning: Member surroundScale (variable) of class SoJackDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoJackDragger.h:53: warning: Member translator (variable) of class SoJackDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:58: warning: Member executeScript(const SbName &name, const SbString &script) const (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:60: warning: Member executeFile(const SbName &filename) const (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:61: warning: Member executeFunction(const SbName &name, int argc, const SoField *argv, SoField *rval=NULL) const (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:65: warning: Member setScriptField(const SbName &name, const SoField *f) const (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:66: warning: Member unsetScriptField(const SbName &name) const (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:67: warning: Member getScriptField(const SbName &name, SoField *f) const (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:68: warning: Member hasScriptField(const SbName &name) const (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:74: warning: Member field2jsval(const SoField *f, jsval *v) const (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:75: warning: Member jsval2field(const jsval v, SoField *f) const (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:76: warning: Member enableAutoNodeUnref(SbBool onoff) (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:77: warning: Member getAutoNodeUnrefState(void) const (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:84: warning: Member getContext(void) const (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:85: warning: Member getGlobal(void) const (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:87: warning: Member addHandler(const SoType &type, SoJSWrapperInitFunc *init, SoJSfield2jsvalFunc *field2jsval, SoJSjsval2field2Func *jsval2field) (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:72: warning: Member getEngine(JSContext *cx) (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:79: warning: Member init(uint32_t maxbytes=4194304) (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:80: warning: Member shutdown(void) (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:81: warning: Member debug(void) (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:83: warning: Member getRuntime(void) (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:93: warning: Member setContext(JSContext *context) (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:94: warning: Member setGlobal(JSObject *global) (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoJavaScriptEngine.h:92: warning: Member setRuntime(JSRuntime *runtime) (function) of class SoJavaScriptEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:58: warning: Member cases (enumeration) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:76: warning: Member masks (enumeration) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:95: warning: Member internalMasks (enumeration) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:103: warning: Member LightModel (enumeration) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:108: warning: Member VertexOrdering (enumeration) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:169: warning: Member getNumDiffuse(void) const (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:170: warning: Member getNumTransparencies(void) const (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:171: warning: Member getNumColorIndices(void) const (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:172: warning: Member isPacked(void) const (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:173: warning: Member isTransparent(void) const (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:201: warning: Member getPackedPointer(void) const (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:202: warning: Member getDiffusePointer(void) const (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:203: warning: Member getColorIndexPointer(void) const (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:205: warning: Member getTransparencyPointer(void) const (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:119: warning: Member setDiffuse(SoState *state, SoNode *node, int32_t numcolors, const SbColor *colors, SoColorPacker *packer) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:121: warning: Member setTransparency(SoState *state, SoNode *node, int32_t numvalues, const float *transparency, SoColorPacker *packer) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:123: warning: Member setPacked(SoState *state, SoNode *node, int32_t numcolors, const uint32_t *colors, const SbBool packedtransparency=FALSE) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:126: warning: Member setColorIndices(SoState *state, SoNode *node, int32_t numindices, const int32_t *indices) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:128: warning: Member setAmbient(SoState *state, const SbColor *color) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:129: warning: Member setEmissive(SoState *state, const SbColor *color) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:130: warning: Member setSpecular(SoState *state, const SbColor *color) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:131: warning: Member setShininess(SoState *state, float value) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:132: warning: Member setColorMaterial(SoState *state, SbBool value) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:133: warning: Member enableBlending(SoState *state, int sfactor, int dfactor) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:136: warning: Member enableSeparateBlending(SoState *state, int sfactor, int dfactor, int alpha_sfactor, int alpha_dfactor) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:142: warning: Member disableBlending(SoState *state) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:143: warning: Member setLightModel(SoState *state, const int32_t model) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:144: warning: Member setVertexOrdering(SoState *state, VertexOrdering ordering) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:145: warning: Member setBackfaceCulling(SoState *state, SbBool onoff) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:146: warning: Member setTwosideLighting(SoState *state, SbBool onoff) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:147: warning: Member setShadeModel(SoState *state, SbBool flatshading) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:148: warning: Member setAlphaTest(SoState *state, int func, float value) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:150: warning: Member getDiffuse(SoState *state, int index) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:151: warning: Member getTransparency(SoState *, int index) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:152: warning: Member getPackedColors(SoState *) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:153: warning: Member getColorIndices(SoState *) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:154: warning: Member getColorIndex(SoState *, int num) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:155: warning: Member getAmbient(SoState *) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:156: warning: Member getEmissive(SoState *) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:157: warning: Member getSpecular(SoState *) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:158: warning: Member getShininess(SoState *) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:159: warning: Member getColorMaterial(SoState *) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:160: warning: Member getBlending(SoState *, int &sfactor, int &dfactor) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:162: warning: Member getAlphaBlending(SoState *, int &sfactor, int &dfactor) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:165: warning: Member getLightModel(SoState *) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:166: warning: Member getAlphaTest(SoState *state, float &value) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:167: warning: Member getTwoSidedLighting(SoState *state) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:174: warning: Member getInstance(SoState *state) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:175: warning: Member getDefaultAmbientIntensity(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:177: warning: Member getDefaultDiffuse(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:178: warning: Member getDefaultAmbient(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:179: warning: Member getDefaultSpecular(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:180: warning: Member getDefaultEmissive(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:181: warning: Member getDefaultShininess(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:182: warning: Member getDefaultPacked(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:183: warning: Member getDefaultTransparency(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:184: warning: Member getDefaultLightModel(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:185: warning: Member getDefaultColorIndex(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:187: warning: Member setMaterials(SoState *state, SoNode *node, uint32_t bitmask, SoColorPacker *cPacker, const SbColor *diffuse, const int numdiffuse, const float *transp, const int numtransp, const SbColor &ambient, const SbColor &emissive, const SbColor &specular, const float shininess, const SbBool istransparent) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:199: warning: Member getWInstance(SoState *state) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:206: warning: Member setTransparencyType(SoState *state, int32_t type) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:242: warning: Member lazyDidSet(uint32_t mask) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:243: warning: Member lazyDidntSet(uint32_t mask) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:245: warning: Member setDiffuseElt(SoNode *, int32_t numcolors, const SbColor *colors, SoColorPacker *packer) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:247: warning: Member setPackedElt(SoNode *node, int32_t numcolors, const uint32_t *colors, const SbBool packedtransparency) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:249: warning: Member setColorIndexElt(SoNode *node, int32_t numindices, const int32_t *indices) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:251: warning: Member setTranspElt(SoNode *node, int32_t numtransp, const float *transp, SoColorPacker *packer) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:254: warning: Member setTranspTypeElt(int32_t type) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:255: warning: Member setAmbientElt(const SbColor *color) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:256: warning: Member setEmissiveElt(const SbColor *color) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:257: warning: Member setSpecularElt(const SbColor *color) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:258: warning: Member setShininessElt(float value) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:259: warning: Member setColorMaterialElt(SbBool value) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:260: warning: Member enableBlendingElt(int sfactor, int dfactor, int alpha_sfactor, int alpha_dfactor) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:261: warning: Member disableBlendingElt(void) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:262: warning: Member setLightModelElt(SoState *state, int32_t model) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:263: warning: Member setMaterialElt(SoNode *node, uint32_t bitmask, SoColorPacker *packer, const SbColor *diffuse, const int numdiffuse, const float *transp, const int numtransp, const SbColor &ambient, const SbColor &emissive, const SbColor &specular, const float shininess, const SbBool istransparent) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:272: warning: Member setVertexOrderingElt(VertexOrdering ordering) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:273: warning: Member setBackfaceCullingElt(SbBool onoff) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:274: warning: Member setTwosideLightingElt(SbBool onoff) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:275: warning: Member setShadeModelElt(SbBool flatshading) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:276: warning: Member setAlphaTestElt(int func, float value) (function) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLazyElement.h:239: warning: Member coinstate (variable) of class SoLazyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoLightKit.h:44: warning: Member icon (variable) of class SoLightKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoLightKit.h:45: warning: Member iconSeparator (variable) of class SoLightKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoLightKit.h:46: warning: Member light (variable) of class SoLightKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoLightKit.h:47: warning: Member transform (variable) of class SoLightKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoLightKit.h:48: warning: Member transformGroup (variable) of class SoLightKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoLinePatternElement.h:49: warning: Member Patterns (enumeration) of class SoLinePatternElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoListenerOrientationElement.h:60: warning: Member setbylistener (variable) of class SoListenerOrientationElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoListenerPositionElement.h:60: warning: Member setbylistener (variable) of class SoListenerPositionElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBitMask.h:41: warning: Member operator=(const SoMFBitMask &field) (function) of class SoMFBitMask is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBitMask.h:41: warning: Member operator=(int val) (function) of class SoMFBitMask is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member operator=(const SoMFEnum &field) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member operator[](const int idx) const (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member find(int value, SbBool addifnotfound=FALSE) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member setValues(const int start, const int num, const int *newvals) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member set1Value(const int idx, int value) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member setValue(int value) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member operator=(int val) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member operator==(const SoMFEnum &field) const (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member operator!=(const SoMFEnum &field) const (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member startEditing(void) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member finishEditing(void) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member fieldSizeof(void) const (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member valuesPtr(void) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member setValuesPtr(void *ptr) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member allocValues(int num) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member values (variable) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h:42: warning: Member operator=(const SoMFBool &field) (function) of class SoMFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h:42: warning: Member operator[](const int idx) const (function) of class SoMFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h:42: warning: Member find(SbBool value, SbBool addifnotfound=FALSE) (function) of class SoMFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h:42: warning: Member setValues(const int start, const int num, const SbBool *newvals) (function) of class SoMFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h:42: warning: Member set1Value(const int idx, SbBool value) (function) of class SoMFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h:42: warning: Member setValue(SbBool value) (function) of class SoMFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h:42: warning: Member operator=(SbBool val) (function) of class SoMFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h:42: warning: Member operator==(const SoMFBool &field) const (function) of class SoMFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h:42: warning: Member operator!=(const SoMFBool &field) const (function) of class SoMFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h:42: warning: Member startEditing(void) (function) of class SoMFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h:42: warning: Member finishEditing(void) (function) of class SoMFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h:44: warning: Member setValuesPointer(const int num, const SbBool *userdata) (function) of class SoMFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h:44: warning: Member setValuesPointer(const int num, SbBool *userdata) (function) of class SoMFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h:42: warning: Member fieldSizeof(void) const (function) of class SoMFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h:42: warning: Member valuesPtr(void) (function) of class SoMFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h:42: warning: Member setValuesPtr(void *ptr) (function) of class SoMFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h:42: warning: Member allocValues(int num) (function) of class SoMFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFBool.h:42: warning: Member values (variable) of class SoMFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:43: warning: Member operator=(const SoMFColor &field) (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:43: warning: Member operator[](const int idx) const (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:43: warning: Member find(const SbColor &value, SbBool addifnotfound=FALSE) (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:43: warning: Member setValues(const int start, const int num, const SbColor *newvals) (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:43: warning: Member set1Value(const int idx, const SbColor &value) (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:43: warning: Member setValue(const SbColor &value) (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:43: warning: Member operator=(const SbColor &val) (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:43: warning: Member operator==(const SoMFColor &field) const (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:43: warning: Member operator!=(const SoMFColor &field) const (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:43: warning: Member startEditing(void) (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:43: warning: Member finishEditing(void) (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:45: warning: Member setValuesPointer(const int num, const float *userdata) (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:45: warning: Member setValuesPointer(const int num, float *userdata) (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:46: warning: Member setValuesPointer(const int num, const SbColor *userdata) (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:46: warning: Member setValuesPointer(const int num, SbColor *userdata) (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:43: warning: Member valuesPtr(void) (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:43: warning: Member allocValues(int num) (function) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColor.h:43: warning: Member values (variable) of class SoMFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:43: warning: Member operator=(const SoMFColorRGBA &field) (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:43: warning: Member operator[](const int idx) const (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:43: warning: Member find(const SbColor4f &value, SbBool addifnotfound=FALSE) (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:43: warning: Member setValues(const int start, const int num, const SbColor4f *newvals) (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:43: warning: Member set1Value(const int idx, const SbColor4f &value) (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:43: warning: Member setValue(const SbColor4f &value) (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:43: warning: Member operator=(const SbColor4f &val) (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:43: warning: Member operator==(const SoMFColorRGBA &field) const (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:43: warning: Member operator!=(const SoMFColorRGBA &field) const (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:43: warning: Member startEditing(void) (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:43: warning: Member finishEditing(void) (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:45: warning: Member setValuesPointer(const int num, const float *userdata) (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:45: warning: Member setValuesPointer(const int num, float *userdata) (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:46: warning: Member setValuesPointer(const int num, const SbColor4f *userdata) (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:46: warning: Member setValuesPointer(const int num, SbColor4f *userdata) (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:43: warning: Member valuesPtr(void) (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:43: warning: Member allocValues(int num) (function) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFColorRGBA.h:43: warning: Member values (variable) of class SoMFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h:42: warning: Member operator=(const SoMFDouble &field) (function) of class SoMFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h:42: warning: Member operator[](const int idx) const (function) of class SoMFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h:42: warning: Member find(double value, SbBool addifnotfound=FALSE) (function) of class SoMFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h:42: warning: Member setValues(const int start, const int num, const double *newvals) (function) of class SoMFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h:42: warning: Member set1Value(const int idx, double value) (function) of class SoMFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h:42: warning: Member setValue(double value) (function) of class SoMFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h:42: warning: Member operator=(double val) (function) of class SoMFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h:42: warning: Member operator==(const SoMFDouble &field) const (function) of class SoMFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h:42: warning: Member operator!=(const SoMFDouble &field) const (function) of class SoMFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h:42: warning: Member startEditing(void) (function) of class SoMFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h:42: warning: Member finishEditing(void) (function) of class SoMFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h:44: warning: Member setValuesPointer(const int num, const double *userdata) (function) of class SoMFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h:44: warning: Member setValuesPointer(const int num, double *userdata) (function) of class SoMFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h:42: warning: Member fieldSizeof(void) const (function) of class SoMFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h:42: warning: Member valuesPtr(void) (function) of class SoMFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h:42: warning: Member setValuesPtr(void *ptr) (function) of class SoMFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h:42: warning: Member allocValues(int num) (function) of class SoMFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFDouble.h:42: warning: Member values (variable) of class SoMFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h:44: warning: Member operator=(const SoMFEngine &field) (function) of class SoMFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h:44: warning: Member operator[](const int idx) const (function) of class SoMFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h:44: warning: Member find(SoEngine *value, SbBool addifnotfound=FALSE) (function) of class SoMFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h:44: warning: Member setValues(const int start, const int num, const SoEngine **newvals) (function) of class SoMFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h:44: warning: Member set1Value(const int idx, SoEngine *value) (function) of class SoMFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h:44: warning: Member setValue(SoEngine *value) (function) of class SoMFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h:44: warning: Member operator=(SoEngine *val) (function) of class SoMFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h:44: warning: Member operator==(const SoMFEngine &field) const (function) of class SoMFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h:44: warning: Member operator!=(const SoMFEngine &field) const (function) of class SoMFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h:44: warning: Member startEditing(void) (function) of class SoMFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h:44: warning: Member finishEditing(void) (function) of class SoMFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h:44: warning: Member deleteAllValues(void) (function) of class SoMFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h:44: warning: Member copyValue(int to, int from) (function) of class SoMFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h:44: warning: Member fieldSizeof(void) const (function) of class SoMFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h:44: warning: Member valuesPtr(void) (function) of class SoMFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h:44: warning: Member setValuesPtr(void *ptr) (function) of class SoMFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h:44: warning: Member allocValues(int num) (function) of class SoMFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEngine.h:44: warning: Member values (variable) of class SoMFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member operator=(const SoMFEnum &field) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member operator[](const int idx) const (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member find(int value, SbBool addifnotfound=FALSE) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member setValues(const int start, const int num, const int *newvals) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member set1Value(const int idx, int value) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member setValue(int value) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member operator=(int val) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member operator==(const SoMFEnum &field) const (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member operator!=(const SoMFEnum &field) const (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member startEditing(void) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member finishEditing(void) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member fieldSizeof(void) const (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member valuesPtr(void) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member setValuesPtr(void *ptr) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member allocValues(int num) (function) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFEnum.h:42: warning: Member values (variable) of class SoMFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h:42: warning: Member operator=(const SoMFFloat &field) (function) of class SoMFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h:42: warning: Member operator[](const int idx) const (function) of class SoMFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h:42: warning: Member find(float value, SbBool addifnotfound=FALSE) (function) of class SoMFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h:42: warning: Member setValues(const int start, const int num, const float *newvals) (function) of class SoMFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h:42: warning: Member set1Value(const int idx, float value) (function) of class SoMFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h:42: warning: Member setValue(float value) (function) of class SoMFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h:42: warning: Member operator=(float val) (function) of class SoMFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h:42: warning: Member operator==(const SoMFFloat &field) const (function) of class SoMFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h:42: warning: Member operator!=(const SoMFFloat &field) const (function) of class SoMFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h:42: warning: Member startEditing(void) (function) of class SoMFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h:42: warning: Member finishEditing(void) (function) of class SoMFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h:44: warning: Member setValuesPointer(const int num, const float *userdata) (function) of class SoMFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h:44: warning: Member setValuesPointer(const int num, float *userdata) (function) of class SoMFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h:42: warning: Member fieldSizeof(void) const (function) of class SoMFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h:42: warning: Member valuesPtr(void) (function) of class SoMFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h:42: warning: Member setValuesPtr(void *ptr) (function) of class SoMFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h:42: warning: Member allocValues(int num) (function) of class SoMFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFFloat.h:42: warning: Member values (variable) of class SoMFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h:42: warning: Member operator=(const SoMFInt32 &field) (function) of class SoMFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h:42: warning: Member operator[](const int idx) const (function) of class SoMFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h:42: warning: Member find(int32_t value, SbBool addifnotfound=FALSE) (function) of class SoMFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h:42: warning: Member setValues(const int start, const int num, const int32_t *newvals) (function) of class SoMFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h:42: warning: Member set1Value(const int idx, int32_t value) (function) of class SoMFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h:42: warning: Member setValue(int32_t value) (function) of class SoMFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h:42: warning: Member operator=(int32_t val) (function) of class SoMFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h:42: warning: Member operator==(const SoMFInt32 &field) const (function) of class SoMFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h:42: warning: Member operator!=(const SoMFInt32 &field) const (function) of class SoMFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h:42: warning: Member startEditing(void) (function) of class SoMFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h:42: warning: Member finishEditing(void) (function) of class SoMFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h:44: warning: Member setValuesPointer(const int num, const int32_t *userdata) (function) of class SoMFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h:44: warning: Member setValuesPointer(const int num, int32_t *userdata) (function) of class SoMFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h:42: warning: Member fieldSizeof(void) const (function) of class SoMFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h:42: warning: Member valuesPtr(void) (function) of class SoMFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h:42: warning: Member setValuesPtr(void *ptr) (function) of class SoMFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h:42: warning: Member allocValues(int num) (function) of class SoMFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFInt32.h:42: warning: Member values (variable) of class SoMFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h:43: warning: Member operator=(const SoMFMatrix &field) (function) of class SoMFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h:43: warning: Member operator[](const int idx) const (function) of class SoMFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h:43: warning: Member find(const SbMatrix &value, SbBool addifnotfound=FALSE) (function) of class SoMFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h:43: warning: Member setValues(const int start, const int num, const SbMatrix *newvals) (function) of class SoMFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h:43: warning: Member set1Value(const int idx, const SbMatrix &value) (function) of class SoMFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h:43: warning: Member setValue(const SbMatrix &value) (function) of class SoMFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h:43: warning: Member operator=(const SbMatrix &val) (function) of class SoMFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h:43: warning: Member operator==(const SoMFMatrix &field) const (function) of class SoMFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h:43: warning: Member operator!=(const SoMFMatrix &field) const (function) of class SoMFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h:43: warning: Member startEditing(void) (function) of class SoMFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h:43: warning: Member finishEditing(void) (function) of class SoMFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h:43: warning: Member valuesPtr(void) (function) of class SoMFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h:43: warning: Member allocValues(int num) (function) of class SoMFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFMatrix.h:43: warning: Member values (variable) of class SoMFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h:43: warning: Member operator=(const SoMFName &field) (function) of class SoMFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h:43: warning: Member operator[](const int idx) const (function) of class SoMFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h:43: warning: Member find(const SbName &value, SbBool addifnotfound=FALSE) (function) of class SoMFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h:43: warning: Member setValues(const int start, const int num, const SbName *newvals) (function) of class SoMFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h:43: warning: Member set1Value(const int idx, const SbName &value) (function) of class SoMFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h:43: warning: Member setValue(const SbName &value) (function) of class SoMFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h:43: warning: Member operator=(const SbName &val) (function) of class SoMFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h:43: warning: Member operator==(const SoMFName &field) const (function) of class SoMFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h:43: warning: Member operator!=(const SoMFName &field) const (function) of class SoMFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h:43: warning: Member startEditing(void) (function) of class SoMFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h:43: warning: Member finishEditing(void) (function) of class SoMFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h:43: warning: Member valuesPtr(void) (function) of class SoMFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h:43: warning: Member allocValues(int num) (function) of class SoMFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFName.h:43: warning: Member values (variable) of class SoMFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h:44: warning: Member operator=(const SoMFNode &field) (function) of class SoMFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h:44: warning: Member operator[](const int idx) const (function) of class SoMFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h:44: warning: Member find(SoNode *value, SbBool addifnotfound=FALSE) (function) of class SoMFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h:44: warning: Member setValues(const int start, const int num, const SoNode **newvals) (function) of class SoMFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h:44: warning: Member set1Value(const int idx, SoNode *value) (function) of class SoMFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h:44: warning: Member setValue(SoNode *value) (function) of class SoMFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h:44: warning: Member operator=(SoNode *val) (function) of class SoMFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h:44: warning: Member operator==(const SoMFNode &field) const (function) of class SoMFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h:44: warning: Member operator!=(const SoMFNode &field) const (function) of class SoMFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h:44: warning: Member startEditing(void) (function) of class SoMFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h:44: warning: Member finishEditing(void) (function) of class SoMFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h:44: warning: Member deleteAllValues(void) (function) of class SoMFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h:44: warning: Member copyValue(int to, int from) (function) of class SoMFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h:44: warning: Member fieldSizeof(void) const (function) of class SoMFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h:44: warning: Member valuesPtr(void) (function) of class SoMFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h:44: warning: Member setValuesPtr(void *ptr) (function) of class SoMFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h:44: warning: Member allocValues(int num) (function) of class SoMFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFNode.h:44: warning: Member values (variable) of class SoMFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h:47: warning: Member operator=(const SoMFPath &field) (function) of class SoMFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h:47: warning: Member operator[](const int idx) const (function) of class SoMFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h:47: warning: Member find(SoPath *value, SbBool addifnotfound=FALSE) (function) of class SoMFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h:47: warning: Member setValues(const int start, const int num, const SoPath **newvals) (function) of class SoMFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h:47: warning: Member set1Value(const int idx, SoPath *value) (function) of class SoMFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h:47: warning: Member setValue(SoPath *value) (function) of class SoMFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h:47: warning: Member operator=(SoPath *val) (function) of class SoMFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h:47: warning: Member operator==(const SoMFPath &field) const (function) of class SoMFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h:47: warning: Member operator!=(const SoMFPath &field) const (function) of class SoMFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h:47: warning: Member startEditing(void) (function) of class SoMFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h:47: warning: Member finishEditing(void) (function) of class SoMFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h:47: warning: Member deleteAllValues(void) (function) of class SoMFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h:47: warning: Member copyValue(int to, int from) (function) of class SoMFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h:47: warning: Member fieldSizeof(void) const (function) of class SoMFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h:47: warning: Member valuesPtr(void) (function) of class SoMFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h:47: warning: Member setValuesPtr(void *ptr) (function) of class SoMFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h:47: warning: Member allocValues(int num) (function) of class SoMFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPath.h:47: warning: Member values (variable) of class SoMFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h:43: warning: Member operator=(const SoMFPlane &field) (function) of class SoMFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h:43: warning: Member operator[](const int idx) const (function) of class SoMFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h:43: warning: Member find(const SbPlane &value, SbBool addifnotfound=FALSE) (function) of class SoMFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h:43: warning: Member setValues(const int start, const int num, const SbPlane *newvals) (function) of class SoMFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h:43: warning: Member set1Value(const int idx, const SbPlane &value) (function) of class SoMFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h:43: warning: Member setValue(const SbPlane &value) (function) of class SoMFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h:43: warning: Member operator=(const SbPlane &val) (function) of class SoMFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h:43: warning: Member operator==(const SoMFPlane &field) const (function) of class SoMFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h:43: warning: Member operator!=(const SoMFPlane &field) const (function) of class SoMFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h:43: warning: Member startEditing(void) (function) of class SoMFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h:43: warning: Member finishEditing(void) (function) of class SoMFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h:43: warning: Member valuesPtr(void) (function) of class SoMFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h:43: warning: Member allocValues(int num) (function) of class SoMFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFPlane.h:43: warning: Member values (variable) of class SoMFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h:43: warning: Member operator=(const SoMFRotation &field) (function) of class SoMFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h:43: warning: Member operator[](const int idx) const (function) of class SoMFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h:43: warning: Member find(const SbRotation &value, SbBool addifnotfound=FALSE) (function) of class SoMFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h:43: warning: Member setValues(const int start, const int num, const SbRotation *newvals) (function) of class SoMFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h:43: warning: Member set1Value(const int idx, const SbRotation &value) (function) of class SoMFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h:43: warning: Member setValue(const SbRotation &value) (function) of class SoMFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h:43: warning: Member operator=(const SbRotation &val) (function) of class SoMFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h:43: warning: Member operator==(const SoMFRotation &field) const (function) of class SoMFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h:43: warning: Member operator!=(const SoMFRotation &field) const (function) of class SoMFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h:43: warning: Member startEditing(void) (function) of class SoMFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h:43: warning: Member finishEditing(void) (function) of class SoMFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h:43: warning: Member valuesPtr(void) (function) of class SoMFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h:43: warning: Member allocValues(int num) (function) of class SoMFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFRotation.h:43: warning: Member values (variable) of class SoMFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h:42: warning: Member operator=(const SoMFShort &field) (function) of class SoMFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h:42: warning: Member operator[](const int idx) const (function) of class SoMFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h:42: warning: Member find(short value, SbBool addifnotfound=FALSE) (function) of class SoMFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h:42: warning: Member setValues(const int start, const int num, const short *newvals) (function) of class SoMFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h:42: warning: Member set1Value(const int idx, short value) (function) of class SoMFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h:42: warning: Member setValue(short value) (function) of class SoMFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h:42: warning: Member operator=(short val) (function) of class SoMFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h:42: warning: Member operator==(const SoMFShort &field) const (function) of class SoMFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h:42: warning: Member operator!=(const SoMFShort &field) const (function) of class SoMFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h:42: warning: Member startEditing(void) (function) of class SoMFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h:42: warning: Member finishEditing(void) (function) of class SoMFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h:44: warning: Member setValuesPointer(const int num, const short *userdata) (function) of class SoMFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h:44: warning: Member setValuesPointer(const int num, short *userdata) (function) of class SoMFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h:42: warning: Member fieldSizeof(void) const (function) of class SoMFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h:42: warning: Member valuesPtr(void) (function) of class SoMFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h:42: warning: Member setValuesPtr(void *ptr) (function) of class SoMFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h:42: warning: Member allocValues(int num) (function) of class SoMFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFShort.h:42: warning: Member values (variable) of class SoMFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h:43: warning: Member operator=(const SoMFString &field) (function) of class SoMFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h:43: warning: Member operator[](const int idx) const (function) of class SoMFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h:43: warning: Member find(const SbString &value, SbBool addifnotfound=FALSE) (function) of class SoMFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h:43: warning: Member setValues(const int start, const int num, const SbString *newvals) (function) of class SoMFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h:43: warning: Member set1Value(const int idx, const SbString &value) (function) of class SoMFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h:43: warning: Member setValue(const SbString &value) (function) of class SoMFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h:43: warning: Member operator=(const SbString &val) (function) of class SoMFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h:43: warning: Member operator==(const SoMFString &field) const (function) of class SoMFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h:43: warning: Member operator!=(const SoMFString &field) const (function) of class SoMFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h:43: warning: Member startEditing(void) (function) of class SoMFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h:43: warning: Member finishEditing(void) (function) of class SoMFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h:43: warning: Member valuesPtr(void) (function) of class SoMFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h:43: warning: Member allocValues(int num) (function) of class SoMFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFString.h:43: warning: Member values (variable) of class SoMFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h:43: warning: Member operator=(const SoMFTime &field) (function) of class SoMFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h:43: warning: Member operator[](const int idx) const (function) of class SoMFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h:43: warning: Member find(const SbTime &value, SbBool addifnotfound=FALSE) (function) of class SoMFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h:43: warning: Member setValues(const int start, const int num, const SbTime *newvals) (function) of class SoMFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h:43: warning: Member set1Value(const int idx, const SbTime &value) (function) of class SoMFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h:43: warning: Member setValue(const SbTime &value) (function) of class SoMFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h:43: warning: Member operator=(const SbTime &val) (function) of class SoMFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h:43: warning: Member operator==(const SoMFTime &field) const (function) of class SoMFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h:43: warning: Member operator!=(const SoMFTime &field) const (function) of class SoMFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h:43: warning: Member startEditing(void) (function) of class SoMFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h:43: warning: Member finishEditing(void) (function) of class SoMFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h:43: warning: Member valuesPtr(void) (function) of class SoMFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h:43: warning: Member allocValues(int num) (function) of class SoMFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFTime.h:43: warning: Member values (variable) of class SoMFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h:42: warning: Member operator=(const SoMFUInt32 &field) (function) of class SoMFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h:42: warning: Member operator[](const int idx) const (function) of class SoMFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h:42: warning: Member find(uint32_t value, SbBool addifnotfound=FALSE) (function) of class SoMFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h:42: warning: Member setValues(const int start, const int num, const uint32_t *newvals) (function) of class SoMFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h:42: warning: Member set1Value(const int idx, uint32_t value) (function) of class SoMFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h:42: warning: Member setValue(uint32_t value) (function) of class SoMFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h:42: warning: Member operator=(uint32_t val) (function) of class SoMFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h:42: warning: Member operator==(const SoMFUInt32 &field) const (function) of class SoMFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h:42: warning: Member operator!=(const SoMFUInt32 &field) const (function) of class SoMFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h:42: warning: Member startEditing(void) (function) of class SoMFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h:42: warning: Member finishEditing(void) (function) of class SoMFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h:44: warning: Member setValuesPointer(const int num, const uint32_t *userdata) (function) of class SoMFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h:44: warning: Member setValuesPointer(const int num, uint32_t *userdata) (function) of class SoMFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h:42: warning: Member fieldSizeof(void) const (function) of class SoMFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h:42: warning: Member valuesPtr(void) (function) of class SoMFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h:42: warning: Member setValuesPtr(void *ptr) (function) of class SoMFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h:42: warning: Member allocValues(int num) (function) of class SoMFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUInt32.h:42: warning: Member values (variable) of class SoMFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h:42: warning: Member operator=(const SoMFUShort &field) (function) of class SoMFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h:42: warning: Member operator[](const int idx) const (function) of class SoMFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h:42: warning: Member find(unsigned short value, SbBool addifnotfound=FALSE) (function) of class SoMFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h:42: warning: Member setValues(const int start, const int num, const unsigned short *newvals) (function) of class SoMFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h:42: warning: Member set1Value(const int idx, unsigned short value) (function) of class SoMFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h:42: warning: Member setValue(unsigned short value) (function) of class SoMFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h:42: warning: Member operator=(unsigned short val) (function) of class SoMFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h:42: warning: Member operator==(const SoMFUShort &field) const (function) of class SoMFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h:42: warning: Member operator!=(const SoMFUShort &field) const (function) of class SoMFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h:42: warning: Member startEditing(void) (function) of class SoMFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h:42: warning: Member finishEditing(void) (function) of class SoMFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h:44: warning: Member setValuesPointer(const int num, const unsigned short *userdata) (function) of class SoMFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h:44: warning: Member setValuesPointer(const int num, unsigned short *userdata) (function) of class SoMFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h:42: warning: Member fieldSizeof(void) const (function) of class SoMFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h:42: warning: Member valuesPtr(void) (function) of class SoMFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h:42: warning: Member setValuesPtr(void *ptr) (function) of class SoMFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h:42: warning: Member allocValues(int num) (function) of class SoMFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFUShort.h:42: warning: Member values (variable) of class SoMFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:43: warning: Member operator=(const SoMFVec2b &field) (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:43: warning: Member operator[](const int idx) const (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:43: warning: Member find(SbVec2b value, SbBool addifnotfound=FALSE) (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:43: warning: Member setValues(const int start, const int num, const SbVec2b *newvals) (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:43: warning: Member set1Value(const int idx, SbVec2b value) (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:43: warning: Member setValue(SbVec2b value) (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:43: warning: Member operator=(SbVec2b val) (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:43: warning: Member operator==(const SoMFVec2b &field) const (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:43: warning: Member operator!=(const SoMFVec2b &field) const (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:43: warning: Member startEditing(void) (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:43: warning: Member finishEditing(void) (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:44: warning: Member setValuesPointer(const int num, const SbVec2b *userdata) (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:44: warning: Member setValuesPointer(const int num, SbVec2b *userdata) (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:45: warning: Member setValuesPointer(const int num, const int8_t *userdata) (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:45: warning: Member setValuesPointer(const int num, int8_t *userdata) (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:43: warning: Member valuesPtr(void) (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:43: warning: Member allocValues(int num) (function) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2b.h:43: warning: Member values (variable) of class SoMFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:43: warning: Member operator=(const SoMFVec2d &field) (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:43: warning: Member operator[](const int idx) const (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:43: warning: Member find(const SbVec2d &value, SbBool addifnotfound=FALSE) (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:43: warning: Member setValues(const int start, const int num, const SbVec2d *newvals) (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:43: warning: Member set1Value(const int idx, const SbVec2d &value) (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:43: warning: Member setValue(const SbVec2d &value) (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:43: warning: Member operator=(const SbVec2d &val) (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:43: warning: Member operator==(const SoMFVec2d &field) const (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:43: warning: Member operator!=(const SoMFVec2d &field) const (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:43: warning: Member startEditing(void) (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:43: warning: Member finishEditing(void) (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:45: warning: Member setValuesPointer(const int num, const SbVec2d *userdata) (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:45: warning: Member setValuesPointer(const int num, SbVec2d *userdata) (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:46: warning: Member setValuesPointer(const int num, const double *userdata) (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:46: warning: Member setValuesPointer(const int num, double *userdata) (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:43: warning: Member valuesPtr(void) (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:43: warning: Member allocValues(int num) (function) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2d.h:43: warning: Member values (variable) of class SoMFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:43: warning: Member operator=(const SoMFVec2f &field) (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:43: warning: Member operator[](const int idx) const (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:43: warning: Member find(const SbVec2f &value, SbBool addifnotfound=FALSE) (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:43: warning: Member setValues(const int start, const int num, const SbVec2f *newvals) (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:43: warning: Member set1Value(const int idx, const SbVec2f &value) (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:43: warning: Member setValue(const SbVec2f &value) (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:43: warning: Member operator=(const SbVec2f &val) (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:43: warning: Member operator==(const SoMFVec2f &field) const (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:43: warning: Member operator!=(const SoMFVec2f &field) const (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:43: warning: Member startEditing(void) (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:43: warning: Member finishEditing(void) (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:45: warning: Member setValuesPointer(const int num, const SbVec2f *userdata) (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:45: warning: Member setValuesPointer(const int num, SbVec2f *userdata) (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:46: warning: Member setValuesPointer(const int num, const float *userdata) (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:46: warning: Member setValuesPointer(const int num, float *userdata) (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:43: warning: Member valuesPtr(void) (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:43: warning: Member allocValues(int num) (function) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2f.h:43: warning: Member values (variable) of class SoMFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:43: warning: Member operator=(const SoMFVec2i32 &field) (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:43: warning: Member operator[](const int idx) const (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:43: warning: Member find(const SbVec2i32 &value, SbBool addifnotfound=FALSE) (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:43: warning: Member setValues(const int start, const int num, const SbVec2i32 *newvals) (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:43: warning: Member set1Value(const int idx, const SbVec2i32 &value) (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:43: warning: Member setValue(const SbVec2i32 &value) (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:43: warning: Member operator=(const SbVec2i32 &val) (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:43: warning: Member operator==(const SoMFVec2i32 &field) const (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:43: warning: Member operator!=(const SoMFVec2i32 &field) const (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:43: warning: Member startEditing(void) (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:43: warning: Member finishEditing(void) (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:45: warning: Member setValuesPointer(const int num, const SbVec2i32 *userdata) (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:45: warning: Member setValuesPointer(const int num, SbVec2i32 *userdata) (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:46: warning: Member setValuesPointer(const int num, const int32_t *userdata) (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:46: warning: Member setValuesPointer(const int num, int32_t *userdata) (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:43: warning: Member valuesPtr(void) (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:43: warning: Member allocValues(int num) (function) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2i32.h:43: warning: Member values (variable) of class SoMFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:43: warning: Member operator=(const SoMFVec2s &field) (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:43: warning: Member operator[](const int idx) const (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:43: warning: Member find(SbVec2s value, SbBool addifnotfound=FALSE) (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:43: warning: Member setValues(const int start, const int num, const SbVec2s *newvals) (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:43: warning: Member set1Value(const int idx, SbVec2s value) (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:43: warning: Member setValue(SbVec2s value) (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:43: warning: Member operator=(SbVec2s val) (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:43: warning: Member operator==(const SoMFVec2s &field) const (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:43: warning: Member operator!=(const SoMFVec2s &field) const (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:43: warning: Member startEditing(void) (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:43: warning: Member finishEditing(void) (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:44: warning: Member setValuesPointer(const int num, const SbVec2s *userdata) (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:44: warning: Member setValuesPointer(const int num, SbVec2s *userdata) (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:45: warning: Member setValuesPointer(const int num, const short *userdata) (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:45: warning: Member setValuesPointer(const int num, short *userdata) (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:43: warning: Member valuesPtr(void) (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:43: warning: Member allocValues(int num) (function) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec2s.h:43: warning: Member values (variable) of class SoMFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:43: warning: Member operator=(const SoMFVec3b &field) (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:43: warning: Member operator[](const int idx) const (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:43: warning: Member find(SbVec3b value, SbBool addifnotfound=FALSE) (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:43: warning: Member setValues(const int start, const int num, const SbVec3b *newvals) (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:43: warning: Member set1Value(const int idx, SbVec3b value) (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:43: warning: Member setValue(SbVec3b value) (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:43: warning: Member operator=(SbVec3b val) (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:43: warning: Member operator==(const SoMFVec3b &field) const (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:43: warning: Member operator!=(const SoMFVec3b &field) const (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:43: warning: Member startEditing(void) (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:43: warning: Member finishEditing(void) (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:44: warning: Member setValuesPointer(const int num, const SbVec3b *userdata) (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:44: warning: Member setValuesPointer(const int num, SbVec3b *userdata) (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:45: warning: Member setValuesPointer(const int num, const int8_t *userdata) (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:45: warning: Member setValuesPointer(const int num, int8_t *userdata) (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:43: warning: Member valuesPtr(void) (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:43: warning: Member allocValues(int num) (function) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3b.h:43: warning: Member values (variable) of class SoMFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:43: warning: Member operator=(const SoMFVec3d &field) (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:43: warning: Member operator[](const int idx) const (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:43: warning: Member find(const SbVec3d &value, SbBool addifnotfound=FALSE) (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:43: warning: Member setValues(const int start, const int num, const SbVec3d *newvals) (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:43: warning: Member set1Value(const int idx, const SbVec3d &value) (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:43: warning: Member setValue(const SbVec3d &value) (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:43: warning: Member operator=(const SbVec3d &val) (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:43: warning: Member operator==(const SoMFVec3d &field) const (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:43: warning: Member operator!=(const SoMFVec3d &field) const (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:43: warning: Member startEditing(void) (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:43: warning: Member finishEditing(void) (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:44: warning: Member setValuesPointer(const int num, const SbVec3d *userdata) (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:44: warning: Member setValuesPointer(const int num, SbVec3d *userdata) (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:45: warning: Member setValuesPointer(const int num, const double *userdata) (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:45: warning: Member setValuesPointer(const int num, double *userdata) (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:43: warning: Member valuesPtr(void) (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:43: warning: Member allocValues(int num) (function) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3d.h:43: warning: Member values (variable) of class SoMFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:43: warning: Member operator=(const SoMFVec3f &field) (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:43: warning: Member operator[](const int idx) const (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:43: warning: Member find(const SbVec3f &value, SbBool addifnotfound=FALSE) (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:43: warning: Member setValues(const int start, const int num, const SbVec3f *newvals) (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:43: warning: Member set1Value(const int idx, const SbVec3f &value) (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:43: warning: Member setValue(const SbVec3f &value) (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:43: warning: Member operator=(const SbVec3f &val) (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:43: warning: Member operator==(const SoMFVec3f &field) const (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:43: warning: Member operator!=(const SoMFVec3f &field) const (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:43: warning: Member startEditing(void) (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:43: warning: Member finishEditing(void) (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:44: warning: Member setValuesPointer(const int num, const SbVec3f *userdata) (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:44: warning: Member setValuesPointer(const int num, SbVec3f *userdata) (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:45: warning: Member setValuesPointer(const int num, const float *userdata) (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:45: warning: Member setValuesPointer(const int num, float *userdata) (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:43: warning: Member valuesPtr(void) (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:43: warning: Member allocValues(int num) (function) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3f.h:43: warning: Member values (variable) of class SoMFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:43: warning: Member operator=(const SoMFVec3i32 &field) (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:43: warning: Member operator[](const int idx) const (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:43: warning: Member find(const SbVec3i32 &value, SbBool addifnotfound=FALSE) (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:43: warning: Member setValues(const int start, const int num, const SbVec3i32 *newvals) (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:43: warning: Member set1Value(const int idx, const SbVec3i32 &value) (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:43: warning: Member setValue(const SbVec3i32 &value) (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:43: warning: Member operator=(const SbVec3i32 &val) (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:43: warning: Member operator==(const SoMFVec3i32 &field) const (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:43: warning: Member operator!=(const SoMFVec3i32 &field) const (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:43: warning: Member startEditing(void) (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:43: warning: Member finishEditing(void) (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:44: warning: Member setValuesPointer(const int num, const SbVec3i32 *userdata) (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:44: warning: Member setValuesPointer(const int num, SbVec3i32 *userdata) (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:45: warning: Member setValuesPointer(const int num, const int32_t *userdata) (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:45: warning: Member setValuesPointer(const int num, int32_t *userdata) (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:43: warning: Member valuesPtr(void) (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:43: warning: Member allocValues(int num) (function) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3i32.h:43: warning: Member values (variable) of class SoMFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:43: warning: Member operator=(const SoMFVec3s &field) (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:43: warning: Member operator[](const int idx) const (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:43: warning: Member find(const SbVec3s &value, SbBool addifnotfound=FALSE) (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:43: warning: Member setValues(const int start, const int num, const SbVec3s *newvals) (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:43: warning: Member set1Value(const int idx, const SbVec3s &value) (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:43: warning: Member setValue(const SbVec3s &value) (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:43: warning: Member operator=(const SbVec3s &val) (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:43: warning: Member operator==(const SoMFVec3s &field) const (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:43: warning: Member operator!=(const SoMFVec3s &field) const (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:43: warning: Member startEditing(void) (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:43: warning: Member finishEditing(void) (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:44: warning: Member setValuesPointer(const int num, const SbVec3s *userdata) (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:44: warning: Member setValuesPointer(const int num, SbVec3s *userdata) (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:45: warning: Member setValuesPointer(const int num, const short *userdata) (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:45: warning: Member setValuesPointer(const int num, short *userdata) (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:43: warning: Member valuesPtr(void) (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:43: warning: Member allocValues(int num) (function) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec3s.h:43: warning: Member values (variable) of class SoMFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:43: warning: Member operator=(const SoMFVec4b &field) (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:43: warning: Member operator[](const int idx) const (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:43: warning: Member find(SbVec4b value, SbBool addifnotfound=FALSE) (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:43: warning: Member setValues(const int start, const int num, const SbVec4b *newvals) (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:43: warning: Member set1Value(const int idx, SbVec4b value) (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:43: warning: Member setValue(SbVec4b value) (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:43: warning: Member operator=(SbVec4b val) (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:43: warning: Member operator==(const SoMFVec4b &field) const (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:43: warning: Member operator!=(const SoMFVec4b &field) const (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:43: warning: Member startEditing(void) (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:43: warning: Member finishEditing(void) (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:45: warning: Member setValuesPointer(const int num, const SbVec4b *userdata) (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:45: warning: Member setValuesPointer(const int num, SbVec4b *userdata) (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:46: warning: Member setValuesPointer(const int num, const int8_t *userdata) (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:46: warning: Member setValuesPointer(const int num, int8_t *userdata) (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:43: warning: Member valuesPtr(void) (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:43: warning: Member allocValues(int num) (function) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4b.h:43: warning: Member values (variable) of class SoMFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:43: warning: Member operator=(const SoMFVec4d &field) (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:43: warning: Member operator[](const int idx) const (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:43: warning: Member find(const SbVec4d &value, SbBool addifnotfound=FALSE) (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:43: warning: Member setValues(const int start, const int num, const SbVec4d *newvals) (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:43: warning: Member set1Value(const int idx, const SbVec4d &value) (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:43: warning: Member setValue(const SbVec4d &value) (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:43: warning: Member operator=(const SbVec4d &val) (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:43: warning: Member operator==(const SoMFVec4d &field) const (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:43: warning: Member operator!=(const SoMFVec4d &field) const (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:43: warning: Member startEditing(void) (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:43: warning: Member finishEditing(void) (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:45: warning: Member setValuesPointer(const int num, const SbVec4d *userdata) (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:45: warning: Member setValuesPointer(const int num, SbVec4d *userdata) (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:46: warning: Member setValuesPointer(const int num, const double *userdata) (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:46: warning: Member setValuesPointer(const int num, double *userdata) (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:43: warning: Member valuesPtr(void) (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:43: warning: Member allocValues(int num) (function) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4d.h:43: warning: Member values (variable) of class SoMFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:43: warning: Member operator=(const SoMFVec4f &field) (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:43: warning: Member operator[](const int idx) const (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:43: warning: Member find(const SbVec4f &value, SbBool addifnotfound=FALSE) (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:43: warning: Member setValues(const int start, const int num, const SbVec4f *newvals) (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:43: warning: Member set1Value(const int idx, const SbVec4f &value) (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:43: warning: Member setValue(const SbVec4f &value) (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:43: warning: Member operator=(const SbVec4f &val) (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:43: warning: Member operator==(const SoMFVec4f &field) const (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:43: warning: Member operator!=(const SoMFVec4f &field) const (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:43: warning: Member startEditing(void) (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:43: warning: Member finishEditing(void) (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:45: warning: Member setValuesPointer(const int num, const SbVec4f *userdata) (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:45: warning: Member setValuesPointer(const int num, SbVec4f *userdata) (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:46: warning: Member setValuesPointer(const int num, const float *userdata) (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:46: warning: Member setValuesPointer(const int num, float *userdata) (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:43: warning: Member valuesPtr(void) (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:43: warning: Member allocValues(int num) (function) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4f.h:43: warning: Member values (variable) of class SoMFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:43: warning: Member operator=(const SoMFVec4i32 &field) (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:43: warning: Member operator[](const int idx) const (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:43: warning: Member find(const SbVec4i32 &value, SbBool addifnotfound=FALSE) (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:43: warning: Member setValues(const int start, const int num, const SbVec4i32 *newvals) (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:43: warning: Member set1Value(const int idx, const SbVec4i32 &value) (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:43: warning: Member setValue(const SbVec4i32 &value) (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:43: warning: Member operator=(const SbVec4i32 &val) (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:43: warning: Member operator==(const SoMFVec4i32 &field) const (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:43: warning: Member operator!=(const SoMFVec4i32 &field) const (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:43: warning: Member startEditing(void) (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:43: warning: Member finishEditing(void) (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:45: warning: Member setValuesPointer(const int num, const SbVec4i32 *userdata) (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:45: warning: Member setValuesPointer(const int num, SbVec4i32 *userdata) (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:46: warning: Member setValuesPointer(const int num, const int32_t *userdata) (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:46: warning: Member setValuesPointer(const int num, int32_t *userdata) (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:43: warning: Member valuesPtr(void) (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:43: warning: Member allocValues(int num) (function) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4i32.h:43: warning: Member values (variable) of class SoMFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:43: warning: Member operator=(const SoMFVec4s &field) (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:43: warning: Member operator[](const int idx) const (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:43: warning: Member find(const SbVec4s &value, SbBool addifnotfound=FALSE) (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:43: warning: Member setValues(const int start, const int num, const SbVec4s *newvals) (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:43: warning: Member set1Value(const int idx, const SbVec4s &value) (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:43: warning: Member setValue(const SbVec4s &value) (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:43: warning: Member operator=(const SbVec4s &val) (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:43: warning: Member operator==(const SoMFVec4s &field) const (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:43: warning: Member operator!=(const SoMFVec4s &field) const (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:43: warning: Member startEditing(void) (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:43: warning: Member finishEditing(void) (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:45: warning: Member setValuesPointer(const int num, const SbVec4s *userdata) (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:45: warning: Member setValuesPointer(const int num, SbVec4s *userdata) (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:46: warning: Member setValuesPointer(const int num, const short *userdata) (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:46: warning: Member setValuesPointer(const int num, short *userdata) (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:43: warning: Member valuesPtr(void) (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:43: warning: Member allocValues(int num) (function) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4s.h:43: warning: Member values (variable) of class SoMFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:43: warning: Member operator=(const SoMFVec4ub &field) (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:43: warning: Member operator[](const int idx) const (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:43: warning: Member find(SbVec4ub value, SbBool addifnotfound=FALSE) (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:43: warning: Member setValues(const int start, const int num, const SbVec4ub *newvals) (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:43: warning: Member set1Value(const int idx, SbVec4ub value) (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:43: warning: Member setValue(SbVec4ub value) (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:43: warning: Member operator=(SbVec4ub val) (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:43: warning: Member operator==(const SoMFVec4ub &field) const (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:43: warning: Member operator!=(const SoMFVec4ub &field) const (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:43: warning: Member startEditing(void) (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:43: warning: Member finishEditing(void) (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:45: warning: Member setValuesPointer(const int num, const SbVec4ub *userdata) (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:45: warning: Member setValuesPointer(const int num, SbVec4ub *userdata) (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:46: warning: Member setValuesPointer(const int num, const uint8_t *userdata) (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:46: warning: Member setValuesPointer(const int num, uint8_t *userdata) (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:43: warning: Member valuesPtr(void) (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:43: warning: Member allocValues(int num) (function) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ub.h:43: warning: Member values (variable) of class SoMFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:43: warning: Member operator=(const SoMFVec4ui32 &field) (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:43: warning: Member operator[](const int idx) const (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:43: warning: Member find(const SbVec4ui32 &value, SbBool addifnotfound=FALSE) (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:43: warning: Member setValues(const int start, const int num, const SbVec4ui32 *newvals) (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:43: warning: Member set1Value(const int idx, const SbVec4ui32 &value) (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:43: warning: Member setValue(const SbVec4ui32 &value) (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:43: warning: Member operator=(const SbVec4ui32 &val) (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:43: warning: Member operator==(const SoMFVec4ui32 &field) const (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:43: warning: Member operator!=(const SoMFVec4ui32 &field) const (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:43: warning: Member startEditing(void) (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:43: warning: Member finishEditing(void) (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:45: warning: Member setValuesPointer(const int num, const SbVec4ui32 *userdata) (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:45: warning: Member setValuesPointer(const int num, SbVec4ui32 *userdata) (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:46: warning: Member setValuesPointer(const int num, const uint32_t *userdata) (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:46: warning: Member setValuesPointer(const int num, uint32_t *userdata) (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:43: warning: Member valuesPtr(void) (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:43: warning: Member allocValues(int num) (function) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4ui32.h:43: warning: Member values (variable) of class SoMFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:43: warning: Member operator=(const SoMFVec4us &field) (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:43: warning: Member operator[](const int idx) const (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:43: warning: Member find(const SbVec4us &value, SbBool addifnotfound=FALSE) (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:43: warning: Member setValues(const int start, const int num, const SbVec4us *newvals) (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:43: warning: Member set1Value(const int idx, const SbVec4us &value) (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:43: warning: Member setValue(const SbVec4us &value) (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:43: warning: Member operator=(const SbVec4us &val) (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:43: warning: Member operator==(const SoMFVec4us &field) const (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:43: warning: Member operator!=(const SoMFVec4us &field) const (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:43: warning: Member startEditing(void) (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:43: warning: Member finishEditing(void) (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:45: warning: Member setValuesPointer(const int num, const SbVec4us *userdata) (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:45: warning: Member setValuesPointer(const int num, SbVec4us *userdata) (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:46: warning: Member setValuesPointer(const int num, const unsigned short *userdata) (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:46: warning: Member setValuesPointer(const int num, unsigned short *userdata) (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:48: warning: Member atexit_cleanup(void) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:43: warning: Member fieldSizeof(void) const (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:43: warning: Member valuesPtr(void) (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:43: warning: Member setValuesPtr(void *ptr) (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:43: warning: Member allocValues(int num) (function) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:77: warning: Member setChangedIndex(const int chgidx) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMField.h:78: warning: Member setChangedIndices(const int chgidx=-1, const int numchgind=0) (function) of class SoMField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoMFVec4us.h:43: warning: Member values (variable) of class SoMFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:59: warning: Member CoordType (enumeration) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:127: warning: Member get(const SbVec3f &point, const SbVec3f &normal) const (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:151: warning: Member get2(const int index) const (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:154: warning: Member get3(const int index) const (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:157: warning: Member get4(const int index) const (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:132: warning: Member setFunction(SoState *const state, SoNode *const node, SoTextureCoordinateFunctionCB *const func, void *const userdata) (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:139: warning: Member set2(SoState *const state, SoNode *const node, const int32_t numCoords, const SbVec2f *const coords) (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:143: warning: Member set3(SoState *const state, SoNode *const node, const int32_t numCoords, const SbVec3f *const coords) (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:147: warning: Member set4(SoState *const state, SoNode *const node, const int32_t numCoords, const SbVec4f *const coords) (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:163: warning: Member getMaxUnits() const (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:165: warning: Member getUnitData(const int unit) const (function) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:166: warning: Member convert2 (variable) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:167: warning: Member convert3 (variable) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureCoordinateElement.h:168: warning: Member convert4 (variable) of class SoMultiTextureCoordinateElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureEnabledElement.h:51: warning: Member Mode (enumeration) of class SoMultiTextureEnabledElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureEnabledElement.h:97: warning: Member getMode(const int unit) const (function) of class SoMultiTextureEnabledElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:55: warning: Member Model (enumeration) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:65: warning: Member Wrap (enumeration) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:176: warning: Member set(SoState *const state, SoNode *const node, const SbVec2s &size, const int numComponents, const unsigned char *bytes, const int wrapS, const int wrapT, const int model, const SbColor &blendColor) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:184: warning: Member set(SoState *const state, SoNode *const node, const SbVec2s &size, const int numComponents, const unsigned char *bytes, const Wrap wrapS, const Wrap wrapT, const Model model, const SbColor &blendColor) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:193: warning: Member set(SoState *const state, SoNode *const node, const SbVec3s &size, const int numComponents, const unsigned char *bytes, const int wrapS, const int wrapT, const int wrapR, const int model, const SbColor &blendColor) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:202: warning: Member set(SoState *const state, SoNode *const node, const SbVec3s &size, const int numComponents, const unsigned char *bytes, const Wrap wrapS, const Wrap wrapT, const Wrap wrapR, const Model model, const SbColor &blendColor) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:211: warning: Member get(SoState *const state, SbVec2s &size, int &numComponents, Wrap &wrapS, Wrap &wrapT, Model &model, SbColor &blendColor) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:220: warning: Member get(SoState *const state, SbVec3s &size, int &numComponents, Wrap &wrapS, Wrap &wrapT, Wrap &wrapR, Model &model, SbColor &blendColor) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:231: warning: Member get(SoState *const state, SbVec2s &size, int &numComponents, int &wrapS, int &wrapT, int &model, SbColor &blendColor) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:246: warning: Member get(SoState *const state, SbVec3s &size, int &numComponents, int &wrapS, int &wrapT, int &wrapR, int &model, SbColor &blendColor) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:263: warning: Member getImage(SoState *const state, SbVec2s &size, int &numComponents) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:268: warning: Member getImage(SoState *const state, SbVec3s &size, int &numComponents) (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureImageElement.h:169: warning: Member getUnitData(const int unit) const (function) of class SoMultiTextureImageElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:53: warning: Member set(SoState *const state, SoNode *const node, const int unit, const SbMatrix &matrix) (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:81: warning: Member makeIdentity(SoState *const state, SoNode *const node, const int unit=0) (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:84: warning: Member set(SoState *const state, SoNode *const node, const SbMatrix &matrix) (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:88: warning: Member mult(SoState *const state, SoNode *const node, const SbMatrix &matrix) (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:92: warning: Member translateBy(SoState *const state, SoNode *const node, const SbVec3f &translation) (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:98: warning: Member rotateBy(SoState *const state, SoNode *const node, const SbRotation &rotation) (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:104: warning: Member scaleBy(SoState *const state, SoNode *const node, const SbVec3f &scaleFactor) (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:69: warning: Member getNumUnits() const (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:70: warning: Member getUnitData(const int unit) (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoMultiTextureMatrixElement.h:71: warning: Member getUnitData(const int unit) const (function) of class SoMultiTextureMatrixElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:72: warning: Member visualize(SoNode *) (function) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:78: warning: Member isAlternating() const (function) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:82: warning: Member traverse(SoProfilerStats *stats) (function) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:73: warning: Member visualizeTree(SoNode *node, int depth=-1) (function) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:89: warning: Member setupChildCatalog(SoNode *node, int depth) (function) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:91: warning: Member recalculate() (function) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:96: warning: Member getChildGeometry() (function) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:55: warning: Member topSeparator (variable) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:56: warning: Member childrenVisible (variable) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:57: warning: Member color (variable) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:58: warning: Member texture (variable) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:59: warning: Member textureTransform (variable) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:60: warning: Member shape (variable) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:61: warning: Member rotSwitch (variable) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:62: warning: Member rotation (variable) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:63: warning: Member childGeometry (variable) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:64: warning: Member translation (variable) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:65: warning: Member lines (variable) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h:66: warning: Member lineSep (variable) of class SoNodeVisualize is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/bundles/SoNormalBundle.h:64: warning: Member generator (variable) of class SoNormalBundle is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoNormalElement.h:61: warning: Member areNormalsUnitLength(void) const (function) of class SoNormalElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoNormalElement.h:66: warning: Member unitLength (variable) of class SoNormalElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoNotRec.h:69: warning: Member getOperationType(void) const (function) of class SoNotRec is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoNotRec.h:70: warning: Member getIndex(void) const (function) of class SoNotRec is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoNotRec.h:71: warning: Member getFieldNumIndices(void) const (function) of class SoNotRec is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoNotRec.h:72: warning: Member getGroupChild(void) const (function) of class SoNotRec is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoNotRec.h:73: warning: Member getGroupPrevChild(void) const (function) of class SoNotRec is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoNotRec.h:74: warning: Member setOperationType(const SoNotRec::OperationType opType) (function) of class SoNotRec is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoNotRec.h:75: warning: Member setIndex(const int idx) (function) of class SoNotRec is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoNotRec.h:76: warning: Member setFieldNumIndices(const int fldnumind) (function) of class SoNotRec is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoNotRec.h:77: warning: Member setGroupChild(const SoBase *const gc) (function) of class SoNotRec is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoNotRec.h:78: warning: Member setGroupPrevChild(const SoBase *const pc) (function) of class SoNotRec is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoOverrideElement.h:85: warning: Member getFlags(SoState *const state) (function) of class SoOverrideElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoPackedColorV20.h:56: warning: Member createUpgrade(void) const (function) of class SoPackedColorV20 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoPackedColorV20.h:51: warning: Member initClass(void) (function) of class SoPackedColorV20 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoPointLightDragger.h:48: warning: Member material (variable) of class SoPointLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoPointLightDragger.h:49: warning: Member translator (variable) of class SoPointLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoPointLightDragger.h:65: warning: Member fieldSensor (variable) of class SoPointLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:54: warning: Member Arrays (enumeration) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:64: warning: Member renderTriangles(SoState *state, const int arrays=ALL) const (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:65: warning: Member renderLines(SoState *state, const int arrays=ALL) const (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:66: warning: Member renderPoints(SoState *state, const int array=ALL) const (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:68: warning: Member addTriangle(const SoPrimitiveVertex *v0, const SoPrimitiveVertex *v1, const SoPrimitiveVertex *v2, const int *pointdetailidx=NULL) (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:72: warning: Member addLine(const SoPrimitiveVertex *v0, const SoPrimitiveVertex *v1) (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:74: warning: Member addPoint(const SoPrimitiveVertex *v) (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:76: warning: Member getNumVertices(void) const (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:77: warning: Member getVertexArray(void) const (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:78: warning: Member getNormalArray(void) const (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:79: warning: Member getTexCoordArray(void) const (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:80: warning: Member getBumpCoordArray(void) const (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:81: warning: Member getColorArray(void) const (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:83: warning: Member getNumTriangleIndices(void) const (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:84: warning: Member getTriangleIndices(void) const (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:85: warning: Member getTriangleIndex(const int idx) const (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:87: warning: Member colorPerVertex(void) const (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:88: warning: Member getMultiTextureCoordinateArray(const int unit) const (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:90: warning: Member getNumLineIndices(void) const (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:91: warning: Member getLineIndices(void) const (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:93: warning: Member getNumPointIndices(void) const (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:94: warning: Member getPointIndices(void) const (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:96: warning: Member fit(void) (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/caches/SoPrimitiveVertexCache.h:97: warning: Member depthSortTriangles(SoState *state) (function) of class SoPrimitiveVertexCache is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoProfileElement.h:46: warning: Member initClass(void) (function) of class SoProfileElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/elements/SoProfilerElement.h:55: warning: Member getProfilingData(void) (function) of class SoProfilerElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/elements/SoProfilerElement.h:56: warning: Member getProfilingData(void) const (function) of class SoProfilerElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/elements/SoProfilerElement.h:61: warning: Member data (variable) of class SoProfilerElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h:20: warning: Member initClass(void) (function) of class SoProfilerOverlayKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h:23: warning: Member viewportSize (variable) of class SoProfilerOverlayKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h:11: warning: Member topSeparator (variable) of class SoProfilerOverlayKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h:12: warning: Member profilingStats (variable) of class SoProfilerOverlayKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h:13: warning: Member viewportInfo (variable) of class SoProfilerOverlayKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h:14: warning: Member overlayCamera (variable) of class SoProfilerOverlayKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h:15: warning: Member depthTestOff (variable) of class SoProfilerOverlayKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h:16: warning: Member overlaySep (variable) of class SoProfilerOverlayKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h:17: warning: Member depthTestOn (variable) of class SoProfilerOverlayKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodes/SoProfilerStats.h:93: warning: Member getProfilingData(SoType actiontype) const (function) of class SoProfilerStats is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodes/SoProfilerStats.h:59: warning: Member renderingTimeMaxPerNodeType (variable) of class SoProfilerStats is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodes/SoProfilerStats.h:60: warning: Member renderedNodeTypeCount (variable) of class SoProfilerStats is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodes/SoProfilerStats.h:62: warning: Member profiledAction (variable) of class SoProfilerStats is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodes/SoProfilerStats.h:63: warning: Member profiledActionTime (variable) of class SoProfilerStats is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodes/SoProfilerStats.h:64: warning: Member separatorsCullRoots (variable) of class SoProfilerStats is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/nodes/SoProfilerStats.h:66: warning: Member profilingUpdate (variable) of class SoProfilerStats is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/utils/SoProfilingReportGenerator.h:47: warning: Member Column (enumeration) of class SoProfilingReportGenerator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/utils/SoProfilingReportGenerator.h:66: warning: Member SortOrder (enumeration) of class SoProfilingReportGenerator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/utils/SoProfilingReportGenerator.h:83: warning: Member DataCategorization (enumeration) of class SoProfilingReportGenerator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/utils/SoProfilingReportGenerator.h:89: warning: Member CallbackResponse (enumeration) of class SoProfilingReportGenerator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/utils/SoProfilingReportGenerator.h:102: warning: Member ReportCB(void *userdata, int entrynum, const char *text) (typedef) of class SoProfilingReportGenerator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/utils/SoProfilingReportGenerator.h:99: warning: Member freeCriteria(SbProfilingReportSortCriteria *criteria) (function) of class SoProfilingReportGenerator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/Profiler/utils/SoProfilingReportGenerator.h:100: warning: Member freeCriteria(SbProfilingReportPrintCriteria *criteria) (function) of class SoProfilingReportGenerator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoProto.h:54: warning: Member setFetchExternProtoCallback(SoFetchExternProtoCB *cb, void *closure) (function) of class SoProto is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoProto.h:58: warning: Member getClassTypeId(void) (function) of class SoProto is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoProto.h:61: warning: Member initClass(void) (function) of class SoProto is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoProtoInstance.h:59: warning: Member initClass(void) (function) of class SoProtoInstance is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h:53: warning: Member getSimplifiedSceneGraph(void) const (function) of class SoReorganizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h:54: warning: Member generateNormals(SbBool onoff) (function) of class SoReorganizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h:55: warning: Member areNormalGenerated(void) const (function) of class SoReorganizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h:56: warning: Member generateTriangleStrips(SbBool onoff) (function) of class SoReorganizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h:57: warning: Member areTriangleStripGenerated(void) const (function) of class SoReorganizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h:58: warning: Member generateTexCoords(SbBool onoff) (function) of class SoReorganizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h:59: warning: Member areTexCoordsGenerated(void) const (function) of class SoReorganizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h:60: warning: Member generateVPNodes(SbBool onoff) (function) of class SoReorganizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h:61: warning: Member areVPNodesGenerated(void) (function) of class SoReorganizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h:62: warning: Member matchIndexArrays(SbBool onoff) (function) of class SoReorganizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h:63: warning: Member areIndexArraysMatched(void) const (function) of class SoReorganizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h:64: warning: Member getSimplifier(void) const (function) of class SoReorganizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h:70: warning: Member startReport(const char *msg) (function) of class SoReorganizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoReorganizeAction.h:71: warning: Member finishReport(void) (function) of class SoReorganizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateCylindricalDragger.h:49: warning: Member feedback (variable) of class SoRotateCylindricalDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateCylindricalDragger.h:50: warning: Member feedbackActive (variable) of class SoRotateCylindricalDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateCylindricalDragger.h:51: warning: Member feedbackSwitch (variable) of class SoRotateCylindricalDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateCylindricalDragger.h:52: warning: Member rotator (variable) of class SoRotateCylindricalDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateCylindricalDragger.h:53: warning: Member rotatorActive (variable) of class SoRotateCylindricalDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateCylindricalDragger.h:54: warning: Member rotatorSwitch (variable) of class SoRotateCylindricalDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateDiscDragger.h:49: warning: Member feedback (variable) of class SoRotateDiscDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateDiscDragger.h:50: warning: Member feedbackActive (variable) of class SoRotateDiscDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateDiscDragger.h:51: warning: Member feedbackSwitch (variable) of class SoRotateDiscDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateDiscDragger.h:52: warning: Member rotator (variable) of class SoRotateDiscDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateDiscDragger.h:53: warning: Member rotatorActive (variable) of class SoRotateDiscDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateDiscDragger.h:54: warning: Member rotatorSwitch (variable) of class SoRotateDiscDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateSphericalDragger.h:51: warning: Member feedback (variable) of class SoRotateSphericalDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateSphericalDragger.h:52: warning: Member feedbackActive (variable) of class SoRotateSphericalDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateSphericalDragger.h:53: warning: Member feedbackSwitch (variable) of class SoRotateSphericalDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateSphericalDragger.h:54: warning: Member rotator (variable) of class SoRotateSphericalDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateSphericalDragger.h:55: warning: Member rotatorActive (variable) of class SoRotateSphericalDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoRotateSphericalDragger.h:56: warning: Member rotatorSwitch (variable) of class SoRotateSphericalDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale1Dragger.h:49: warning: Member feedback (variable) of class SoScale1Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale1Dragger.h:50: warning: Member feedbackActive (variable) of class SoScale1Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale1Dragger.h:51: warning: Member feedbackSwitch (variable) of class SoScale1Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale1Dragger.h:52: warning: Member scaler (variable) of class SoScale1Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale1Dragger.h:53: warning: Member scalerActive (variable) of class SoScale1Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale1Dragger.h:54: warning: Member scalerSwitch (variable) of class SoScale1Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2Dragger.h:49: warning: Member feedback (variable) of class SoScale2Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2Dragger.h:50: warning: Member feedbackActive (variable) of class SoScale2Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2Dragger.h:51: warning: Member feedbackSwitch (variable) of class SoScale2Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2Dragger.h:52: warning: Member scaler (variable) of class SoScale2Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2Dragger.h:53: warning: Member scalerActive (variable) of class SoScale2Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2Dragger.h:54: warning: Member scalerSwitch (variable) of class SoScale2Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/draggers/SoScale2Dragger.cpp:48: warning: image file scale2.png is not found in IMAGE_PATH: assuming external image.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2UniformDragger.h:50: warning: Member feedback (variable) of class SoScale2UniformDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2UniformDragger.h:51: warning: Member feedbackActive (variable) of class SoScale2UniformDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2UniformDragger.h:52: warning: Member feedbackSwitch (variable) of class SoScale2UniformDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2UniformDragger.h:53: warning: Member scaler (variable) of class SoScale2UniformDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2UniformDragger.h:54: warning: Member scalerActive (variable) of class SoScale2UniformDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScale2UniformDragger.h:55: warning: Member scalerSwitch (variable) of class SoScale2UniformDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScaleUniformDragger.h:49: warning: Member feedback (variable) of class SoScaleUniformDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScaleUniformDragger.h:50: warning: Member feedbackActive (variable) of class SoScaleUniformDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScaleUniformDragger.h:51: warning: Member feedbackSwitch (variable) of class SoScaleUniformDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScaleUniformDragger.h:52: warning: Member scaler (variable) of class SoScaleUniformDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScaleUniformDragger.h:53: warning: Member scalerActive (variable) of class SoScaleUniformDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoScaleUniformDragger.h:54: warning: Member scalerSwitch (variable) of class SoScaleUniformDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSceneKit.h:50: warning: Member initClass(void) (function) of class SoSceneKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSceneKit.h:44: warning: Member cameraList (variable) of class SoSceneKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSceneKit.h:45: warning: Member childList (variable) of class SoSceneKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSceneKit.h:46: warning: Member lightList (variable) of class SoSceneKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSceneKit.h:47: warning: Member topSeparator (variable) of class SoSceneKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTexture2.h:75: warning: Member Type (enumeration) of class SoSceneTexture2 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h:56: warning: Member Model (enumeration) of class SoSceneTextureCubeMap is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h:63: warning: Member Wrap (enumeration) of class SoSceneTextureCubeMap is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h:68: warning: Member TransparencyFunction (enumeration) of class SoSceneTextureCubeMap is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h:74: warning: Member size (variable) of class SoSceneTextureCubeMap is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h:75: warning: Member scene (variable) of class SoSceneTextureCubeMap is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h:77: warning: Member wrapS (variable) of class SoSceneTextureCubeMap is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h:78: warning: Member wrapT (variable) of class SoSceneTextureCubeMap is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h:79: warning: Member wrapR (variable) of class SoSceneTextureCubeMap is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h:80: warning: Member model (variable) of class SoSceneTextureCubeMap is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h:81: warning: Member backgroundColor (variable) of class SoSceneTextureCubeMap is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h:83: warning: Member transparencyFunction (variable) of class SoSceneTextureCubeMap is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoSceneTextureCubeMap.h:84: warning: Member blendColor (variable) of class SoSceneTextureCubeMap is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:55: warning: Member setEventTargetType(const char *targettype) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:56: warning: Member getEventTargetType(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:58: warning: Member setEventTargetName(const char *targetname) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:59: warning: Member getEventTargetName(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:67: warning: Member processEventQueue(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:70: warning: Member sendExternalEvent(const ScXMLSendElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:71: warning: Member sendInternalEvent(const ScXMLEventElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:73: warning: Member queueInternalEvent(const ScXMLEvent *event) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:74: warning: Member queueInternalEvent(const SbName &eventid) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLDollyTarget.h:47: warning: Member getClassTypeId(void) (function) of class SoScXMLDollyTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLDollyTarget.h:47: warning: Member createInstance(void) (function) of class SoScXMLDollyTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLDollyTarget.h:50: warning: Member initClass(void) (function) of class SoScXMLDollyTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLDollyTarget.h:51: warning: Member cleanClass(void) (function) of class SoScXMLDollyTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLDollyTarget.h:53: warning: Member constructSingleton(void) (function) of class SoScXMLDollyTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLDollyTarget.h:54: warning: Member destructSingleton(void) (function) of class SoScXMLDollyTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLDollyTarget.h:55: warning: Member singleton(void) (function) of class SoScXMLDollyTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLDollyTarget.h:65: warning: Member dolly(SoCamera *camera, float diff) (function) of class SoScXMLDollyTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:52: warning: Member getClassTypeId(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:55: warning: Member initClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:56: warning: Member cleanClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:48: warning: Member initClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:49: warning: Member cleanClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:84: warning: Member getNextEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:85: warning: Member getNextInternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:86: warning: Member getNextExternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:67: warning: Member NewDataFunc(void) (typedef) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:90: warning: Member registerEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:91: warning: Member unregisterEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:93: warning: Member getEventTarget(const char *targettype, const char *targetname, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:77: warning: Member targetname (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:78: warning: Member targettype (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:80: warning: Member currentevent (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:81: warning: Member isprocessingqueue (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLEvent.h:56: warning: Member copyContents(const ScXMLEvent *rhs) (function) of class SoScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:52: warning: Member getEventName(void) const (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:54: warning: Member clone(void) const (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:57: warning: Member setAssociation(const char *key, const char *value) (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:58: warning: Member getAssociation(const char *key) const (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:60: warning: Member getNumAssociations(void) const (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:61: warning: Member getAssociationKeys(SbList< const char * > &keys) const (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLEvent.h:42: warning: Member getClassTypeId(void) (function) of class SoScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLEvent.h:42: warning: Member createInstance(void) (function) of class SoScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLEvent.h:45: warning: Member initClass(void) (function) of class SoScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLEvent.h:46: warning: Member cleanClass(void) (function) of class SoScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:42: warning: Member getClassTypeId(void) (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:42: warning: Member createInstance(void) (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:45: warning: Member initClass(void) (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:46: warning: Member cleanClass(void) (function) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEvent.h:64: warning: Member name (variable) of class ScXMLEvent is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:55: warning: Member setEventTargetType(const char *targettype) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:56: warning: Member getEventTargetType(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:58: warning: Member setEventTargetName(const char *targetname) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:59: warning: Member getEventTargetName(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:67: warning: Member processEventQueue(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:70: warning: Member sendExternalEvent(const ScXMLSendElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:71: warning: Member sendInternalEvent(const ScXMLEventElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:73: warning: Member queueInternalEvent(const ScXMLEvent *event) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:74: warning: Member queueInternalEvent(const SbName &eventid) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h:43: warning: Member getClassTypeId(void) (function) of class SoScXMLFlightControlTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h:43: warning: Member createInstance(void) (function) of class SoScXMLFlightControlTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h:46: warning: Member initClass(void) (function) of class SoScXMLFlightControlTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h:47: warning: Member cleanClass(void) (function) of class SoScXMLFlightControlTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h:49: warning: Member constructSingleton(void) (function) of class SoScXMLFlightControlTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h:50: warning: Member destructSingleton(void) (function) of class SoScXMLFlightControlTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h:51: warning: Member singleton(void) (function) of class SoScXMLFlightControlTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h:53: warning: Member PITCH(void) (function) of class SoScXMLFlightControlTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h:54: warning: Member YAW(void) (function) of class SoScXMLFlightControlTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h:55: warning: Member ROLL(void) (function) of class SoScXMLFlightControlTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h:56: warning: Member RESET_ROLL(void) (function) of class SoScXMLFlightControlTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h:58: warning: Member pitch(SoCamera *camera, float radians) (function) of class SoScXMLFlightControlTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h:59: warning: Member yaw(SoCamera *camera, float radians) (function) of class SoScXMLFlightControlTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h:60: warning: Member roll(SoCamera *camera, float radians) (function) of class SoScXMLFlightControlTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLFlightControlTarget.h:62: warning: Member resetRoll(SoCamera *camera, const SbVec3f &upvector) (function) of class SoScXMLFlightControlTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:52: warning: Member getClassTypeId(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:55: warning: Member initClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:56: warning: Member cleanClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:48: warning: Member initClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:49: warning: Member cleanClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:84: warning: Member getNextEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:85: warning: Member getNextInternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:86: warning: Member getNextExternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:67: warning: Member NewDataFunc(void) (typedef) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:90: warning: Member registerEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:91: warning: Member unregisterEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:93: warning: Member getEventTarget(const char *targettype, const char *targetname, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:77: warning: Member targetname (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:78: warning: Member targettype (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:80: warning: Member currentevent (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:81: warning: Member isprocessingqueue (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:55: warning: Member setEventTargetType(const char *targettype) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:56: warning: Member getEventTargetType(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:58: warning: Member setEventTargetName(const char *targetname) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:59: warning: Member getEventTargetName(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:67: warning: Member processEventQueue(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:70: warning: Member sendExternalEvent(const ScXMLSendElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:71: warning: Member sendInternalEvent(const ScXMLEventElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:73: warning: Member queueInternalEvent(const ScXMLEvent *event) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:74: warning: Member queueInternalEvent(const SbName &eventid) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMiscTarget.h:42: warning: Member getClassTypeId(void) (function) of class SoScXMLMiscTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMiscTarget.h:42: warning: Member createInstance(void) (function) of class SoScXMLMiscTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMiscTarget.h:45: warning: Member initClass(void) (function) of class SoScXMLMiscTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMiscTarget.h:46: warning: Member cleanClass(void) (function) of class SoScXMLMiscTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMiscTarget.h:48: warning: Member constructSingleton(void) (function) of class SoScXMLMiscTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMiscTarget.h:49: warning: Member destructSingleton(void) (function) of class SoScXMLMiscTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMiscTarget.h:50: warning: Member singleton(void) (function) of class SoScXMLMiscTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMiscTarget.h:52: warning: Member VIEW_ALL(void) (function) of class SoScXMLMiscTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMiscTarget.h:53: warning: Member REDRAW(void) (function) of class SoScXMLMiscTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMiscTarget.h:54: warning: Member POINT_AT(void) (function) of class SoScXMLMiscTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMiscTarget.h:55: warning: Member SET_FOCAL_DISTANCE(void) (function) of class SoScXMLMiscTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMiscTarget.h:56: warning: Member SET_CAMERA_POSITION(void) (function) of class SoScXMLMiscTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:52: warning: Member getClassTypeId(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:55: warning: Member initClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:56: warning: Member cleanClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:48: warning: Member initClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:49: warning: Member cleanClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:84: warning: Member getNextEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:85: warning: Member getNextInternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:86: warning: Member getNextExternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:67: warning: Member NewDataFunc(void) (typedef) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:90: warning: Member registerEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:91: warning: Member unregisterEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:93: warning: Member getEventTarget(const char *targettype, const char *targetname, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:77: warning: Member targetname (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:78: warning: Member targettype (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:80: warning: Member currentevent (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:81: warning: Member isprocessingqueue (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:55: warning: Member setEventTargetType(const char *targettype) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:56: warning: Member getEventTargetType(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:58: warning: Member setEventTargetName(const char *targetname) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:59: warning: Member getEventTargetName(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:67: warning: Member processEventQueue(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:70: warning: Member sendExternalEvent(const ScXMLSendElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:71: warning: Member sendInternalEvent(const ScXMLEventElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:73: warning: Member queueInternalEvent(const ScXMLEvent *event) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:74: warning: Member queueInternalEvent(const SbName &eventid) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMotionTarget.h:40: warning: Member getClassTypeId(void) (function) of class SoScXMLMotionTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMotionTarget.h:40: warning: Member createInstance(void) (function) of class SoScXMLMotionTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMotionTarget.h:43: warning: Member initClass(void) (function) of class SoScXMLMotionTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMotionTarget.h:44: warning: Member cleanClass(void) (function) of class SoScXMLMotionTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMotionTarget.h:46: warning: Member constructSingleton(void) (function) of class SoScXMLMotionTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMotionTarget.h:47: warning: Member destructSingleton(void) (function) of class SoScXMLMotionTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLMotionTarget.h:48: warning: Member singleton(void) (function) of class SoScXMLMotionTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:52: warning: Member getClassTypeId(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:55: warning: Member initClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:56: warning: Member cleanClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:48: warning: Member initClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:49: warning: Member cleanClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:84: warning: Member getNextEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:85: warning: Member getNextInternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:86: warning: Member getNextExternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:67: warning: Member NewDataFunc(void) (typedef) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:90: warning: Member registerEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:91: warning: Member unregisterEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:93: warning: Member getEventTarget(const char *targettype, const char *targetname, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:77: warning: Member targetname (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:78: warning: Member targettype (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:80: warning: Member currentevent (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:81: warning: Member isprocessingqueue (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigation.h:42: warning: Member initClasses(void) (function) of class SoScXMLNavigation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigation.h:43: warning: Member cleanClasses(void) (function) of class SoScXMLNavigation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigation.h:45: warning: Member syncLock(void) (function) of class SoScXMLNavigation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigation.h:46: warning: Member syncUnlock(void) (function) of class SoScXMLNavigation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:55: warning: Member setEventTargetType(const char *targettype) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:56: warning: Member getEventTargetType(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:58: warning: Member setEventTargetName(const char *targetname) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:59: warning: Member getEventTargetName(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:67: warning: Member processEventQueue(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:70: warning: Member sendExternalEvent(const ScXMLSendElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:71: warning: Member sendInternalEvent(const ScXMLEventElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:73: warning: Member queueInternalEvent(const ScXMLEvent *event) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:74: warning: Member queueInternalEvent(const SbName &eventid) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:52: warning: Member getClassTypeId(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:55: warning: Member initClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:56: warning: Member cleanClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:48: warning: Member initClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:49: warning: Member cleanClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:67: warning: Member NewDataFunc(void) (typedef) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:84: warning: Member getNextEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:85: warning: Member getNextInternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:86: warning: Member getNextExternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:90: warning: Member registerEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:91: warning: Member unregisterEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:93: warning: Member getEventTarget(const char *targettype, const char *targetname, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:77: warning: Member targetname (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:78: warning: Member targettype (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:80: warning: Member currentevent (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:81: warning: Member isprocessingqueue (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:55: warning: Member setEventTargetType(const char *targettype) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:56: warning: Member getEventTargetType(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:58: warning: Member setEventTargetName(const char *targetname) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:59: warning: Member getEventTargetName(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:67: warning: Member processEventQueue(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:70: warning: Member sendExternalEvent(const ScXMLSendElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:71: warning: Member sendInternalEvent(const ScXMLEventElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:73: warning: Member queueInternalEvent(const ScXMLEvent *event) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:74: warning: Member queueInternalEvent(const SbName &eventid) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h:46: warning: Member getClassTypeId(void) (function) of class SoScXMLPanTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h:46: warning: Member createInstance(void) (function) of class SoScXMLPanTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h:49: warning: Member initClass(void) (function) of class SoScXMLPanTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h:50: warning: Member cleanClass(void) (function) of class SoScXMLPanTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h:52: warning: Member constructSingleton(void) (function) of class SoScXMLPanTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h:53: warning: Member destructSingleton(void) (function) of class SoScXMLPanTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h:54: warning: Member singleton(void) (function) of class SoScXMLPanTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h:56: warning: Member BEGIN(void) (function) of class SoScXMLPanTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h:57: warning: Member UPDATE(void) (function) of class SoScXMLPanTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h:58: warning: Member END(void) (function) of class SoScXMLPanTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h:59: warning: Member SET_FOCAL_POINT(void) (function) of class SoScXMLPanTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h:60: warning: Member MOVE(void) (function) of class SoScXMLPanTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h:62: warning: Member panCamera(SoCamera *camera, float vpaspect, const SbPlane &panplane, const SbVec2f &previous, const SbVec2f ¤t) (function) of class SoScXMLPanTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h:68: warning: Member panSetFocalPoint(SoCamera *camera, const SbVec3f &worldspace) (function) of class SoScXMLPanTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLPanTarget.h:70: warning: Member translateCamera(SoCamera *camera, const SbVec3f &translation, SbBool cameraspace=FALSE) (function) of class SoScXMLPanTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:52: warning: Member getClassTypeId(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:55: warning: Member initClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:56: warning: Member cleanClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:48: warning: Member initClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:49: warning: Member cleanClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:84: warning: Member getNextEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:85: warning: Member getNextInternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:86: warning: Member getNextExternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:67: warning: Member NewDataFunc(void) (typedef) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:90: warning: Member registerEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:91: warning: Member unregisterEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:93: warning: Member getEventTarget(const char *targettype, const char *targetname, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:77: warning: Member targetname (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:78: warning: Member targettype (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:80: warning: Member currentevent (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:81: warning: Member isprocessingqueue (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:55: warning: Member setEventTargetType(const char *targettype) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:56: warning: Member getEventTargetType(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:58: warning: Member setEventTargetName(const char *targetname) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:59: warning: Member getEventTargetName(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:67: warning: Member processEventQueue(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:70: warning: Member sendExternalEvent(const ScXMLSendElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:71: warning: Member sendInternalEvent(const ScXMLEventElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:73: warning: Member queueInternalEvent(const ScXMLEvent *event) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:74: warning: Member queueInternalEvent(const SbName &eventid) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h:46: warning: Member getClassTypeId(void) (function) of class SoScXMLRotateTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h:46: warning: Member createInstance(void) (function) of class SoScXMLRotateTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h:49: warning: Member initClass(void) (function) of class SoScXMLRotateTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h:50: warning: Member cleanClass(void) (function) of class SoScXMLRotateTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h:52: warning: Member constructSingleton(void) (function) of class SoScXMLRotateTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h:53: warning: Member destructSingleton(void) (function) of class SoScXMLRotateTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h:54: warning: Member singleton(void) (function) of class SoScXMLRotateTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h:56: warning: Member BEGIN(void) (function) of class SoScXMLRotateTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h:57: warning: Member UPDATE(void) (function) of class SoScXMLRotateTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h:58: warning: Member END(void) (function) of class SoScXMLRotateTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h:59: warning: Member SET_FOCAL_POINT(void) (function) of class SoScXMLRotateTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h:62: warning: Member setFocalPoint(SoCamera *camera, const SbVec3f &worldspace) (function) of class SoScXMLRotateTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h:63: warning: Member setFocalPoint(SoCamera *camera, const SbVec3f &worldspace, const SbVec3f &upvector) (function) of class SoScXMLRotateTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h:64: warning: Member reorientCamera(SoCamera *camera, const SbRotation &rot) (function) of class SoScXMLRotateTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:52: warning: Member getClassTypeId(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:55: warning: Member initClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:56: warning: Member cleanClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:48: warning: Member initClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:49: warning: Member cleanClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:84: warning: Member getNextEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:85: warning: Member getNextInternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:86: warning: Member getNextExternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLRotateTarget.h:71: warning: Member TRIGGER_SPIN(void) (function) of class SoScXMLRotateTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:90: warning: Member registerEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:91: warning: Member unregisterEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:93: warning: Member getEventTarget(const char *targettype, const char *targetname, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:67: warning: Member NewDataFunc(void) (typedef) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:77: warning: Member targetname (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:78: warning: Member targettype (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:80: warning: Member currentevent (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:81: warning: Member isprocessingqueue (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:55: warning: Member setEventTargetType(const char *targettype) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:56: warning: Member getEventTargetType(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:58: warning: Member setEventTargetName(const char *targetname) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:59: warning: Member getEventTargetName(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:67: warning: Member processEventQueue(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:70: warning: Member sendExternalEvent(const ScXMLSendElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:71: warning: Member sendInternalEvent(const ScXMLEventElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:73: warning: Member queueInternalEvent(const ScXMLEvent *event) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:74: warning: Member queueInternalEvent(const SbName &eventid) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSeekTarget.h:46: warning: Member getClassTypeId(void) (function) of class SoScXMLSeekTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSeekTarget.h:46: warning: Member createInstance(void) (function) of class SoScXMLSeekTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSeekTarget.h:49: warning: Member initClass(void) (function) of class SoScXMLSeekTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSeekTarget.h:50: warning: Member cleanClass(void) (function) of class SoScXMLSeekTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSeekTarget.h:52: warning: Member constructSingleton(void) (function) of class SoScXMLSeekTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSeekTarget.h:53: warning: Member destructSingleton(void) (function) of class SoScXMLSeekTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSeekTarget.h:54: warning: Member singleton(void) (function) of class SoScXMLSeekTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSeekTarget.h:56: warning: Member BEGIN(void) (function) of class SoScXMLSeekTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSeekTarget.h:57: warning: Member UPDATE(void) (function) of class SoScXMLSeekTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSeekTarget.h:58: warning: Member END(void) (function) of class SoScXMLSeekTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:52: warning: Member getClassTypeId(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:55: warning: Member initClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:56: warning: Member cleanClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:48: warning: Member initClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:49: warning: Member cleanClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:84: warning: Member getNextEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:85: warning: Member getNextInternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:86: warning: Member getNextExternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSeekTarget.h:64: warning: Member MISS(void) (function) of class SoScXMLSeekTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSeekTarget.h:65: warning: Member DONE(void) (function) of class SoScXMLSeekTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:90: warning: Member registerEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:91: warning: Member unregisterEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:93: warning: Member getEventTarget(const char *targettype, const char *targetname, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:67: warning: Member NewDataFunc(void) (typedef) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:77: warning: Member targetname (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:78: warning: Member targettype (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:80: warning: Member currentevent (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:81: warning: Member isprocessingqueue (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:55: warning: Member setEventTargetType(const char *targettype) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:56: warning: Member getEventTargetType(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:58: warning: Member setEventTargetName(const char *targetname) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:59: warning: Member getEventTargetName(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:67: warning: Member processEventQueue(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:70: warning: Member sendExternalEvent(const ScXMLSendElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:71: warning: Member sendInternalEvent(const ScXMLEventElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:73: warning: Member queueInternalEvent(const ScXMLEvent *event) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:74: warning: Member queueInternalEvent(const SbName &eventid) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSpinTarget.h:45: warning: Member getClassTypeId(void) (function) of class SoScXMLSpinTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSpinTarget.h:45: warning: Member createInstance(void) (function) of class SoScXMLSpinTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSpinTarget.h:48: warning: Member initClass(void) (function) of class SoScXMLSpinTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSpinTarget.h:49: warning: Member cleanClass(void) (function) of class SoScXMLSpinTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSpinTarget.h:51: warning: Member constructSingleton(void) (function) of class SoScXMLSpinTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSpinTarget.h:52: warning: Member destructSingleton(void) (function) of class SoScXMLSpinTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSpinTarget.h:53: warning: Member singleton(void) (function) of class SoScXMLSpinTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSpinTarget.h:55: warning: Member BEGIN(void) (function) of class SoScXMLSpinTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSpinTarget.h:56: warning: Member UPDATE(void) (function) of class SoScXMLSpinTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSpinTarget.h:57: warning: Member END(void) (function) of class SoScXMLSpinTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLSpinTarget.h:59: warning: Member reorientCamera(SoCamera *camera, const SbRotation &rot) (function) of class SoScXMLSpinTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:52: warning: Member getClassTypeId(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:55: warning: Member initClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:56: warning: Member cleanClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:48: warning: Member initClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:49: warning: Member cleanClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:84: warning: Member getNextEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:85: warning: Member getNextInternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:86: warning: Member getNextExternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:67: warning: Member NewDataFunc(void) (typedef) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:90: warning: Member registerEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:91: warning: Member unregisterEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:93: warning: Member getEventTarget(const char *targettype, const char *targetname, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:77: warning: Member targetname (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:78: warning: Member targettype (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:80: warning: Member currentevent (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:81: warning: Member isprocessingqueue (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLStateMachine.h:54: warning: Member setSceneGraphRoot(SoNode *root) (function) of class SoScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLStateMachine.h:55: warning: Member getSceneGraphRoot(void) const (function) of class SoScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLStateMachine.h:57: warning: Member setActiveCamera(SoCamera *camera) (function) of class SoScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLStateMachine.h:58: warning: Member getActiveCamera(void) const (function) of class SoScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLStateMachine.h:60: warning: Member setViewportRegion(const SbViewportRegion &vp) (function) of class SoScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLStateMachine.h:61: warning: Member getViewportRegion(void) const (function) of class SoScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLStateMachine.h:63: warning: Member preGLRender(void) (function) of class SoScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLStateMachine.h:64: warning: Member postGLRender(void) (function) of class SoScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:72: warning: Member setName(const SbName &name) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:73: warning: Member getName(void) const (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:75: warning: Member setDescription(ScXMLDocument *document) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:76: warning: Member getDescription(void) const (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:99: warning: Member setVariable(const char *name, const char *value) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:104: warning: Member setLogLevel(int loglevel) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:105: warning: Member getLogLevel(void) const (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:107: warning: Member setEvaluator(ScXMLEvaluator *evaluator) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:108: warning: Member getEvaluator(void) const (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:110: warning: Member isModuleEnabled(const char *modulename) const (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:111: warning: Member getNumEnabledModules(void) const (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:112: warning: Member getEnabledModuleName(int idx) const (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:113: warning: Member setEnabledModulesList(const SbList< const char * > &modulenames) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:55: warning: Member setEventTargetType(const char *targettype) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:56: warning: Member getEventTargetType(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:58: warning: Member setEventTargetName(const char *targetname) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:59: warning: Member getEventTargetName(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:67: warning: Member processEventQueue(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:70: warning: Member sendExternalEvent(const ScXMLSendElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:71: warning: Member sendInternalEvent(const ScXMLEventElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:73: warning: Member queueInternalEvent(const ScXMLEvent *event) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:74: warning: Member queueInternalEvent(const SbName &eventid) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLStateMachine.h:45: warning: Member getClassTypeId(void) (function) of class SoScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLStateMachine.h:45: warning: Member createInstance(void) (function) of class SoScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLStateMachine.h:48: warning: Member initClass(void) (function) of class SoScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/SoScXMLStateMachine.h:49: warning: Member cleanClass(void) (function) of class SoScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:63: warning: Member getClassTypeId(void) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:63: warning: Member createInstance(void) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:66: warning: Member initClass(void) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:67: warning: Member cleanClass(void) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLStateMachine.h:102: warning: Member getStateMachineForSessionId(const SbName &sessionid) (function) of class ScXMLStateMachine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:48: warning: Member initClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:49: warning: Member cleanClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:84: warning: Member getNextEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:85: warning: Member getNextInternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:86: warning: Member getNextExternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:90: warning: Member registerEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:91: warning: Member unregisterEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:93: warning: Member getEventTarget(const char *targettype, const char *targetname, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:77: warning: Member targetname (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:78: warning: Member targettype (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:80: warning: Member currentevent (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:81: warning: Member isprocessingqueue (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:55: warning: Member setEventTargetType(const char *targettype) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:56: warning: Member getEventTargetType(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:58: warning: Member setEventTargetName(const char *targetname) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:59: warning: Member getEventTargetName(void) const (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:67: warning: Member processEventQueue(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:70: warning: Member sendExternalEvent(const ScXMLSendElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:71: warning: Member sendInternalEvent(const ScXMLEventElt *sendelt) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:73: warning: Member queueInternalEvent(const ScXMLEvent *event) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:74: warning: Member queueInternalEvent(const SbName &eventid) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h:47: warning: Member getClassTypeId(void) (function) of class SoScXMLZoomTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h:47: warning: Member createInstance(void) (function) of class SoScXMLZoomTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h:50: warning: Member initClass(void) (function) of class SoScXMLZoomTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h:51: warning: Member cleanClass(void) (function) of class SoScXMLZoomTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h:53: warning: Member constructSingleton(void) (function) of class SoScXMLZoomTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h:54: warning: Member destructSingleton(void) (function) of class SoScXMLZoomTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h:55: warning: Member singleton(void) (function) of class SoScXMLZoomTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h:57: warning: Member BEGIN(void) (function) of class SoScXMLZoomTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h:58: warning: Member UPDATE(void) (function) of class SoScXMLZoomTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h:59: warning: Member END(void) (function) of class SoScXMLZoomTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h:60: warning: Member ZOOM(void) (function) of class SoScXMLZoomTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h:61: warning: Member ZOOM_IN(void) (function) of class SoScXMLZoomTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h:62: warning: Member ZOOM_OUT(void) (function) of class SoScXMLZoomTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h:63: warning: Member RESET(void) (function) of class SoScXMLZoomTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLZoomTarget.h:65: warning: Member zoom(SoCamera *camera, float factor) (function) of class SoScXMLZoomTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:52: warning: Member getClassTypeId(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:55: warning: Member initClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:56: warning: Member cleanClass(void) (function) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:45: warning: Member getClassTypeId(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:48: warning: Member initClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:49: warning: Member cleanClass(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:84: warning: Member getNextEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:85: warning: Member getNextInternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:86: warning: Member getNextExternalEvent(void) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/navigation/SoScXMLNavigationTarget.h:67: warning: Member NewDataFunc(void) (typedef) of class SoScXMLNavigationTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:90: warning: Member registerEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:91: warning: Member unregisterEventTarget(ScXMLEventTarget *target, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:93: warning: Member getEventTarget(const char *targettype, const char *targetname, const char *sessionid=NULL) (function) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:77: warning: Member targetname (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:78: warning: Member targettype (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:80: warning: Member currentevent (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/scxml/ScXMLEventTarget.h:81: warning: Member isprocessingqueue (variable) of class ScXMLEventTarget is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoSelectOne.h:46: warning: Member getClassTypeId(void) (function) of class SoSelectOne is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoSelectOne.h:46: warning: Member createInstance(void) (function) of class SoSelectOne is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoSelectOne.h:46: warning: Member getInputDataPtr(void) (function) of class SoSelectOne is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoSelectOne.h:46: warning: Member getOutputDataPtr(void) (function) of class SoSelectOne is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:45: warning: Member appearance (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:46: warning: Member childList (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:47: warning: Member pickStyle (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:48: warning: Member texture2Transform (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:49: warning: Member topSeparator (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:50: warning: Member transform (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:51: warning: Member units (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBitMask.h:41: warning: Member operator=(const SoSFBitMask &field) (function) of class SoSFBitMask is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBitMask.h:41: warning: Member operator=(int newvalue) (function) of class SoSFBitMask is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h:43: warning: Member operator=(const SoSFEnum &field) (function) of class SoSFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h:43: warning: Member getValue(void) const (function) of class SoSFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h:43: warning: Member setValue(int newvalue) (function) of class SoSFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h:43: warning: Member operator=(int newvalue) (function) of class SoSFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h:43: warning: Member operator==(const SoSFEnum &field) const (function) of class SoSFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h:43: warning: Member operator!=(const SoSFEnum &field) const (function) of class SoSFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h:43: warning: Member value (variable) of class SoSFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBool.h:42: warning: Member operator=(const SoSFBool &field) (function) of class SoSFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBool.h:42: warning: Member getValue(void) const (function) of class SoSFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBool.h:42: warning: Member setValue(SbBool newvalue) (function) of class SoSFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBool.h:42: warning: Member operator=(SbBool newvalue) (function) of class SoSFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBool.h:42: warning: Member operator==(const SoSFBool &field) const (function) of class SoSFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBool.h:42: warning: Member operator!=(const SoSFBool &field) const (function) of class SoSFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBool.h:42: warning: Member value (variable) of class SoSFBool is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2d.h:43: warning: Member operator=(const SoSFBox2d &field) (function) of class SoSFBox2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2d.h:43: warning: Member getValue(void) const (function) of class SoSFBox2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2d.h:43: warning: Member setValue(const SbBox2d &newvalue) (function) of class SoSFBox2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2d.h:43: warning: Member operator=(const SbBox2d &newvalue) (function) of class SoSFBox2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2d.h:43: warning: Member operator==(const SoSFBox2d &field) const (function) of class SoSFBox2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2d.h:43: warning: Member operator!=(const SoSFBox2d &field) const (function) of class SoSFBox2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2d.h:43: warning: Member value (variable) of class SoSFBox2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2f.h:43: warning: Member operator=(const SoSFBox2f &field) (function) of class SoSFBox2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2f.h:43: warning: Member getValue(void) const (function) of class SoSFBox2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2f.h:43: warning: Member setValue(const SbBox2f &newvalue) (function) of class SoSFBox2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2f.h:43: warning: Member operator=(const SbBox2f &newvalue) (function) of class SoSFBox2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2f.h:43: warning: Member operator==(const SoSFBox2f &field) const (function) of class SoSFBox2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2f.h:43: warning: Member operator!=(const SoSFBox2f &field) const (function) of class SoSFBox2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2f.h:43: warning: Member value (variable) of class SoSFBox2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2i32.h:43: warning: Member operator=(const SoSFBox2i32 &field) (function) of class SoSFBox2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2i32.h:43: warning: Member getValue(void) const (function) of class SoSFBox2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2i32.h:43: warning: Member setValue(const SbBox2i32 &newvalue) (function) of class SoSFBox2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2i32.h:43: warning: Member operator=(const SbBox2i32 &newvalue) (function) of class SoSFBox2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2i32.h:43: warning: Member operator==(const SoSFBox2i32 &field) const (function) of class SoSFBox2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2i32.h:43: warning: Member operator!=(const SoSFBox2i32 &field) const (function) of class SoSFBox2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2i32.h:43: warning: Member value (variable) of class SoSFBox2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2s.h:43: warning: Member operator=(const SoSFBox2s &field) (function) of class SoSFBox2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2s.h:43: warning: Member getValue(void) const (function) of class SoSFBox2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2s.h:43: warning: Member setValue(const SbBox2s &newvalue) (function) of class SoSFBox2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2s.h:43: warning: Member operator=(const SbBox2s &newvalue) (function) of class SoSFBox2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2s.h:43: warning: Member operator==(const SoSFBox2s &field) const (function) of class SoSFBox2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2s.h:43: warning: Member operator!=(const SoSFBox2s &field) const (function) of class SoSFBox2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox2s.h:43: warning: Member value (variable) of class SoSFBox2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3d.h:43: warning: Member operator=(const SoSFBox3d &field) (function) of class SoSFBox3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3d.h:43: warning: Member getValue(void) const (function) of class SoSFBox3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3d.h:43: warning: Member setValue(const SbBox3d &newvalue) (function) of class SoSFBox3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3d.h:43: warning: Member operator=(const SbBox3d &newvalue) (function) of class SoSFBox3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3d.h:43: warning: Member operator==(const SoSFBox3d &field) const (function) of class SoSFBox3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3d.h:43: warning: Member operator!=(const SoSFBox3d &field) const (function) of class SoSFBox3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3d.h:43: warning: Member value (variable) of class SoSFBox3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3f.h:43: warning: Member operator=(const SoSFBox3f &field) (function) of class SoSFBox3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3f.h:43: warning: Member getValue(void) const (function) of class SoSFBox3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3f.h:43: warning: Member setValue(const SbBox3f &newvalue) (function) of class SoSFBox3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3f.h:43: warning: Member operator=(const SbBox3f &newvalue) (function) of class SoSFBox3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3f.h:43: warning: Member operator==(const SoSFBox3f &field) const (function) of class SoSFBox3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3f.h:43: warning: Member operator!=(const SoSFBox3f &field) const (function) of class SoSFBox3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3f.h:43: warning: Member value (variable) of class SoSFBox3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3i32.h:43: warning: Member operator=(const SoSFBox3i32 &field) (function) of class SoSFBox3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3i32.h:43: warning: Member getValue(void) const (function) of class SoSFBox3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3i32.h:43: warning: Member setValue(const SbBox3i32 &newvalue) (function) of class SoSFBox3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3i32.h:43: warning: Member operator=(const SbBox3i32 &newvalue) (function) of class SoSFBox3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3i32.h:43: warning: Member operator==(const SoSFBox3i32 &field) const (function) of class SoSFBox3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3i32.h:43: warning: Member operator!=(const SoSFBox3i32 &field) const (function) of class SoSFBox3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3i32.h:43: warning: Member value (variable) of class SoSFBox3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3s.h:43: warning: Member operator=(const SoSFBox3s &field) (function) of class SoSFBox3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3s.h:43: warning: Member getValue(void) const (function) of class SoSFBox3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3s.h:43: warning: Member setValue(const SbBox3s &newvalue) (function) of class SoSFBox3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3s.h:43: warning: Member operator=(const SbBox3s &newvalue) (function) of class SoSFBox3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3s.h:43: warning: Member operator==(const SoSFBox3s &field) const (function) of class SoSFBox3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3s.h:43: warning: Member operator!=(const SoSFBox3s &field) const (function) of class SoSFBox3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFBox3s.h:43: warning: Member value (variable) of class SoSFBox3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColor.h:43: warning: Member operator=(const SoSFColor &field) (function) of class SoSFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColor.h:43: warning: Member getValue(void) const (function) of class SoSFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColor.h:43: warning: Member setValue(const SbColor &newvalue) (function) of class SoSFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColor.h:43: warning: Member operator=(const SbColor &newvalue) (function) of class SoSFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColor.h:43: warning: Member operator==(const SoSFColor &field) const (function) of class SoSFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColor.h:43: warning: Member operator!=(const SoSFColor &field) const (function) of class SoSFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColor.h:43: warning: Member value (variable) of class SoSFColor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColorRGBA.h:43: warning: Member operator=(const SoSFColorRGBA &field) (function) of class SoSFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColorRGBA.h:43: warning: Member getValue(void) const (function) of class SoSFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColorRGBA.h:43: warning: Member setValue(const SbColor4f &newvalue) (function) of class SoSFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColorRGBA.h:43: warning: Member operator=(const SbColor4f &newvalue) (function) of class SoSFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColorRGBA.h:43: warning: Member operator==(const SoSFColorRGBA &field) const (function) of class SoSFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColorRGBA.h:43: warning: Member operator!=(const SoSFColorRGBA &field) const (function) of class SoSFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFColorRGBA.h:43: warning: Member value (variable) of class SoSFColorRGBA is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFDouble.h:42: warning: Member operator=(const SoSFDouble &field) (function) of class SoSFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFDouble.h:42: warning: Member getValue(void) const (function) of class SoSFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFDouble.h:42: warning: Member setValue(double newvalue) (function) of class SoSFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFDouble.h:42: warning: Member operator=(double newvalue) (function) of class SoSFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFDouble.h:42: warning: Member operator==(const SoSFDouble &field) const (function) of class SoSFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFDouble.h:42: warning: Member operator!=(const SoSFDouble &field) const (function) of class SoSFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFDouble.h:42: warning: Member value (variable) of class SoSFDouble is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEngine.h:50: warning: Member operator=(const SoSFEngine &field) (function) of class SoSFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEngine.h:50: warning: Member getValue(void) const (function) of class SoSFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEngine.h:50: warning: Member setValue(SoEngine *newvalue) (function) of class SoSFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEngine.h:50: warning: Member operator=(SoEngine *newvalue) (function) of class SoSFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEngine.h:50: warning: Member operator==(const SoSFEngine &field) const (function) of class SoSFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEngine.h:50: warning: Member operator!=(const SoSFEngine &field) const (function) of class SoSFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEngine.h:50: warning: Member value (variable) of class SoSFEngine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h:43: warning: Member operator=(const SoSFEnum &field) (function) of class SoSFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h:43: warning: Member getValue(void) const (function) of class SoSFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h:43: warning: Member setValue(int newvalue) (function) of class SoSFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h:43: warning: Member operator=(int newvalue) (function) of class SoSFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h:43: warning: Member operator==(const SoSFEnum &field) const (function) of class SoSFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h:43: warning: Member operator!=(const SoSFEnum &field) const (function) of class SoSFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFEnum.h:43: warning: Member value (variable) of class SoSFEnum is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFFloat.h:42: warning: Member operator=(const SoSFFloat &field) (function) of class SoSFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFFloat.h:42: warning: Member getValue(void) const (function) of class SoSFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFFloat.h:42: warning: Member setValue(float newvalue) (function) of class SoSFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFFloat.h:42: warning: Member operator=(float newvalue) (function) of class SoSFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFFloat.h:42: warning: Member operator==(const SoSFFloat &field) const (function) of class SoSFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFFloat.h:42: warning: Member operator!=(const SoSFFloat &field) const (function) of class SoSFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFFloat.h:42: warning: Member value (variable) of class SoSFFloat is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFImage.h:49: warning: Member CopyPolicy (enumeration) of class SoSFImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFImage.h:46: warning: Member operator=(const SoSFImage &field) (function) of class SoSFImage is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFImage3.h:44: warning: Member operator=(const SoSFImage3 &field) (function) of class SoSFImage3 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFInt32.h:42: warning: Member operator=(const SoSFInt32 &field) (function) of class SoSFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFInt32.h:42: warning: Member getValue(void) const (function) of class SoSFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFInt32.h:42: warning: Member setValue(int32_t newvalue) (function) of class SoSFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFInt32.h:42: warning: Member operator=(int32_t newvalue) (function) of class SoSFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFInt32.h:42: warning: Member operator==(const SoSFInt32 &field) const (function) of class SoSFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFInt32.h:42: warning: Member operator!=(const SoSFInt32 &field) const (function) of class SoSFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFInt32.h:42: warning: Member value (variable) of class SoSFInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFMatrix.h:43: warning: Member operator=(const SoSFMatrix &field) (function) of class SoSFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFMatrix.h:43: warning: Member getValue(void) const (function) of class SoSFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFMatrix.h:43: warning: Member setValue(const SbMatrix &newvalue) (function) of class SoSFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFMatrix.h:43: warning: Member operator=(const SbMatrix &newvalue) (function) of class SoSFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFMatrix.h:43: warning: Member operator==(const SoSFMatrix &field) const (function) of class SoSFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFMatrix.h:43: warning: Member operator!=(const SoSFMatrix &field) const (function) of class SoSFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFMatrix.h:43: warning: Member value (variable) of class SoSFMatrix is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFName.h:43: warning: Member operator=(const SoSFName &field) (function) of class SoSFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFName.h:43: warning: Member getValue(void) const (function) of class SoSFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFName.h:43: warning: Member setValue(const SbName &newvalue) (function) of class SoSFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFName.h:43: warning: Member operator=(const SbName &newvalue) (function) of class SoSFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFName.h:43: warning: Member operator==(const SoSFName &field) const (function) of class SoSFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFName.h:43: warning: Member operator!=(const SoSFName &field) const (function) of class SoSFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFName.h:43: warning: Member value (variable) of class SoSFName is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFNode.h:50: warning: Member operator=(const SoSFNode &field) (function) of class SoSFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFNode.h:50: warning: Member getValue(void) const (function) of class SoSFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFNode.h:50: warning: Member setValue(SoNode *newvalue) (function) of class SoSFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFNode.h:50: warning: Member operator=(SoNode *newvalue) (function) of class SoSFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFNode.h:50: warning: Member operator==(const SoSFNode &field) const (function) of class SoSFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFNode.h:50: warning: Member operator!=(const SoSFNode &field) const (function) of class SoSFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFNode.h:50: warning: Member value (variable) of class SoSFNode is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPath.h:46: warning: Member operator=(const SoSFPath &field) (function) of class SoSFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPath.h:46: warning: Member getValue(void) const (function) of class SoSFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPath.h:46: warning: Member setValue(SoPath *newvalue) (function) of class SoSFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPath.h:46: warning: Member operator=(SoPath *newvalue) (function) of class SoSFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPath.h:46: warning: Member operator==(const SoSFPath &field) const (function) of class SoSFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPath.h:46: warning: Member operator!=(const SoSFPath &field) const (function) of class SoSFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPath.h:46: warning: Member value (variable) of class SoSFPath is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPlane.h:43: warning: Member operator=(const SoSFPlane &field) (function) of class SoSFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPlane.h:43: warning: Member getValue(void) const (function) of class SoSFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPlane.h:43: warning: Member setValue(const SbPlane &newvalue) (function) of class SoSFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPlane.h:43: warning: Member operator=(const SbPlane &newvalue) (function) of class SoSFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPlane.h:43: warning: Member operator==(const SoSFPlane &field) const (function) of class SoSFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPlane.h:43: warning: Member operator!=(const SoSFPlane &field) const (function) of class SoSFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFPlane.h:43: warning: Member value (variable) of class SoSFPlane is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFRotation.h:43: warning: Member operator=(const SoSFRotation &field) (function) of class SoSFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFRotation.h:43: warning: Member getValue(void) const (function) of class SoSFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFRotation.h:43: warning: Member setValue(const SbRotation &newvalue) (function) of class SoSFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFRotation.h:43: warning: Member operator=(const SbRotation &newvalue) (function) of class SoSFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFRotation.h:43: warning: Member operator==(const SoSFRotation &field) const (function) of class SoSFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFRotation.h:43: warning: Member operator!=(const SoSFRotation &field) const (function) of class SoSFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFRotation.h:43: warning: Member value (variable) of class SoSFRotation is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFShort.h:42: warning: Member operator=(const SoSFShort &field) (function) of class SoSFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFShort.h:42: warning: Member getValue(void) const (function) of class SoSFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFShort.h:42: warning: Member setValue(short newvalue) (function) of class SoSFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFShort.h:42: warning: Member operator=(short newvalue) (function) of class SoSFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFShort.h:42: warning: Member operator==(const SoSFShort &field) const (function) of class SoSFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFShort.h:42: warning: Member operator!=(const SoSFShort &field) const (function) of class SoSFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFShort.h:42: warning: Member value (variable) of class SoSFShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFString.h:43: warning: Member operator=(const SoSFString &field) (function) of class SoSFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFString.h:43: warning: Member getValue(void) const (function) of class SoSFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFString.h:43: warning: Member setValue(const SbString &newvalue) (function) of class SoSFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFString.h:43: warning: Member operator=(const SbString &newvalue) (function) of class SoSFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFString.h:43: warning: Member operator==(const SoSFString &field) const (function) of class SoSFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFString.h:43: warning: Member operator!=(const SoSFString &field) const (function) of class SoSFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFString.h:43: warning: Member value (variable) of class SoSFString is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTime.h:43: warning: Member operator=(const SoSFTime &field) (function) of class SoSFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTime.h:43: warning: Member getValue(void) const (function) of class SoSFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTime.h:43: warning: Member setValue(const SbTime &newvalue) (function) of class SoSFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTime.h:43: warning: Member operator=(const SbTime &newvalue) (function) of class SoSFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTime.h:43: warning: Member operator==(const SoSFTime &field) const (function) of class SoSFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTime.h:43: warning: Member operator!=(const SoSFTime &field) const (function) of class SoSFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTime.h:43: warning: Member value (variable) of class SoSFTime is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFTrigger.h:45: warning: Member operator=(const SoSFTrigger &field) (function) of class SoSFTrigger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUInt32.h:42: warning: Member operator=(const SoSFUInt32 &field) (function) of class SoSFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUInt32.h:42: warning: Member getValue(void) const (function) of class SoSFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUInt32.h:42: warning: Member setValue(uint32_t newvalue) (function) of class SoSFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUInt32.h:42: warning: Member operator=(uint32_t newvalue) (function) of class SoSFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUInt32.h:42: warning: Member operator==(const SoSFUInt32 &field) const (function) of class SoSFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUInt32.h:42: warning: Member operator!=(const SoSFUInt32 &field) const (function) of class SoSFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUInt32.h:42: warning: Member value (variable) of class SoSFUInt32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUShort.h:42: warning: Member operator=(const SoSFUShort &field) (function) of class SoSFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUShort.h:42: warning: Member getValue(void) const (function) of class SoSFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUShort.h:42: warning: Member setValue(unsigned short newvalue) (function) of class SoSFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUShort.h:42: warning: Member operator=(unsigned short newvalue) (function) of class SoSFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUShort.h:42: warning: Member operator==(const SoSFUShort &field) const (function) of class SoSFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUShort.h:42: warning: Member operator!=(const SoSFUShort &field) const (function) of class SoSFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFUShort.h:42: warning: Member value (variable) of class SoSFUShort is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2b.h:43: warning: Member operator=(const SoSFVec2b &field) (function) of class SoSFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2b.h:43: warning: Member getValue(void) const (function) of class SoSFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2b.h:43: warning: Member setValue(SbVec2b newvalue) (function) of class SoSFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2b.h:43: warning: Member operator=(SbVec2b newvalue) (function) of class SoSFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2b.h:43: warning: Member operator==(const SoSFVec2b &field) const (function) of class SoSFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2b.h:43: warning: Member operator!=(const SoSFVec2b &field) const (function) of class SoSFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2b.h:43: warning: Member value (variable) of class SoSFVec2b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2d.h:43: warning: Member operator=(const SoSFVec2d &field) (function) of class SoSFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2d.h:43: warning: Member getValue(void) const (function) of class SoSFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2d.h:43: warning: Member setValue(const SbVec2d &newvalue) (function) of class SoSFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2d.h:43: warning: Member operator=(const SbVec2d &newvalue) (function) of class SoSFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2d.h:43: warning: Member operator==(const SoSFVec2d &field) const (function) of class SoSFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2d.h:43: warning: Member operator!=(const SoSFVec2d &field) const (function) of class SoSFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2d.h:43: warning: Member value (variable) of class SoSFVec2d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2f.h:43: warning: Member operator=(const SoSFVec2f &field) (function) of class SoSFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2f.h:43: warning: Member getValue(void) const (function) of class SoSFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2f.h:43: warning: Member setValue(const SbVec2f &newvalue) (function) of class SoSFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2f.h:43: warning: Member operator=(const SbVec2f &newvalue) (function) of class SoSFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2f.h:43: warning: Member operator==(const SoSFVec2f &field) const (function) of class SoSFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2f.h:43: warning: Member operator!=(const SoSFVec2f &field) const (function) of class SoSFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2f.h:43: warning: Member value (variable) of class SoSFVec2f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2i32.h:43: warning: Member operator=(const SoSFVec2i32 &field) (function) of class SoSFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2i32.h:43: warning: Member getValue(void) const (function) of class SoSFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2i32.h:43: warning: Member setValue(const SbVec2i32 &newvalue) (function) of class SoSFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2i32.h:43: warning: Member operator=(const SbVec2i32 &newvalue) (function) of class SoSFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2i32.h:43: warning: Member operator==(const SoSFVec2i32 &field) const (function) of class SoSFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2i32.h:43: warning: Member operator!=(const SoSFVec2i32 &field) const (function) of class SoSFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2i32.h:43: warning: Member value (variable) of class SoSFVec2i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2s.h:43: warning: Member operator=(const SoSFVec2s &field) (function) of class SoSFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2s.h:43: warning: Member getValue(void) const (function) of class SoSFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2s.h:43: warning: Member setValue(SbVec2s newvalue) (function) of class SoSFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2s.h:43: warning: Member operator=(SbVec2s newvalue) (function) of class SoSFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2s.h:43: warning: Member operator==(const SoSFVec2s &field) const (function) of class SoSFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2s.h:43: warning: Member operator!=(const SoSFVec2s &field) const (function) of class SoSFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec2s.h:43: warning: Member value (variable) of class SoSFVec2s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3b.h:43: warning: Member operator=(const SoSFVec3b &field) (function) of class SoSFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3b.h:43: warning: Member getValue(void) const (function) of class SoSFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3b.h:43: warning: Member setValue(SbVec3b newvalue) (function) of class SoSFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3b.h:43: warning: Member operator=(SbVec3b newvalue) (function) of class SoSFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3b.h:43: warning: Member operator==(const SoSFVec3b &field) const (function) of class SoSFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3b.h:43: warning: Member operator!=(const SoSFVec3b &field) const (function) of class SoSFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3b.h:43: warning: Member value (variable) of class SoSFVec3b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3d.h:43: warning: Member operator=(const SoSFVec3d &field) (function) of class SoSFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3d.h:43: warning: Member getValue(void) const (function) of class SoSFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3d.h:43: warning: Member setValue(const SbVec3d &newvalue) (function) of class SoSFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3d.h:43: warning: Member operator=(const SbVec3d &newvalue) (function) of class SoSFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3d.h:43: warning: Member operator==(const SoSFVec3d &field) const (function) of class SoSFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3d.h:43: warning: Member operator!=(const SoSFVec3d &field) const (function) of class SoSFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3d.h:43: warning: Member value (variable) of class SoSFVec3d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3f.h:43: warning: Member operator=(const SoSFVec3f &field) (function) of class SoSFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3f.h:43: warning: Member getValue(void) const (function) of class SoSFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3f.h:43: warning: Member setValue(const SbVec3f &newvalue) (function) of class SoSFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3f.h:43: warning: Member operator=(const SbVec3f &newvalue) (function) of class SoSFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3f.h:43: warning: Member operator==(const SoSFVec3f &field) const (function) of class SoSFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3f.h:43: warning: Member operator!=(const SoSFVec3f &field) const (function) of class SoSFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3f.h:43: warning: Member value (variable) of class SoSFVec3f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3i32.h:43: warning: Member operator=(const SoSFVec3i32 &field) (function) of class SoSFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3i32.h:43: warning: Member getValue(void) const (function) of class SoSFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3i32.h:43: warning: Member setValue(const SbVec3i32 &newvalue) (function) of class SoSFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3i32.h:43: warning: Member operator=(const SbVec3i32 &newvalue) (function) of class SoSFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3i32.h:43: warning: Member operator==(const SoSFVec3i32 &field) const (function) of class SoSFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3i32.h:43: warning: Member operator!=(const SoSFVec3i32 &field) const (function) of class SoSFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3i32.h:43: warning: Member value (variable) of class SoSFVec3i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3s.h:43: warning: Member operator=(const SoSFVec3s &field) (function) of class SoSFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3s.h:43: warning: Member getValue(void) const (function) of class SoSFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3s.h:43: warning: Member setValue(const SbVec3s &newvalue) (function) of class SoSFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3s.h:43: warning: Member operator=(const SbVec3s &newvalue) (function) of class SoSFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3s.h:43: warning: Member operator==(const SoSFVec3s &field) const (function) of class SoSFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3s.h:43: warning: Member operator!=(const SoSFVec3s &field) const (function) of class SoSFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec3s.h:43: warning: Member value (variable) of class SoSFVec3s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4b.h:43: warning: Member operator=(const SoSFVec4b &field) (function) of class SoSFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4b.h:43: warning: Member getValue(void) const (function) of class SoSFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4b.h:43: warning: Member setValue(SbVec4b newvalue) (function) of class SoSFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4b.h:43: warning: Member operator=(SbVec4b newvalue) (function) of class SoSFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4b.h:43: warning: Member operator==(const SoSFVec4b &field) const (function) of class SoSFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4b.h:43: warning: Member operator!=(const SoSFVec4b &field) const (function) of class SoSFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4b.h:43: warning: Member value (variable) of class SoSFVec4b is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4d.h:43: warning: Member operator=(const SoSFVec4d &field) (function) of class SoSFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4d.h:43: warning: Member getValue(void) const (function) of class SoSFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4d.h:43: warning: Member setValue(const SbVec4d &newvalue) (function) of class SoSFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4d.h:43: warning: Member operator=(const SbVec4d &newvalue) (function) of class SoSFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4d.h:43: warning: Member operator==(const SoSFVec4d &field) const (function) of class SoSFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4d.h:43: warning: Member operator!=(const SoSFVec4d &field) const (function) of class SoSFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4d.h:43: warning: Member value (variable) of class SoSFVec4d is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4f.h:43: warning: Member operator=(const SoSFVec4f &field) (function) of class SoSFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4f.h:43: warning: Member getValue(void) const (function) of class SoSFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4f.h:43: warning: Member setValue(const SbVec4f &newvalue) (function) of class SoSFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4f.h:43: warning: Member operator=(const SbVec4f &newvalue) (function) of class SoSFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4f.h:43: warning: Member operator==(const SoSFVec4f &field) const (function) of class SoSFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4f.h:43: warning: Member operator!=(const SoSFVec4f &field) const (function) of class SoSFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4f.h:43: warning: Member value (variable) of class SoSFVec4f is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4i32.h:43: warning: Member operator=(const SoSFVec4i32 &field) (function) of class SoSFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4i32.h:43: warning: Member getValue(void) const (function) of class SoSFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4i32.h:43: warning: Member setValue(const SbVec4i32 &newvalue) (function) of class SoSFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4i32.h:43: warning: Member operator=(const SbVec4i32 &newvalue) (function) of class SoSFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4i32.h:43: warning: Member operator==(const SoSFVec4i32 &field) const (function) of class SoSFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4i32.h:43: warning: Member operator!=(const SoSFVec4i32 &field) const (function) of class SoSFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4i32.h:43: warning: Member value (variable) of class SoSFVec4i32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4s.h:43: warning: Member operator=(const SoSFVec4s &field) (function) of class SoSFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4s.h:43: warning: Member getValue(void) const (function) of class SoSFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4s.h:43: warning: Member setValue(const SbVec4s &newvalue) (function) of class SoSFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4s.h:43: warning: Member operator=(const SbVec4s &newvalue) (function) of class SoSFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4s.h:43: warning: Member operator==(const SoSFVec4s &field) const (function) of class SoSFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4s.h:43: warning: Member operator!=(const SoSFVec4s &field) const (function) of class SoSFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4s.h:43: warning: Member value (variable) of class SoSFVec4s is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ub.h:43: warning: Member operator=(const SoSFVec4ub &field) (function) of class SoSFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ub.h:43: warning: Member getValue(void) const (function) of class SoSFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ub.h:43: warning: Member setValue(SbVec4ub newvalue) (function) of class SoSFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ub.h:43: warning: Member operator=(SbVec4ub newvalue) (function) of class SoSFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ub.h:43: warning: Member operator==(const SoSFVec4ub &field) const (function) of class SoSFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ub.h:43: warning: Member operator!=(const SoSFVec4ub &field) const (function) of class SoSFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ub.h:43: warning: Member value (variable) of class SoSFVec4ub is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ui32.h:43: warning: Member operator=(const SoSFVec4ui32 &field) (function) of class SoSFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ui32.h:43: warning: Member getValue(void) const (function) of class SoSFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ui32.h:43: warning: Member setValue(const SbVec4ui32 &newvalue) (function) of class SoSFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ui32.h:43: warning: Member operator=(const SbVec4ui32 &newvalue) (function) of class SoSFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ui32.h:43: warning: Member operator==(const SoSFVec4ui32 &field) const (function) of class SoSFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ui32.h:43: warning: Member operator!=(const SoSFVec4ui32 &field) const (function) of class SoSFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4ui32.h:43: warning: Member value (variable) of class SoSFVec4ui32 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4us.h:43: warning: Member operator=(const SoSFVec4us &field) (function) of class SoSFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4us.h:43: warning: Member getValue(void) const (function) of class SoSFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4us.h:43: warning: Member setValue(const SbVec4us &newvalue) (function) of class SoSFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4us.h:43: warning: Member operator=(const SbVec4us &newvalue) (function) of class SoSFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4us.h:43: warning: Member operator==(const SoSFVec4us &field) const (function) of class SoSFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4us.h:43: warning: Member operator!=(const SoSFVec4us &field) const (function) of class SoSFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSField.h:46: warning: Member atexit_cleanup(void) (function) of class SoSField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoSFVec4us.h:43: warning: Member value (variable) of class SoSFVec4us is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/fields/SoField.h:127: warning: Member FieldType (enumeration) of class SoField is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/misc/SoShaderGenerator.h:50: warning: Member reset(const SbBool freeoldstrings) (function) of class SoShaderGenerator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/misc/SoShaderGenerator.h:52: warning: Member setVersion(const SbString &str) (function) of class SoShaderGenerator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:434: warning: Member value (variable) of class SoShaderParameterArray4i is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:525: warning: Member value (variable) of class SoShaderStateMatrixParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowGroup.h:58: warning: Member VisibilityFlag (enumeration) of class SoShadowGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/nodes/SoShadowGroup.h:52: warning: Member init(void) (function) of class SoShadowGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/FXViz/elements/SoShadowStyleElement.h:48: warning: Member StyleFlags (enumeration) of class SoShadowStyleElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShapeHints.h:75: warning: Member useVBO (variable) of class SoShapeHints is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeHintsElement.h:48: warning: Member VertexOrdering (enumeration) of class SoShapeHintsElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeHintsElement.h:55: warning: Member ShapeType (enumeration) of class SoShapeHintsElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeHintsElement.h:61: warning: Member FaceType (enumeration) of class SoShapeHintsElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeHintsElement.h:94: warning: Member updateLazyElement(SoState *state) (function) of class SoShapeHintsElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeHintsElement.h:98: warning: Member vertexOrdering (variable) of class SoShapeHintsElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeHintsElement.h:99: warning: Member shapeType (variable) of class SoShapeHintsElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeHintsElement.h:100: warning: Member faceType (variable) of class SoShapeHintsElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoShapeHintsV10.h:54: warning: Member Hint (enumeration) of class SoShapeHintsV10 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoShapeHintsV10.h:65: warning: Member createUpgrade(void) const (function) of class SoShapeHintsV10 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoShapeHintsV10.h:62: warning: Member initClass(void) (function) of class SoShapeHintsV10 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoShapeHintsV10.h:59: warning: Member hints (variable) of class SoShapeHintsV10 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/upgraders/SoShapeHintsV10.h:60: warning: Member creaseAngle (variable) of class SoShapeHintsV10 is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h:43: warning: Member coordinate3 (variable) of class SoShapeKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h:44: warning: Member coordinate4 (variable) of class SoShapeKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h:45: warning: Member localTransform (variable) of class SoShapeKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h:46: warning: Member materialBinding (variable) of class SoShapeKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h:47: warning: Member normal (variable) of class SoShapeKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h:48: warning: Member normalBinding (variable) of class SoShapeKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h:49: warning: Member profileCoordinate2 (variable) of class SoShapeKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h:50: warning: Member profileCoordinate3 (variable) of class SoShapeKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h:51: warning: Member profileList (variable) of class SoShapeKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h:52: warning: Member shape (variable) of class SoShapeKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h:53: warning: Member shapeHints (variable) of class SoShapeKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h:54: warning: Member shapeSeparator (variable) of class SoShapeKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h:55: warning: Member textureCoordinate2 (variable) of class SoShapeKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h:56: warning: Member textureCoordinateBinding (variable) of class SoShapeKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoShapeKit.h:57: warning: Member textureCoordinateFunction (variable) of class SoShapeKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:45: warning: Member appearance (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:46: warning: Member childList (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:47: warning: Member pickStyle (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:48: warning: Member texture2Transform (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:49: warning: Member topSeparator (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:50: warning: Member transform (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:51: warning: Member units (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoShapeStyleElement.h:50: warning: Member Flags (enumeration) of class SoShapeStyleElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoSoundElement.h:74: warning: Member scenegraphhassoundnode (variable) of class SoSoundElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoSoundElement.h:75: warning: Member soundnodeisplaying (variable) of class SoSoundElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoSoundElement.h:76: warning: Member ispartofactivescenegraph (variable) of class SoSoundElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h:51: warning: Member beam (variable) of class SoSpotLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h:52: warning: Member beamActive (variable) of class SoSpotLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h:53: warning: Member beamPlacement (variable) of class SoSpotLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h:54: warning: Member beamScale (variable) of class SoSpotLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h:55: warning: Member beamSep (variable) of class SoSpotLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h:56: warning: Member beamSwitch (variable) of class SoSpotLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h:57: warning: Member material (variable) of class SoSpotLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h:58: warning: Member rotator (variable) of class SoSpotLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h:59: warning: Member translator (variable) of class SoSpotLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h:60: warning: Member translatorRotInv (variable) of class SoSpotLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoSpotLightDragger.h:61: warning: Member translatorSep (variable) of class SoSpotLightDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/draggers/SoSpotLightDragger.cpp:48: warning: image file spotlight.png is not found in IMAGE_PATH: assuming external image.
/var/pisi/coin-4.0.3-6/work/coin/src/manips/SoSpotLightManip.cpp:51: warning: image file spotlight.png is not found in IMAGE_PATH: assuming external image.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/SoState.h:67: warning: Member getElementNoPush(const int stackindex) const (function) of class SoState is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h:66: warning: Member Colorization (enumeration) of class SoSTLFileKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h:80: warning: Member canReadScene(void) const (function) of class SoSTLFileKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h:68: warning: Member info (variable) of class SoSTLFileKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h:69: warning: Member binary (variable) of class SoSTLFileKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h:70: warning: Member colorization (variable) of class SoSTLFileKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoForeignFileKit.h:74: warning: Member initClasses(void) (function) of class SoForeignFileKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h:53: warning: Member shapehints (variable) of class SoSTLFileKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h:54: warning: Member texture (variable) of class SoSTLFileKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h:55: warning: Member normalbinding (variable) of class SoSTLFileKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h:56: warning: Member normals (variable) of class SoSTLFileKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h:57: warning: Member materialbinding (variable) of class SoSTLFileKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h:58: warning: Member material (variable) of class SoSTLFileKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h:59: warning: Member coordinates (variable) of class SoSTLFileKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoSTLFileKit.h:60: warning: Member facets (variable) of class SoSTLFileKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/ForeignFiles/SoForeignFileKit.h:49: warning: Member topSeparator (variable) of class SoForeignFileKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:48: warning: Member boxGeom (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:49: warning: Member surroundScale (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:50: warning: Member tabPlane1 (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:51: warning: Member tabPlane1Sep (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:52: warning: Member tabPlane1Xf (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:53: warning: Member tabPlane2 (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:54: warning: Member tabPlane2Sep (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:55: warning: Member tabPlane2Xf (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:56: warning: Member tabPlane3 (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:57: warning: Member tabPlane3Sep (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:58: warning: Member tabPlane3Xf (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:59: warning: Member tabPlane4 (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:60: warning: Member tabPlane4Sep (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:61: warning: Member tabPlane4Xf (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:62: warning: Member tabPlane5 (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:63: warning: Member tabPlane5Sep (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:64: warning: Member tabPlane5Xf (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:65: warning: Member tabPlane6 (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:66: warning: Member tabPlane6Sep (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabBoxDragger.h:67: warning: Member tabPlane6Xf (variable) of class SoTabBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h:50: warning: Member cornerScaleCoords (variable) of class SoTabPlaneDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h:51: warning: Member cornerScaleTab0 (variable) of class SoTabPlaneDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h:52: warning: Member cornerScaleTab1 (variable) of class SoTabPlaneDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h:53: warning: Member cornerScaleTab2 (variable) of class SoTabPlaneDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h:54: warning: Member cornerScaleTab3 (variable) of class SoTabPlaneDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h:55: warning: Member edgeScaleCoords (variable) of class SoTabPlaneDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h:56: warning: Member edgeScaleTab0 (variable) of class SoTabPlaneDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h:57: warning: Member edgeScaleTab1 (variable) of class SoTabPlaneDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h:58: warning: Member edgeScaleTab2 (variable) of class SoTabPlaneDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h:59: warning: Member edgeScaleTab3 (variable) of class SoTabPlaneDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h:60: warning: Member planeSwitch (variable) of class SoTabPlaneDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h:61: warning: Member scaleTabHints (variable) of class SoTabPlaneDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h:62: warning: Member scaleTabMaterial (variable) of class SoTabPlaneDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h:63: warning: Member scaleTabMaterialBinding (variable) of class SoTabPlaneDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h:64: warning: Member scaleTabNormal (variable) of class SoTabPlaneDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h:65: warning: Member scaleTabNormalBinding (variable) of class SoTabPlaneDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h:66: warning: Member scaleTabs (variable) of class SoTabPlaneDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTabPlaneDragger.h:67: warning: Member translator (variable) of class SoTabPlaneDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTexture2Convert.h:48: warning: Member sourceImage (variable) of class SoTexture2Convert is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/engines/SoTexture2Convert.h:49: warning: Member image (variable) of class SoTexture2Convert is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h:75: warning: Member rgbSource (variable) of class SoTextureCombine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h:76: warning: Member alphaSource (variable) of class SoTextureCombine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h:78: warning: Member rgbOperand (variable) of class SoTextureCombine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h:79: warning: Member alphaOperand (variable) of class SoTextureCombine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h:81: warning: Member rgbOperation (variable) of class SoTextureCombine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h:82: warning: Member alphaOperation (variable) of class SoTextureCombine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h:84: warning: Member rgbScale (variable) of class SoTextureCombine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h:85: warning: Member alphaScale (variable) of class SoTextureCombine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCombine.h:87: warning: Member constantColor (variable) of class SoTextureCombine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoTextureCombine.cpp:59: warning: image file lightmap.jpg is not found in IMAGE_PATH: assuming external image.
/var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoTextureCombine.cpp:94: warning: image file lightmap_screenshot.png is not found in IMAGE_PATH: assuming external image.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureCombineElement.h:55: warning: Member Source (enumeration) of class SoTextureCombineElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureCombineElement.h:61: warning: Member Operand (enumeration) of class SoTextureCombineElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureCombineElement.h:67: warning: Member Operation (enumeration) of class SoTextureCombineElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureCombineElement.h:92: warning: Member isDefault(SoState *const state, const int unit) (function) of class SoTextureCombineElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureCombineElement.h:123: warning: Member apply(SoState *state, const int unit) (function) of class SoTextureCombineElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureCombineElement.h:143: warning: Member getUnitData(const int unit) const (function) of class SoTextureCombineElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCube.h:54: warning: Member pimpl (variable) of class SoTextureCoordinateCube is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateCylinder.h:54: warning: Member pimpl (variable) of class SoTextureCoordinateCylinder is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureCoordinateSphere.h:54: warning: Member pimpl (variable) of class SoTextureCoordinateSphere is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureOverrideElement.h:59: warning: Member getQualityOverride(SoState *state) (function) of class SoTextureOverrideElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureOverrideElement.h:60: warning: Member getImageOverride(SoState *state) (function) of class SoTextureOverrideElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureOverrideElement.h:61: warning: Member getBumpMapOverride(SoState *state) (function) of class SoTextureOverrideElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureOverrideElement.h:63: warning: Member setQualityOverride(SoState *state, const SbBool value) (function) of class SoTextureOverrideElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureOverrideElement.h:64: warning: Member setImageOverride(SoState *state, const SbBool value) (function) of class SoTextureOverrideElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoTextureOverrideElement.h:65: warning: Member setBumpMapOverride(SoState *state, const SbBool value) (function) of class SoTextureOverrideElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/elements/SoTextureScalePolicyElement.h:45: warning: Member getClassTypeId(void) (function) of class SoTextureScalePolicyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/elements/SoTextureScalePolicyElement.h:45: warning: Member getClassStackIndex(void) (function) of class SoTextureScalePolicyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/elements/SoTextureScalePolicyElement.h:45: warning: Member createInstance(void) (function) of class SoTextureScalePolicyElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/elements/SoTextureScaleQualityElement.h:45: warning: Member getClassTypeId(void) (function) of class SoTextureScaleQualityElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/elements/SoTextureScaleQualityElement.h:45: warning: Member getClassStackIndex(void) (function) of class SoTextureScaleQualityElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/elements/SoTextureScaleQualityElement.h:45: warning: Member createInstance(void) (function) of class SoTextureScaleQualityElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoTextureUnit.h:49: warning: Member MappingMethod (enumeration) of class SoTextureUnit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:55: warning: Member XRotator (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:56: warning: Member XRotatorActive (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:57: warning: Member XRotatorSwitch (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:58: warning: Member YRotator (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:59: warning: Member YRotatorActive (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:60: warning: Member YRotatorSwitch (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:61: warning: Member ZRotator (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:62: warning: Member ZRotatorActive (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:63: warning: Member ZRotatorSwitch (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:64: warning: Member antiSquish (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:65: warning: Member rotator (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:66: warning: Member rotatorActive (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:67: warning: Member rotatorSwitch (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:68: warning: Member surroundScale (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:69: warning: Member userAxis (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:70: warning: Member userAxisActive (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:71: warning: Member userAxisRotation (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:72: warning: Member userAxisSwitch (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:73: warning: Member userRotator (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:74: warning: Member userRotatorActive (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTrackballDragger.h:75: warning: Member userRotatorSwitch (variable) of class SoTrackballDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoTransformation.cpp:82: warning: image file transformaccum.png is not found in IMAGE_PATH: assuming external image.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:49: warning: Member antiSquish (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:50: warning: Member rotator1 (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:51: warning: Member rotator1Rot (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:52: warning: Member rotator1Sep (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:53: warning: Member rotator2 (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:54: warning: Member rotator2Rot (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:55: warning: Member rotator2Sep (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:56: warning: Member rotator3 (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:57: warning: Member rotator3Rot (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:58: warning: Member rotator3Sep (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:59: warning: Member scaler (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:60: warning: Member surroundScale (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:61: warning: Member translator1 (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:62: warning: Member translator1Rot (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:63: warning: Member translator1Sep (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:64: warning: Member translator2 (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:65: warning: Member translator2Rot (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:66: warning: Member translator2Sep (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:67: warning: Member translator3 (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:68: warning: Member translator3Rot (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:69: warning: Member translator3Sep (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:70: warning: Member translator4 (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:71: warning: Member translator4Rot (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:72: warning: Member translator4Sep (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:73: warning: Member translator5 (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:74: warning: Member translator5Rot (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:75: warning: Member translator5Sep (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:76: warning: Member translator6 (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:77: warning: Member translator6Rot (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformBoxDragger.h:78: warning: Member translator6Sep (variable) of class SoTransformBoxDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:226: warning: Member unsquishKnobs(void) (function) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:228: warning: Member isLocateHighlighting(void) (function) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:229: warning: Member setLocateHighlighting(SbBool onoff) (function) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:234: warning: Member getBoxPointInWorldSpace(const SbVec3f &pointonunitbox) (function) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:235: warning: Member getBoxDirInWorldSpace(const SbVec3f &dironunitbox) (function) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:236: warning: Member getWorldPointInBoxSpace(const SbVec3f &pointinworldspace) (function) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:237: warning: Member getWorldPointInPixelSpace(const SbVec3f &thepoint) (function) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:239: warning: Member getInteractiveCenterInBoxSpace(void) (function) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:231: warning: Member setColinearThreshold(int newval) (function) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:232: warning: Member getColinearThreshold(void) (function) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:195: warning: Member minDiscRotDot (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:257: warning: Member updateAntiSquishList(void) (function) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:258: warning: Member setAllPartSwitches(int scalewhich, int rotatewhich, int translatewhich) (function) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:52: warning: Member axisFeedbackLocation (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:53: warning: Member axisFeedbackSep (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:54: warning: Member circleFeedbackAntiSquish (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:55: warning: Member circleFeedbackSep (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:56: warning: Member circleFeedbackTransform (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:57: warning: Member circleFeedbackTransformSwitch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:58: warning: Member negXRoundWallFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:59: warning: Member negXWallFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:60: warning: Member negXWallFeedbackSwitch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:61: warning: Member negYRoundWallFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:62: warning: Member negYWallFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:63: warning: Member negYWallFeedbackSwitch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:64: warning: Member negZRoundWallFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:65: warning: Member negZWallFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:66: warning: Member negZWallFeedbackSwitch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:67: warning: Member overallStyle (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:68: warning: Member posXRoundWallFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:69: warning: Member posXWallFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:70: warning: Member posXWallFeedbackSwitch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:71: warning: Member posYRoundWallFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:72: warning: Member posYWallFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:73: warning: Member posYWallFeedbackSwitch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:74: warning: Member posZRoundWallFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:75: warning: Member posZWallFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:76: warning: Member posZWallFeedbackSwitch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:77: warning: Member radialFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:78: warning: Member radialFeedbackSwitch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:79: warning: Member rotator1 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:80: warning: Member rotator1Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:81: warning: Member rotator1LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:82: warning: Member rotator1Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:83: warning: Member rotator2 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:84: warning: Member rotator2Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:85: warning: Member rotator2LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:86: warning: Member rotator2Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:87: warning: Member rotator3 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:88: warning: Member rotator3Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:89: warning: Member rotator3LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:90: warning: Member rotator3Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:91: warning: Member rotator4 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:92: warning: Member rotator4Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:93: warning: Member rotator4LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:94: warning: Member rotator4Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:95: warning: Member rotator5 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:96: warning: Member rotator5Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:97: warning: Member rotator5LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:98: warning: Member rotator5Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:99: warning: Member rotator6 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:100: warning: Member rotator6Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:101: warning: Member rotator6LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:102: warning: Member rotator6Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:103: warning: Member rotatorSep (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:104: warning: Member scale1 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:105: warning: Member scale1Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:106: warning: Member scale1LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:107: warning: Member scale1Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:108: warning: Member scale2 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:109: warning: Member scale2Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:110: warning: Member scale2LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:111: warning: Member scale2Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:112: warning: Member scale3 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:113: warning: Member scale3Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:114: warning: Member scale3LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:115: warning: Member scale3Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:116: warning: Member scale4 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:117: warning: Member scale4Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:118: warning: Member scale4LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:119: warning: Member scale4Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:120: warning: Member scale5 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:121: warning: Member scale5Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:122: warning: Member scale5LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:123: warning: Member scale5Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:124: warning: Member scale6 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:125: warning: Member scale6Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:126: warning: Member scale6LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:127: warning: Member scale6Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:128: warning: Member scale7 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:129: warning: Member scale7Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:130: warning: Member scale7LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:131: warning: Member scale7Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:132: warning: Member scale8 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:133: warning: Member scale8Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:134: warning: Member scale8LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:135: warning: Member scale8Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:136: warning: Member scaleBoxFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:137: warning: Member scaleBoxFeedbackSwitch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:138: warning: Member scaleSep (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:139: warning: Member surroundScale (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:140: warning: Member translateBoxFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:141: warning: Member translateBoxFeedbackRotation (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:142: warning: Member translateBoxFeedbackSep (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:143: warning: Member translateBoxFeedbackSwitch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:144: warning: Member translator1 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:145: warning: Member translator1Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:146: warning: Member translator1LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:147: warning: Member translator1Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:148: warning: Member translator2 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:149: warning: Member translator2Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:150: warning: Member translator2LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:151: warning: Member translator2Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:152: warning: Member translator3 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:153: warning: Member translator3Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:154: warning: Member translator3LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:155: warning: Member translator3Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:156: warning: Member translator4 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:157: warning: Member translator4Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:158: warning: Member translator4LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:159: warning: Member translator4Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:160: warning: Member translator5 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:161: warning: Member translator5Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:162: warning: Member translator5LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:163: warning: Member translator5Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:164: warning: Member translator6 (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:165: warning: Member translator6Active (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:166: warning: Member translator6LocateGroup (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:167: warning: Member translator6Switch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:168: warning: Member translatorSep (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:169: warning: Member xAxisFeedbackActive (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:170: warning: Member xAxisFeedbackSelect (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:171: warning: Member xAxisFeedbackSwitch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:172: warning: Member xCircleFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:173: warning: Member xCircleFeedbackSwitch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:174: warning: Member xCrosshairFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:175: warning: Member yAxisFeedbackActive (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:176: warning: Member yAxisFeedbackSelect (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:177: warning: Member yAxisFeedbackSwitch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:178: warning: Member yCircleFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:179: warning: Member yCircleFeedbackSwitch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:180: warning: Member yCrosshairFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:181: warning: Member zAxisFeedbackActive (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:182: warning: Member zAxisFeedbackSelect (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:183: warning: Member zAxisFeedbackSwitch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:184: warning: Member zCircleFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:185: warning: Member zCircleFeedbackSwitch (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTransformerDragger.h:186: warning: Member zCrosshairFeedback (variable) of class SoTransformerDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate1Dragger.h:50: warning: Member feedback (variable) of class SoTranslate1Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate1Dragger.h:51: warning: Member feedbackActive (variable) of class SoTranslate1Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate1Dragger.h:52: warning: Member feedbackSwitch (variable) of class SoTranslate1Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate1Dragger.h:53: warning: Member translator (variable) of class SoTranslate1Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate1Dragger.h:54: warning: Member translatorActive (variable) of class SoTranslate1Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate1Dragger.h:55: warning: Member translatorSwitch (variable) of class SoTranslate1Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:83: warning: Member getProjectorEpsilon(void) const (function) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h:65: warning: Member minTranslation (variable) of class SoTranslate2Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h:66: warning: Member maxTranslation (variable) of class SoTranslate2Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h:50: warning: Member axisFeedbackSwitch (variable) of class SoTranslate2Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h:51: warning: Member feedback (variable) of class SoTranslate2Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h:52: warning: Member feedbackActive (variable) of class SoTranslate2Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h:53: warning: Member feedbackSwitch (variable) of class SoTranslate2Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h:54: warning: Member translator (variable) of class SoTranslate2Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h:55: warning: Member translatorActive (variable) of class SoTranslate2Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h:56: warning: Member translatorSwitch (variable) of class SoTranslate2Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h:57: warning: Member xAxisFeedback (variable) of class SoTranslate2Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoTranslate2Dragger.h:58: warning: Member yAxisFeedback (variable) of class SoTranslate2Dragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/draggers/SoDragger.h:66: warning: Member motionMatrix (variable) of class SoDragger is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:55: warning: Member geomSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoInteractionKit.h:56: warning: Member topSeparator (variable) of class SoInteractionKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/shapenodes/SoTriangleStripSet.cpp:89: warning: image file trianglestripset.png is not found in IMAGE_PATH: assuming external image.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:107: warning: Member getGLShaderParameter(const uint32_t cachecontext) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoShaderParameter.h:108: warning: Member ensureParameter(SoGLShaderObject *shader) (function) of class SoUniformShaderParameter is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/rendering/SoVBO.h:53: warning: Member init(void) (function) of class SoVBO is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/rendering/SoVBO.h:65: warning: Member testGLPerformance(const uint32_t contextid) (function) of class SoVBO is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/rendering/SoVBO.h:66: warning: Member shouldCreateVBO(SoState *state, const uint32_t contextid, const int numdata) (function) of class SoVBO is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/rendering/SoVBO.h:67: warning: Member shouldRenderAsVertexArrays(SoState *statea, const uint32_t contextid, const int numdata) (function) of class SoVBO is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h:122: warning: Member ColorTranslationMethod (enumeration) of class SoVectorizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h:124: warning: Member JoinLineStyle (enumeration) of class SoVectorizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h:126: warning: Member EndLineStyle (enumeration) of class SoVectorizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h:127: warning: Member HLHSRMode (enumeration) of class SoVectorizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h:83: warning: Member beginStandardPage(const PageSize &pagesize, const float border=10.0f) (function) of class SoVectorizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h:104: warning: Member getNominalWidth(DimensionUnit u=MM) const (function) of class SoVectorizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h:131: warning: Member setDrawingDimensions(float w, float h, DimensionUnit u=MM) (function) of class SoVectorizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h:135: warning: Member setStartPosition(float x, float y, DimensionUnit u=MM) (function) of class SoVectorizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h:154: warning: Member getMiterLimit(void) const (function) of class SoVectorizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoCallbackAction.h:182: warning: Member setCallbackAll(SbBool callbackall) (function) of class SoCallbackAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoCallbackAction.h:183: warning: Member isCallbackAll(void) const (function) of class SoCallbackAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h:83: warning: Member beginStandardPage(const PageSize &pagesize, const float border=10.0f) (function) of class SoVectorizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h:104: warning: Member getNominalWidth(DimensionUnit u=MM) const (function) of class SoVectorizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h:131: warning: Member setDrawingDimensions(float w, float h, DimensionUnit u=MM) (function) of class SoVectorizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h:135: warning: Member setStartPosition(float x, float y, DimensionUnit u=MM) (function) of class SoVectorizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h:154: warning: Member getMiterLimit(void) const (function) of class SoVectorizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoCallbackAction.h:182: warning: Member setCallbackAll(SbBool callbackall) (function) of class SoCallbackAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/actions/SoCallbackAction.h:183: warning: Member isCallbackAll(void) const (function) of class SoCallbackAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h:122: warning: Member ColorTranslationMethod (enumeration) of class SoVectorizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h:124: warning: Member JoinLineStyle (enumeration) of class SoVectorizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h:126: warning: Member EndLineStyle (enumeration) of class SoVectorizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/annex/HardCopy/SoVectorizeAction.h:127: warning: Member HLHSRMode (enumeration) of class SoVectorizeAction is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttribute.h:60: warning: Member getValuesField(void) const (function) of class SoVertexAttribute is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttribute.h:57: warning: Member name (variable) of class SoVertexAttribute is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodes/SoVertexAttribute.h:58: warning: Member typeName (variable) of class SoVertexAttribute is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/bundles/SoVertexAttributeBundle.h:47: warning: Member doAttributes(void) const (function) of class SoVertexAttributeBundle is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h:59: warning: Member Key (typedef) of class SoVertexAttributeElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h:60: warning: Member Type (typedef) of class SoVertexAttributeElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h:61: warning: Member AttributeApplyFunc(const Key &key, const Type &obj, void *closure) (typedef) of class SoVertexAttributeElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h:57: warning: Member getNumAttributes(void) const (function) of class SoVertexAttributeElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h:62: warning: Member applyToAttributes(AttributeApplyFunc *func, void *closure) const (function) of class SoVertexAttributeElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h:54: warning: Member add(SoState *const state, SoVertexAttributeData *attribdata) (function) of class SoVertexAttributeElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h:56: warning: Member getInstance(SoState *const state) (function) of class SoVertexAttributeElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/elements/SoVertexAttributeElement.h:67: warning: Member addElt(SoVertexAttributeData *attribdata) (function) of class SoVertexAttributeElement is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h:54: warning: Member open_func(const SbStringList &url, SoVRMLAudioClip *clip, void *userdataptr) (typedef) of class SoVRMLAudioClip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h:56: warning: Member read_func(void *datasource, void *buffer, int numframes, int &channels, SoVRMLAudioClip *clip, void *userdataptr) (typedef) of class SoVRMLAudioClip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h:59: warning: Member seek_func(void *datasource, long offset, int whence, SoVRMLAudioClip *clip, void *userdataptr) (typedef) of class SoVRMLAudioClip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h:61: warning: Member tell_func(void *datasource, SoVRMLAudioClip *clip, void *userdataptr) (typedef) of class SoVRMLAudioClip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h:63: warning: Member close_func(void *datasource, SoVRMLAudioClip *clip, void *userdataptr) (typedef) of class SoVRMLAudioClip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h:87: warning: Member getSampleRate() (function) of class SoVRMLAudioClip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h:76: warning: Member setSubdirectories(const SbList< SbString > &subdirectories) (function) of class SoVRMLAudioClip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h:77: warning: Member getSubdirectories() (function) of class SoVRMLAudioClip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h:78: warning: Member setDefaultPauseBetweenTracks(SbTime pause) (function) of class SoVRMLAudioClip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h:79: warning: Member getDefaultPauseBetweenTracks() (function) of class SoVRMLAudioClip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h:80: warning: Member setDefaultIntroPause(SbTime pause) (function) of class SoVRMLAudioClip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h:81: warning: Member getDefaultIntroPause() (function) of class SoVRMLAudioClip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h:82: warning: Member setDefaultSampleRate(int samplerate) (function) of class SoVRMLAudioClip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h:83: warning: Member getDefaultSampleRate() (function) of class SoVRMLAudioClip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h:84: warning: Member setDefaultTimerInterval(SbTime interval) (function) of class SoVRMLAudioClip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLAudioClip.h:85: warning: Member getDefaultTimerInterval() (function) of class SoVRMLAudioClip is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h:54: warning: Member groundColor (variable) of class SoVRMLBackground is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h:55: warning: Member groundAngle (variable) of class SoVRMLBackground is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h:56: warning: Member skyColor (variable) of class SoVRMLBackground is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h:57: warning: Member skyAngle (variable) of class SoVRMLBackground is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h:58: warning: Member backUrl (variable) of class SoVRMLBackground is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h:59: warning: Member bottomUrl (variable) of class SoVRMLBackground is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h:60: warning: Member frontUrl (variable) of class SoVRMLBackground is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h:61: warning: Member leftUrl (variable) of class SoVRMLBackground is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h:62: warning: Member rightUrl (variable) of class SoVRMLBackground is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h:63: warning: Member topUrl (variable) of class SoVRMLBackground is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h:71: warning: Member set_bind (variable) of class SoVRMLBackground is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLBackground.h:72: warning: Member isBound (variable) of class SoVRMLBackground is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:60: warning: Member renderCaching (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:61: warning: Member boundingBoxCaching (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:62: warning: Member renderCulling (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:63: warning: Member pickCulling (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:64: warning: Member bboxCenter (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:65: warning: Member bboxSize (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:54: warning: Member CacheEnabled (enumeration) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:92: warning: Member numRenderCaches (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColorInterpolator.h:46: warning: Member createInstance(void) (function) of class SoVRMLColorInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLColorInterpolator.h:46: warning: Member getOutputDataPtr(void) (function) of class SoVRMLColorInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInterpolator.h:45: warning: Member getOutputDataPtr(void) (function) of class SoVRMLInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinateInterpolator.h:45: warning: Member createInstance(void) (function) of class SoVRMLCoordinateInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinateInterpolator.h:51: warning: Member keyValue (variable) of class SoVRMLCoordinateInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinateInterpolator.h:52: warning: Member value_changed (variable) of class SoVRMLCoordinateInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLCoordinateInterpolator.h:45: warning: Member getOutputDataPtr(void) (function) of class SoVRMLCoordinateInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInterpolator.h:45: warning: Member getOutputDataPtr(void) (function) of class SoVRMLInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h:45: warning: Member isActive (variable) of class SoVRMLSensor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h:46: warning: Member enabled (variable) of class SoVRMLSensor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h:45: warning: Member isActive (variable) of class SoVRMLSensor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h:46: warning: Member enabled (variable) of class SoVRMLSensor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h:53: warning: Member beginCap (variable) of class SoVRMLExtrusion is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h:54: warning: Member ccw (variable) of class SoVRMLExtrusion is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h:55: warning: Member convex (variable) of class SoVRMLExtrusion is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h:56: warning: Member creaseAngle (variable) of class SoVRMLExtrusion is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h:57: warning: Member crossSection (variable) of class SoVRMLExtrusion is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h:58: warning: Member endCap (variable) of class SoVRMLExtrusion is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h:59: warning: Member orientation (variable) of class SoVRMLExtrusion is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h:60: warning: Member scale (variable) of class SoVRMLExtrusion is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h:61: warning: Member solid (variable) of class SoVRMLExtrusion is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLExtrusion.h:62: warning: Member spine (variable) of class SoVRMLExtrusion is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h:59: warning: Member Family (enumeration) of class SoVRMLFontStyle is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h:65: warning: Member Style (enumeration) of class SoVRMLFontStyle is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h:82: warning: Member getFontName(void) (function) of class SoVRMLFontStyle is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h:72: warning: Member size (variable) of class SoVRMLFontStyle is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h:73: warning: Member family (variable) of class SoVRMLFontStyle is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h:74: warning: Member style (variable) of class SoVRMLFontStyle is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h:75: warning: Member horizontal (variable) of class SoVRMLFontStyle is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h:76: warning: Member leftToRight (variable) of class SoVRMLFontStyle is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h:77: warning: Member topToBottom (variable) of class SoVRMLFontStyle is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h:78: warning: Member language (variable) of class SoVRMLFontStyle is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h:79: warning: Member justify (variable) of class SoVRMLFontStyle is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLFontStyle.h:80: warning: Member spacing (variable) of class SoVRMLFontStyle is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:54: warning: Member CacheEnabled (enumeration) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:60: warning: Member renderCaching (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:61: warning: Member boundingBoxCaching (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:62: warning: Member renderCulling (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:63: warning: Member pickCulling (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:64: warning: Member bboxCenter (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:65: warning: Member bboxSize (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:92: warning: Member numRenderCaches (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLImageTexture.h:57: warning: Member url (variable) of class SoVRMLImageTexture is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h:90: warning: Member setNormalCache(SoState *s, int numNormals, SbVec3f *normals) (function) of class SoVRMLVertexShape is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h:91: warning: Member getNormalCache(void) const (function) of class SoVRMLVertexShape is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h:63: warning: Member Binding (enumeration) of class SoVRMLVertexShape is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h:48: warning: Member coordIndex (variable) of class SoVRMLIndexedLine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h:49: warning: Member colorIndex (variable) of class SoVRMLIndexedLine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h:58: warning: Member getNumVerts(int startCoord) (function) of class SoVRMLIndexedLine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h:59: warning: Member setupIndices(int numFaces) (function) of class SoVRMLIndexedLine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h:60: warning: Member getColorIndices(void) (function) of class SoVRMLIndexedLine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h:58: warning: Member getNumVerts(int startCoord) (function) of class SoVRMLIndexedLine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h:59: warning: Member setupIndices(int numFaces) (function) of class SoVRMLIndexedLine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h:60: warning: Member getColorIndices(void) (function) of class SoVRMLIndexedLine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h:48: warning: Member coordIndex (variable) of class SoVRMLIndexedLine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLIndexedLine.h:49: warning: Member colorIndex (variable) of class SoVRMLIndexedLine is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h:90: warning: Member setNormalCache(SoState *s, int numNormals, SbVec3f *normals) (function) of class SoVRMLVertexShape is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h:91: warning: Member getNormalCache(void) const (function) of class SoVRMLVertexShape is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h:63: warning: Member Binding (enumeration) of class SoVRMLVertexShape is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInline.h:62: warning: Member BboxVisibility (enumeration) of class SoVRMLInline is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInline.h:68: warning: Member bboxCenter (variable) of class SoVRMLInline is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInline.h:69: warning: Member bboxSize (variable) of class SoVRMLInline is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInline.h:70: warning: Member url (variable) of class SoVRMLInline is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInterpolator.h:45: warning: Member getOutputDataPtr(void) (function) of class SoVRMLInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMovieTexture.h:60: warning: Member pauseTime (variable) of class SoVRMLMovieTexture is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMovieTexture.h:61: warning: Member resumeTime (variable) of class SoVRMLMovieTexture is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMovieTexture.h:65: warning: Member alpha (variable) of class SoVRMLMovieTexture is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMovieTexture.h:66: warning: Member model (variable) of class SoVRMLMovieTexture is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMovieTexture.h:67: warning: Member blendColor (variable) of class SoVRMLMovieTexture is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLMovieTexture.h:68: warning: Member scaleTexCoord (variable) of class SoVRMLMovieTexture is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNavigationInfo.h:65: warning: Member set_bind (variable) of class SoVRMLNavigationInfo is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNavigationInfo.h:66: warning: Member isBound (variable) of class SoVRMLNavigationInfo is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormalInterpolator.h:45: warning: Member createInstance(void) (function) of class SoVRMLNormalInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLNormalInterpolator.h:45: warning: Member getOutputDataPtr(void) (function) of class SoVRMLNormalInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInterpolator.h:45: warning: Member getOutputDataPtr(void) (function) of class SoVRMLInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLOrientationInterpolator.h:46: warning: Member createInstance(void) (function) of class SoVRMLOrientationInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLOrientationInterpolator.h:46: warning: Member getOutputDataPtr(void) (function) of class SoVRMLOrientationInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInterpolator.h:45: warning: Member getOutputDataPtr(void) (function) of class SoVRMLInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPixelTexture.h:51: warning: Member image (variable) of class SoVRMLPixelTexture is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h:45: warning: Member isActive (variable) of class SoVRMLSensor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h:46: warning: Member enabled (variable) of class SoVRMLSensor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPositionInterpolator.h:47: warning: Member createInstance(void) (function) of class SoVRMLPositionInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLPositionInterpolator.h:47: warning: Member getOutputDataPtr(void) (function) of class SoVRMLPositionInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInterpolator.h:45: warning: Member getOutputDataPtr(void) (function) of class SoVRMLInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScalarInterpolator.h:44: warning: Member createInstance(void) (function) of class SoVRMLScalarInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScalarInterpolator.h:44: warning: Member getOutputDataPtr(void) (function) of class SoVRMLScalarInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLInterpolator.h:45: warning: Member getOutputDataPtr(void) (function) of class SoVRMLInterpolator is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScript.h:57: warning: Member url (variable) of class SoVRMLScript is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScript.h:58: warning: Member directOutput (variable) of class SoVRMLScript is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLScript.h:59: warning: Member mustEvaluate (variable) of class SoVRMLScript is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h:45: warning: Member isActive (variable) of class SoVRMLSensor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h:46: warning: Member enabled (variable) of class SoVRMLSensor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLShape.h:62: warning: Member setNumRenderCaches(int num) (function) of class SoVRMLShape is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLShape.h:63: warning: Member getNumRenderCaches(void) (function) of class SoVRMLShape is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSound.h:78: warning: Member setBufferingProperties(int bufferLength, int numBuffers, SbTime sleepTime) (function) of class SoVRMLSound is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSound.h:80: warning: Member getBufferingProperties(int &bufferLength, int &numBuffers, SbTime &sleepTime) (function) of class SoVRMLSound is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSound.h:76: warning: Member setDefaultBufferingProperties(int bufferLength, int numBuffers, SbTime sleepTime) (function) of class SoVRMLSound is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSound.h:65: warning: Member dopplerFactor (variable) of class SoVRMLSound is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSound.h:66: warning: Member dopplerVelocity (variable) of class SoVRMLSound is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h:45: warning: Member isActive (variable) of class SoVRMLSensor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLSensor.h:46: warning: Member enabled (variable) of class SoVRMLSensor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLText.h:59: warning: Member Justification (enumeration) of class SoVRMLText is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLText.h:77: warning: Member children (variable) of class SoVRMLText is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTimeSensor.h:48: warning: Member createInstance(void) (function) of class SoVRMLTimeSensor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLTimeSensor.h:48: warning: Member getOutputDataPtr(void) (function) of class SoVRMLTimeSensor is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:60: warning: Member renderCaching (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:61: warning: Member boundingBoxCaching (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:62: warning: Member renderCulling (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:63: warning: Member pickCulling (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:64: warning: Member bboxCenter (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:65: warning: Member bboxSize (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:54: warning: Member CacheEnabled (enumeration) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLGroup.h:92: warning: Member numRenderCaches (variable) of class SoVRMLGroup is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h:63: warning: Member Binding (enumeration) of class SoVRMLVertexShape is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h:90: warning: Member setNormalCache(SoState *s, int numNormals, SbVec3f *normals) (function) of class SoVRMLVertexShape is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/VRMLnodes/SoVRMLVertexShape.h:91: warning: Member getNormalCache(void) const (function) of class SoVRMLVertexShape is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoWrapperKit.h:43: warning: Member contents (variable) of class SoWrapperKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoWrapperKit.h:44: warning: Member localTransform (variable) of class SoWrapperKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:45: warning: Member appearance (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:46: warning: Member childList (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:47: warning: Member pickStyle (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:48: warning: Member texture2Transform (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:49: warning: Member topSeparator (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:50: warning: Member transform (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoSeparatorKit.h:51: warning: Member units (variable) of class SoSeparatorKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/nodekits/SoBaseKit.h:71: warning: Member callbackList (variable) of class SoBaseKit is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/xml/document.cpp:141: warning: Member cc_xml_doc_expat_element_start_handler_cb(void *userdata, const XML_Char *elementtype, const XML_Char **attributes) (function) of namespace anonymous_namespace{document.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/xml/document.cpp:175: warning: Member cc_xml_doc_expat_element_end_handler_cb(void *userdata, const XML_Char *element) (function) of namespace anonymous_namespace{document.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/xml/document.cpp:220: warning: Member cc_xml_is_all_whitespace_p(const char *strptr) (function) of namespace anonymous_namespace{document.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/xml/document.cpp:238: warning: Member cc_xml_doc_expat_character_data_handler_cb(void *userdata, const XML_Char *cdata, int len) (function) of namespace anonymous_namespace{document.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/xml/document.cpp:298: warning: Member cc_xml_doc_expat_processing_instruction_handler_cb(void *userdata, const XML_Char *target, const XML_Char *pidata) (function) of namespace anonymous_namespace{document.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/xml/document.cpp:307: warning: Member cc_xml_doc_create_parser_x(cc_xml_doc *doc) (function) of namespace anonymous_namespace{document.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/xml/document.cpp:323: warning: Member cc_xml_doc_delete_parser_x(cc_xml_doc *doc) (function) of namespace anonymous_namespace{document.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/xml/document.cpp:517: warning: Member cc_xml_doc_parse_buffer_partial_init_x(cc_xml_doc *doc) (function) of namespace anonymous_namespace{document.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/SbName.cpp:357: warning: Member SbName_atexit(void) (function) of namespace anonymous_namespace{SbName.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/SbName.cpp:354: warning: Member emptyname (variable) of namespace anonymous_namespace{SbName.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/base/SbViewVolume.cpp:820: warning: Member clip_face(SbClip &clipper, const SbVec3f &v0, const SbVec3f &v1, const SbVec3f &v2, const SbVec3f &v3, const SbPlane *planes, SbBox3f &isect) (function) of namespace anonymous_namespace{SbViewVolume.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/scxml/ScXMLSendElt.cpp:360: warning: Member tokenize(const std::string &input, const std::string &delimiters, std::vector< std::string > &tokens, int count=-1) (function) of namespace anonymous_namespace{ScXMLSendElt.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/caches/SoPrimitiveVertexCache.cpp:236: warning: Member SoGLLazyElement_enabled(const SoState *state) (function) of namespace anonymous_namespace{SoPrimitiveVertexCache.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/profiler/SoProfiler.cpp:138: warning: Member tokenize(const std::string &input, const std::string &delimiters, std::vector< std::string > &tokens, int count=-1) (function) of namespace anonymous_namespace{SoProfiler.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/profiler/SoProfilerOverlayKit.cpp:62: warning: Member enableDepthTest(void *userdata, SoAction *action) (function) of namespace anonymous_namespace{SoProfilerOverlayKit.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/profiler/SoProfilerOverlayKit.cpp:67: warning: Member disableDepthTest(void *userdata, SoAction *action) (function) of namespace anonymous_namespace{SoProfilerOverlayKit.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/profiler/SoProfilerOverlayKit.cpp:72: warning: Member grabViewportInfo(void *userdata, SoAction *action) (function) of namespace anonymous_namespace{SoProfilerOverlayKit.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/nodes/SoSceneTexture2.cpp:331: warning: Member fbo_delete_cb(void *closure, uint32_t contextid) (function) of namespace anonymous_namespace{SoSceneTexture2.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/soscxml/SoScXMLEvent.cpp:61: warning: Member copyEventValues(SoEvent *lhs, const SoEvent *rhs) (function) of namespace anonymous_namespace{SoScXMLEvent.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/shadows/SoShadowGroup.cpp:1346: warning: Member initLightMaterial(SoShaderGenerator &gen, int i) (function) of namespace anonymous_namespace{SoShadowGroup.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/shadows/SoShadowGroup.cpp:1354: warning: Member addDirectionalLight(SoShaderGenerator &gen, int i) (function) of namespace anonymous_namespace{SoShadowGroup.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/shadows/SoShadowGroup.cpp:1361: warning: Member addSpotLight(SoShaderGenerator &gen, int i, SbBool needdist=FALSE) (function) of namespace anonymous_namespace{SoShadowGroup.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/shadows/SoShadowGroup.cpp:1377: warning: Member addDirSpotLight(SoShaderGenerator &gen, int i, SbBool needdist=FALSE) (function) of namespace anonymous_namespace{SoShadowGroup.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/shadows/SoShadowGroup.cpp:1388: warning: Member addPointLight(SoShaderGenerator &gen, int i) (function) of namespace anonymous_namespace{SoShadowGroup.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/CoinResources.h:40: warning: Member ResourceFlags (enumeration) of namespace CoinResources is not documented.
/var/pisi/coin-4.0.3-6/work/coin/include/Inventor/misc/CoinResources.h:42: warning: Member init(void) (function) of namespace CoinResources is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/misc/CoinResources.cpp:116: warning: Member ResourceMap (typedef) of namespace CoinResources::anonymous_namespace{CoinResources.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/misc/CoinResources.cpp:137: warning: Member getResourceHandle(const char *resloc) (function) of namespace CoinResources::anonymous_namespace{CoinResources.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/misc/CoinResources.cpp:148: warning: Member createResourceHandle(const char *resloc) (function) of namespace CoinResources::anonymous_namespace{CoinResources.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/misc/CoinResources.cpp:125: warning: Member cleanup(void) (function) of namespace CoinResources::anonymous_namespace{CoinResources.cpp} is not documented.
/var/pisi/coin-4.0.3-6/work/coin/src/misc/CoinResources.cpp:118: warning: Member resourcemap (variable) of namespace CoinResources::anonymous_namespace{CoinResources.cpp} is not documented.
egrep: warning: egrep is obsolescent; using grep -E
libtool: install: warning: remember to run `libtool --finish /usr/lib'