1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654
|
/**************************************************************************\
*
* This file is part of the Coin 3D visualization library.
* Copyright (C) by Kongsberg Oil & Gas Technologies.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* ("GPL") version 2 as published by the Free Software Foundation.
* See the file LICENSE.GPL at the root directory of this source
* distribution for additional information about the GNU GPL.
*
* For using Coin with software that can not be combined with the GNU
* GPL, and for taking advantage of the additional benefits of our
* support services, please contact Kongsberg Oil & Gas Technologies
* about acquiring a Coin Professional Edition License.
*
* See http://www.coin3d.org/ for more information.
*
* Kongsberg Oil & Gas Technologies, Bygdoy Alle 5, 0257 Oslo, NORWAY.
* http://www.sim.no/ sales@sim.no coin-support@coin3d.org
*
\**************************************************************************/
// Important note: the methods between BEGIN/END TEMPLATE are
// generated by the Coin/scripts/templant script from the code in
// MFNodeEnginePath.tpl. You'll find some specific SoMFNode methods at
// the bottom of this source file.
//$ BEGIN TEMPLATE MFNodeEnginePath(NODE, Node, node)
/*!
\class SoMFNode SoMFNode.h Inventor/fields/SoMFNode.h
\brief The SoMFNode class is a container for nodes.
\ingroup fields
This field container stores an array of pointers to nodes. It takes
care of the necessary functionality for handling copy, import and
export operations.
Note that node pointers stored in field instances of this type may
be \c NULL pointers.
\sa SoNode, SoSFNode
*/
// Type-specific define to be able to do #ifdef tests on type. (Note:
// used to check the header file wrapper define, but that doesn't work
// with --enable-compact build.)
#define COIN_INTERNAL_SOMFNODE
#include <Inventor/fields/SoMFNode.h>
#include "SbBasicP.h"
#include <Inventor/fields/SoSFNode.h>
#include <Inventor/SoOutput.h>
#include <Inventor/actions/SoWriteAction.h>
#include <Inventor/SoPath.h>
#include <Inventor/engines/SoEngine.h>
#include <Inventor/nodes/SoNode.h>
#if COIN_DEBUG
#include <Inventor/errors/SoDebugError.h>
#endif // COIN_DEBUG
#include "fields/SoSubFieldP.h"
#include "misc/SoBaseP.h"
// These are the macros from SO_MFIELD_SOURCE_MALLOC we're
// using. What's missing is the SO_MFIELD_VALUE_SOURCE macro, which we
// need to implement "by hand" so reference counting and auditing
// comes out correctly.
SO_MFIELD_REQUIRED_SOURCE(SoMFNode);
SO_MFIELD_CONSTRUCTOR_SOURCE(SoMFNode);
SO_MFIELD_MALLOC_SOURCE(SoMFNode, SoNode *);
// Note that we're using the MALLOC versions (which just does
// bit-copying) of the macros, and not the the ALLOC versions (which
// allocates with "new", so constructors are run). The reason for this
// is that it's node/engine/path *pointers* that are simply bit-wise
// copied.
// Override from parent class.
void
SoMFNode::initClass(void)
{
SO_MFIELD_INTERNAL_INIT_CLASS(SoMFNode);
}
// No need to document readValue() and writeValue() here, as the
// necessary information is provided by the documentation of the
// parent classes.
#ifndef DOXYGEN_SKIP_THIS
//// From the SO_MFIELD_VALUE_SOURCE macro, start. ///////////////////////////
// We can't use the macro invocation, as we need to take care of doing
// ref() and unref() on the nodes in the array.
int
SoMFNode::fieldSizeof(void) const
{
return sizeof(SoNode *);
}
void *
SoMFNode::valuesPtr(void)
{
return this->values;
}
void
SoMFNode::setValuesPtr(void * ptr)
{
// We don't get any ref()'ing done here, or any notification
// mechanisms set up -- so this function should _only_ be used for
// initial setup of array memory. In Coin, it's only used from
// SoMField::allocValues().
this->values = static_cast<SoNode **>(ptr);
}
int
SoMFNode::find(SoNode * value, SbBool addifnotfound)
{
for (int i=0; i < this->num; i++) if ((*this)[i] == value) return i;
if (addifnotfound) this->set1Value(this->num, value);
return -1;
}
void
SoMFNode::setValues(const int start, const int numarg, const SoNode ** newvals)
{
// Disable temporarily, so we under any circumstances will not send
// more than one notification about the changes.
SbBool notificstate = this->enableNotify(FALSE);
// Important note: the notification state is reset at the end, so
// this function should *not* have multiple return-points.
// ref() new nodes before unref()-ing old ones, in case there are
// common nodes (we don't want any premature destruction to happen).
{ for (int i=0; i < numarg; i++) if (newvals[i]) newvals[i]->ref(); }
// We favor simplicity of code over performance here.
{ for (int i=0; i < numarg; i++)
this->set1Value(start+i, const_cast<SoNode *>(newvals[i])); }
// unref() to match the initial ref().
{ for (int i=0; i < numarg; i++) if (newvals[i]) newvals[i]->unref(); }
// Finally, send notification.
(void)this->enableNotify(notificstate);
if (notificstate) this->valueChanged();
}
void
SoMFNode::set1Value(const int idx, SoNode * newval)
{
// Disable temporarily, so we under no circumstances will send more
// than one notification about the change.
SbBool notificstate = this->enableNotify(FALSE);
// Important note: the notification state is reset at the end, so
// this function should *not* have multiple return-points.
// Don't use getNum(), getValues() or operator[] to find old values,
// since this might trigger a recursive evaluation call if the field
// is connected.
// Expand array if necessary.
if (idx >= this->num) {
#ifdef COIN_INTERNAL_SOMFPATH
for (int i = this->num; i <= idx; i++) this->pathheads.append(NULL);
#endif // COIN_INTERNAL_SOMFPATH
this->setNum(idx + 1);
}
SoNode * oldptr = this->values[idx];
if (oldptr != newval) {
if (oldptr) {
#ifdef COIN_INTERNAL_SOMFPATH
SoNode * h = oldptr->getHead();
// The path should be audited by us at all times. So don't use
// SoMFPath to wrap SoTempPath or SoLightPath, for instance.
assert(h==this->pathheads[idx] &&
"Path head changed without notification!");
if (h) {
h->removeAuditor(this, SoNotRec::FIELD);
h->unref();
}
#endif // COIN_INTERNAL_SOMFPATH
oldptr->removeAuditor(this, SoNotRec::FIELD);
oldptr->unref();
}
if (newval) {
newval->addAuditor(this, SoNotRec::FIELD);
newval->ref();
#ifdef COIN_INTERNAL_SOMFPATH
SoNode * h = newval->getHead();
if (h) {
h->addAuditor(this, SoNotRec::FIELD);
h->ref();
}
#endif // COIN_INTERNAL_SOMFPATH
}
this->values[idx] = newval;
#ifdef COIN_INTERNAL_SOMFPATH
this->pathheads[idx] = newval ? newval->getHead() : NULL;
#endif // COIN_INTERNAL_SOMFPATH
}
// Finally, send notification.
(void)this->enableNotify(notificstate);
if (notificstate) this->valueChanged();
}
void
SoMFNode::setValue(SoNode * value)
{
this->deleteAllValues();
this->set1Value(0, value);
}
SbBool
SoMFNode::operator==(const SoMFNode & field) const
{
if (this == &field) return TRUE;
if (this->getNum() != field.getNum()) return FALSE;
const SoNode ** const lhs = this->getValues(0);
const SoNode ** const rhs = field.getValues(0);
for (int i = 0; i < num; i++) if (lhs[i] != rhs[i]) return FALSE;
return TRUE;
}
/*!
\copydoc SoMFFloat::deleteAllValues()
*/
void
SoMFNode::deleteAllValues(void)
{
// Don't use getNum(), but use this->num directly, since getNum()
// might trigger a recursive evaluation call if the field
// is connected.
if (this->num) this->deleteValues(0);
}
// Overridden to handle unref() and removeAuditor().
void
SoMFNode::deleteValues(int start, int numarg)
{
// Note: this function overrides the one in SoMField, so if you do
// any changes here, take a look at that method aswell.
if (numarg == -1) numarg = this->num - start;
for (int i=start; i < start+numarg; i++) {
SoNode * n = this->values[i];
if (n) {
n->removeAuditor(this, SoNotRec::FIELD);
n->unref();
}
#ifdef COIN_INTERNAL_SOMFPATH
SoNode * h = this->pathheads[start];
this->pathheads.remove(start);
if (h) {
h->removeAuditor(this, SoNotRec::FIELD);
h->unref();
}
#endif // COIN_INTERNAL_SOMFPATH
}
inherited::deleteValues(start, numarg);
}
// Overridden to insert NULL pointers in new array slots.
void
SoMFNode::insertSpace(int start, int numarg)
{
// Disable temporarily so we don't send notification prematurely
// from inherited::insertSpace().
SbBool notificstate = this->enableNotify(FALSE);
// Important note: the notification state is reset at the end, so
// this function should *not* have multiple return-points.
inherited::insertSpace(start, numarg);
for (int i=start; i < start+numarg; i++) {
#ifdef COIN_INTERNAL_SOMFPATH
this->pathheads.insert(NULL, start);
#endif // COIN_INTERNAL_SOMFPATH
this->values[i] = NULL;
}
// Initialization done, now send notification.
(void)this->enableNotify(notificstate);
if (notificstate) this->valueChanged();
}
/*!
\copydoc SoMFFloat::copyValue()
*/
void
SoMFNode::copyValue(int to, int from)
{
this->values[to] = this->values[from];
}
//// From the SO_MFIELD_VALUE_SOURCE macro, end. /////////////////////////////
// Import a single node.
SbBool
SoMFNode::read1Value(SoInput * in, int index)
{
#if 0
// this was an attempt to fix reading of NULL keywords inside
// SoMFNode. Unfortunately it introduced a much more serious bug
// (reading of USE keywords stopped working). I'm disabling this
// until we find a proper way to fix that bug.
SoNode * node = SoBaseP::readNode(in);
if (!node) return FALSE;
this->set1Value(index, node);
return TRUE;
#else // buggy version
SoSFNode sfnode;
SbBool result = sfnode.readValue(in);
if (result) {
SoNode * node = sfnode.getValue();
if (!node) return FALSE;
this->set1Value(index, node);
};
return result;
#endif // old version
}
// Export a single node.
void
SoMFNode::write1Value(SoOutput * out, int idx) const
{
// NB: This code is common for SoMFNode, SoMFPath and SoMFEngine.
// That's why we check for the base type before writing.
SoBase * base = this->values[idx];
if (base) {
if (base->isOfType(SoNode::getClassTypeId())) {
coin_assert_cast<SoNode *>(base)->writeInstance(out);
}
else if (base->isOfType(SoPath::getClassTypeId())) {
SoWriteAction wa(out);
wa.continueToApply(coin_assert_cast<SoPath *>(base));
}
else if (base->isOfType(SoEngine::getClassTypeId())) {
coin_assert_cast<SoEngine *>(base)->writeInstance(out);
}
}
else {
out->write("NULL");
}
}
#endif // DOXYGEN_SKIP_THIS
// Overridden from parent to propagate write reference counting to
// node.
void
SoMFNode::countWriteRefs(SoOutput * out) const
{
inherited::countWriteRefs(out);
for (int i = 0; i < this->getNum(); i++) {
SoBase * base = this->values[i];
if (base) {
// NB: This code is common for SoMFNode, SoMFPath and SoMFEngine.
// That's why we check the base type before writing/counting
if (base->isOfType(SoNode::getClassTypeId())) {
coin_assert_cast<SoNode *>(base)->writeInstance(out);
}
else if (base->isOfType(SoEngine::getClassTypeId())) {
coin_assert_cast<SoEngine*>(base)->addWriteReference(out);
}
else if (base->isOfType(SoPath::getClassTypeId())) {
SoWriteAction wa(out);
wa.continueToApply(coin_assert_cast<SoPath *>(base));
}
}
}
}
// Override from parent to update our node pointer
// references. This is necessary so we do the Right Thing with regard
// to the copyconnections flag.
//
// Note that we have to unplug auditing and the reference counter
// addition we made during the copy process.
//
// For reference for future debugging sessions, copying of this field
// goes like this:
//
// - copyFrom() is called (typically from SoFieldData::overlay())
// - copyFrom() calls operator=()
// - operator=() calls setValues()
// - we have a local copy (ie not from SoSubField.h) of setValues()
// that sets up auditing and references the array items
//
// <mortene@sim.no>
void
SoMFNode::fixCopy(SbBool copyconnections)
{
// Disable temporarily, so we under no circumstances will send more
// than one notification about the changes.
SbBool notificstate = this->enableNotify(FALSE);
// Important note: the notification state is reset at the end, so
// this function should *not* have multiple return-points.
for (int i=0; i < this->getNum(); i++) {
SoNode * n = (*this)[i];
if (n) {
#if COIN_DEBUG
n->assertAlive();
#endif // COIN_DEBUG
// The set1Value() call below will automatically de-audit and
// un-ref the old pointer value node reference we have in the
// array, *before* re-inserting a copy.
#if defined(COIN_INTERNAL_SOMFNODE) || defined(COIN_INTERNAL_SOMFENGINE)
SoFieldContainer * fc = SoFieldContainer::findCopy(n, copyconnections);
#if COIN_DEBUG
if (fc) fc->assertAlive();
#endif // COIN_DEBUG
if (fc) this->set1Value(i, coin_assert_cast<SoNode *>(fc));
#endif // COIN_INTERNAL_SOMFNODE || COIN_INTERNAL_SOMFENGINE
#ifdef COIN_INTERNAL_SOMFPATH
this->set1Value(i, n->copy());
#endif // COIN_INTERNAL_SOMFPATH
}
}
// Finally, send notification.
(void)this->enableNotify(notificstate);
if (notificstate) this->valueChanged();
}
// Override from SoField to check node pointer.
SbBool
SoMFNode::referencesCopy(void) const
{
if (inherited::referencesCopy()) return TRUE;
for (int i=0; i < this->getNum(); i++) {
SoNode * item = (*this)[i];
if (item) {
#if defined(COIN_INTERNAL_SOMFNODE) || defined(COIN_INTERNAL_SOMFENGINE)
if (SoFieldContainer::checkCopy(coin_assert_cast<SoFieldContainer *>(item))) return TRUE;
#endif // COIN_INTERNAL_SOMFNODE || COIN_INTERNAL_SOMFENGINE
#ifdef COIN_INTERNAL_SOMFPATH
if (item->getHead() && SoFieldContainer::checkCopy(item->getHead())) return TRUE;
#endif // COIN_INTERNAL_SOMFPATH
}
}
return FALSE;
}
// Kill the type-specific define.
#undef COIN_INTERNAL_SOMFNODE
//$ END TEMPLATE MFNodeEnginePath
/*!
Adds a node at the end of the array.
\COIN_FUNCTION_EXTENSION
\since Coin 2.0
*/
void
SoMFNode::addNode(SoNode * node)
{
this->set1Value(this->getNum(), node);
}
/*!
Inserts a node at index \a idx.
\COIN_FUNCTION_EXTENSION
\since Coin 2.0
*/
void
SoMFNode::insertNode(SoNode * node, int idx)
{
assert(idx >= 0 && idx <= this->getNum());
this->insertSpace(idx, 1);
this->set1Value(idx, node);
}
/*!
Returns the node at index \a idx.
\COIN_FUNCTION_EXTENSION
\since Coin 2.0
*/
SoNode *
SoMFNode::getNode(int idx) const
{
assert(idx >= 0 && idx < this->getNum());
return const_cast<SoNode *>(this->getValues(0)[idx]);
}
/*!
Returns the index for the first instance of \a node in the field,
or -1 if not found.
\COIN_FUNCTION_EXTENSION
\since Coin 2.0
*/
int
SoMFNode::findNode(const SoNode * node) const
{
const SoNode ** ptr = this->getValues(0);
const int n = this->getNum();
for (int i = 0; i < n; i++) {
if (ptr[i] == node) return i;
}
return -1;
}
/*!
Returns the number of nodes in this field.
\COIN_FUNCTION_EXTENSION
\since Coin 2.0
*/
int
SoMFNode::getNumNodes(void) const
{
return this->getNum();
}
/*!
Removes the node at index \a idx.
\COIN_FUNCTION_EXTENSION
\since Coin 2.0
*/
void
SoMFNode::removeNode(int idx)
{
assert(idx >= 0 && idx < this->getNum());
this->deleteValues(idx, 1);
}
/*!
Removes the first instance of \a node in the field.
\COIN_FUNCTION_EXTENSION
\since Coin 2.0
*/
void
SoMFNode::removeNode(SoNode * node)
{
int idx = this->findNode(node);
if (idx >= 0) this->removeNode(idx);
}
/*!
Removes all nodes from the field.
\COIN_FUNCTION_EXTENSION
\since Coin 2.0
*/
void
SoMFNode::removeAllNodes(void)
{
this->setNum(0);;
}
/*!
Replaces the node at index \a idx with \a newnode.
\COIN_FUNCTION_EXTENSION
\since Coin 2.0
*/
void
SoMFNode::replaceNode(int idx, SoNode * newnode)
{
assert(idx >= 0 && idx < this->getNum());
this->set1Value(idx, newnode);
}
/*!
Replaces the first instance of \a oldnode with \a newnode.
\COIN_FUNCTION_EXTENSION
\since Coin 2.0
*/
void
SoMFNode::replaceNode(SoNode * oldnode, SoNode * newnode)
{
int idx = this->findNode(oldnode);
if (idx >= 0) this->replaceNode(idx, newnode);
}
#ifdef COIN_TEST_SUITE
#include <Inventor/errors/SoReadError.h>
// Do-nothing error handler for ignoring read errors while testing.
static void
readErrorHandler(const SoError * error, void * data)
{
}
BOOST_AUTO_TEST_CASE(initialized)
{
SoMFNode field;
BOOST_CHECK_MESSAGE(field.getTypeId() != SoType::badType(),
"missing class initialization");
BOOST_CHECK_EQUAL(field.getNum(), 0);
}
BOOST_AUTO_TEST_CASE(NULLreading)
{
// FIXME: We are forced to restore the global state before terminating,
// or independent tests could fail. (sveinung 20071108)
SoErrorCB * prevErrorCB = SoReadError::getHandlerCallback();
SoReadError::setHandlerCallback(readErrorHandler, NULL);
const char file[] =
"[ DEF mycube Cube {} USE mycube ]";
SoInput in;
in.setBuffer(reinterpret_cast<void *> (const_cast<char *> (file)), sizeof(file));
SoMFNode field;
BOOST_CHECK_MESSAGE(field.read(&in, SbName("test")),
"DEF/USE reading in SoMFNode is broken");
SoReadError::setHandlerCallback(prevErrorCB, NULL);
}
#endif // COIN_TEST_SUITE
|