#include "ConstantAccessor.h"
#include "Flags.h"
#include "Logger.h"
#include "MetaDataPropagatingRegisterDecorator.h"
#include "Model.h"
#include "Visitor.h"
#include <ChimeraTK/NDRegisterAccessorAbstractor.h>
#include <boost/shared_ptr.hpp>
#include <cassert>
#include <iostream>
#include <unordered_map>
#include <unordered_set>
Go to the source code of this file.
|
| constexpr auto | ChimeraTK::explicitDataValidityTag = "_ChimeraTK_NodeHasExplicitDataValidity" |
| | Special tag to designate that a node should not automatically take over DataValidity of its owning module.
|
| |
| constexpr auto | ChimeraTK::independentVersionTag = "_ChimeraTK_NodeHasIndependentVersion" |
| | Special tag to designate that a push-input should not propagate VersionNumber updates to its owning module.
|
| |