diff --git a/AmtfDbAccess/head/graph_legend.html b/AmtfDbAccess/head/graph_legend.html index 20193881c40..0db78db1111 100644 --- a/AmtfDbAccess/head/graph_legend.html +++ b/AmtfDbAccess/head/graph_legend.html @@ -129,7 +129,7 @@ diff --git a/AmtfDbAccess/head/index.html b/AmtfDbAccess/head/index.html index 05cb48965fd..498f1baaaed 100644 --- a/AmtfDbAccess/head/index.html +++ b/AmtfDbAccess/head/index.html @@ -69,7 +69,7 @@ diff --git a/ChimeraTK-ApplicationCore/head/.git-describe b/ChimeraTK-ApplicationCore/head/.git-describe index f8a8cbf32c2..b897c1e6c07 100644 --- a/ChimeraTK-ApplicationCore/head/.git-describe +++ b/ChimeraTK-ApplicationCore/head/.git-describe @@ -1 +1 @@ -03.09.00-25-g6115fba +04.00.00 diff --git a/ChimeraTK-ApplicationCore/head/html/_application_8cc_source.html b/ChimeraTK-ApplicationCore/head/html/_application_8cc_source.html index cd65d7a9a70..3252094d424 100644 --- a/ChimeraTK-ApplicationCore/head/html/_application_8cc_source.html +++ b/ChimeraTK-ApplicationCore/head/html/_application_8cc_source.html @@ -392,7 +392,7 @@
ChimeraTK::Application::initialise
void initialise() override
Definition: Application.cc:106
ChimeraTK::XMLGenerator
Generate XML representation of variables.
Definition: XMLGeneratorVisitor.h:23
ChimeraTK::Application::run
void run() override
Execute the module.
Definition: Application.cc:134
-
ChimeraTK::Utilities::checkName
bool checkName(const std::string &name, bool allowDotsAndSlashes)
Check given name for characters which are not allowed in variable or module names.
Definition: Utilities.cc:86
+
ChimeraTK::Utilities::checkName
bool checkName(const std::string &name, bool allowDotsAndSlashes)
Check given name for characters which are not allowed in variable or module names.
Definition: Utilities.cc:87
ChimeraTK::Application::_circularDependencyDetector
detail::CircularDependencyDetector _circularDependencyDetector
Definition: Application.h:240
ChimeraTK::Application::getInstance
static Application & getInstance()
Obtain instance of the application.
Definition: Application.cc:261
ChimeraTK::logger
Logger::StreamProxy logger(Logger::Severity severity, std::string context)
Convenience function to obtain the logger stream.
Definition: Logger.h:124
diff --git a/ChimeraTK-ApplicationCore/head/html/_device_manager_8cc_source.html b/ChimeraTK-ApplicationCore/head/html/_device_manager_8cc_source.html index f468e10ffec..8c17f1425ad 100644 --- a/ChimeraTK-ApplicationCore/head/html/_device_manager_8cc_source.html +++ b/ChimeraTK-ApplicationCore/head/html/_device_manager_8cc_source.html @@ -499,7 +499,7 @@
ChimeraTK::DeviceManager::decrementDataFaultCounter
void decrementDataFaultCounter() override
Decrement the fault counter and set the data validity flag to ok if the counter has reached 0.
Definition: DeviceManager.cc:354
ChimeraTK::ApplicationModule
Definition: ApplicationModule.h:24
ChimeraTK::DeviceManager::getNodesList
std::vector< VariableNetworkNode > getNodesList() const
Create and return list of VariableNetworkNodes for all device registers.
Definition: DeviceManager.cc:18
-
ChimeraTK::Utilities::escapeName
std::string escapeName(const std::string &name, bool allowDotsAndSlashes)
Convert all characters which are not allowed in variable or module names into underscores followed by...
Definition: Utilities.cc:43
+
ChimeraTK::Utilities::escapeName
std::string escapeName(const std::string &name, bool allowDotsAndSlashes)
Convert all characters which are not allowed in variable or module names into underscores followed by...
Definition: Utilities.cc:44
ChimeraTK::StatusWithMessage::write
void write(StatusOutput::Status status, std::string message)
Set the status and the message and write the outputs.
Definition: StatusWithMessage.cc:19
ChimeraTK::VariableDirection::feeding
@ feeding
Definition: Flags.h:18
ChimeraTK::DeviceManager::_owner
Application * _owner
Definition: DeviceManager.h:143
diff --git a/ChimeraTK-ApplicationCore/head/html/_device_module_8cc_source.html b/ChimeraTK-ApplicationCore/head/html/_device_module_8cc_source.html index e7e7676436c..ba94cdb1d1c 100644 --- a/ChimeraTK-ApplicationCore/head/html/_device_module_8cc_source.html +++ b/ChimeraTK-ApplicationCore/head/html/_device_module_8cc_source.html @@ -270,13 +270,13 @@
ChimeraTK::DeviceModule::addInitialisationHandler
void addInitialisationHandler(std::function< void(ChimeraTK::Device &)> initialisationHandler)
Definition: DeviceModule.cc:160
ChimeraTK::Model::DirectoryProxy
Definition: Model.h:424
ChimeraTK::VariableNetworkNode::isValid
bool isValid() const
Definition: VariableNetworkNode.h:122
-
ChimeraTK::Utilities::getUnqualifiedName
std::string getUnqualifiedName(const std::string &qualifiedName)
Return the last component of the given qualified path name.
Definition: Utilities.cc:17
+
ChimeraTK::Utilities::getUnqualifiedName
std::string getUnqualifiedName(const std::string &qualifiedName)
Return the last component of the given qualified path name.
Definition: Utilities.cc:18
ChimeraTK::DeviceModule::reportException
void reportException(std::string errMsg)
Use this function to report an exception.
Definition: DeviceModule.cc:166
ChimeraTK::SetDMapFilePath::SetDMapFilePath
SetDMapFilePath(const std::string &dmapFilePath)
Definition: DeviceModule.cc:172
ChimeraTK::ModuleGroup
Definition: ModuleGroup.h:16
ChimeraTK::Model::DeviceModuleProxy
Definition: Model.h:354
Utilities.h
-
ChimeraTK::Utilities::getPathName
std::string getPathName(const std::string &qualifiedName)
Return all but the last components of the given qualified name.
Definition: Utilities.cc:27
+
ChimeraTK::Utilities::getPathName
std::string getPathName(const std::string &qualifiedName)
Return all but the last components of the given qualified name.
Definition: Utilities.cc:28
ChimeraTK::DeviceModule
Definition: DeviceModule.h:20
ModuleGroup.h
ChimeraTK::Model::isVariable
constexpr bool isVariable(const PROPERTY_OR_PROXY &)
Definition: Model.h:659
diff --git a/ChimeraTK-ApplicationCore/head/html/_entity_owner_8h_source.html b/ChimeraTK-ApplicationCore/head/html/_entity_owner_8h_source.html index 5635c544100..b414da05f3b 100644 --- a/ChimeraTK-ApplicationCore/head/html/_entity_owner_8h_source.html +++ b/ChimeraTK-ApplicationCore/head/html/_entity_owner_8h_source.html @@ -242,7 +242,7 @@
ChimeraTK::EntityOwner::ModuleType
ModuleType
Definition: EntityOwner.h:114
ChimeraTK::EntityOwner::registerAccessor
void registerAccessor(VariableNetworkNode accessor)
Called inside the constructor of Accessor: adds the accessor to the list.
Definition: EntityOwner.cc:95
ChimeraTK::EntityOwner::getCurrentVersionNumber
virtual VersionNumber getCurrentVersionNumber() const =0
Return the current version number which has been received with the last push-type read operation.
-
ChimeraTK::Utilities::escapeName
std::string escapeName(const std::string &name, bool allowDotsAndSlashes)
Convert all characters which are not allowed in variable or module names into underscores followed by...
Definition: Utilities.cc:43
+
ChimeraTK::Utilities::escapeName
std::string escapeName(const std::string &name, bool allowDotsAndSlashes)
Convert all characters which are not allowed in variable or module names into underscores followed by...
Definition: Utilities.cc:44
ChimeraTK::EntityOwner::decrementDataFaultCounter
virtual void decrementDataFaultCounter()=0
Decrement the fault counter and set the data validity flag to ok if the counter has reached 0.
ChimeraTK::EntityOwner::addTag
void addTag(const std::string &tag)
Add a tag to all Application-type nodes inside this group.
Definition: EntityOwner.cc:124
ChimeraTK::EntityOwner::getDataValidity
virtual DataValidity getDataValidity() const =0
Return the data validity flag.
diff --git a/ChimeraTK-ApplicationCore/head/html/_inversion_of_control_accessor_8h_source.html b/ChimeraTK-ApplicationCore/head/html/_inversion_of_control_accessor_8h_source.html index 13fcc6faf16..311dfb09bf0 100644 --- a/ChimeraTK-ApplicationCore/head/html/_inversion_of_control_accessor_8h_source.html +++ b/ChimeraTK-ApplicationCore/head/html/_inversion_of_control_accessor_8h_source.html @@ -320,12 +320,12 @@
ChimeraTK::LifeCycleState::run
@ run
Actual run phase with full multi threading.
ChimeraTK::Model::DirectoryProxy
Definition: Model.h:424
ChimeraTK::VariableNetworkNode::getOwningModule
EntityOwner * getOwningModule() const
Definition: VariableNetworkNode.cc:391
-
ChimeraTK::Utilities::getUnqualifiedName
std::string getUnqualifiedName(const std::string &qualifiedName)
Return the last component of the given qualified path name.
Definition: Utilities.cc:17
+
ChimeraTK::Utilities::getUnqualifiedName
std::string getUnqualifiedName(const std::string &qualifiedName)
Return the last component of the given qualified path name.
Definition: Utilities.cc:18
ChimeraTK::InversionOfControlAccessor::addTag
void addTag(const std::string &tag)
Add a tag.
Definition: InversionOfControlAccessor.h:38
VariableGroup.h
Utilities.h
ChimeraTK::EntityOwner
Base class for owners of other EntityOwners (e.g.
Definition: EntityOwner.h:38
-
ChimeraTK::Utilities::getPathName
std::string getPathName(const std::string &qualifiedName)
Return all but the last components of the given qualified name.
Definition: Utilities.cc:27
+
ChimeraTK::Utilities::getPathName
std::string getPathName(const std::string &qualifiedName)
Return all but the last components of the given qualified name.
Definition: Utilities.cc:28
ChimeraTK::InversionOfControlAccessor::replace
void replace(Derived &&other)
Replace with other accessor.
Definition: InversionOfControlAccessor.h:150
ChimeraTK::InversionOfControlAccessor::getModel
Model::ProcessVariableProxy getModel() const
Definition: InversionOfControlAccessor.h:57
ChimeraTK::UpdateMode
UpdateMode
Enum to define the update mode of variables.
Definition: Flags.h:31
@@ -334,7 +334,7 @@
ChimeraTK::EntityOwner::registerAccessor
void registerAccessor(VariableNetworkNode accessor)
Called inside the constructor of Accessor: adds the accessor to the list.
Definition: EntityOwner.cc:95
ChimeraTK::ApplicationModule
Definition: ApplicationModule.h:24
ChimeraTK::VariableGroup
Definition: VariableGroup.h:22
-
ChimeraTK::Utilities::raiseIftrailingSlash
std::string raiseIftrailingSlash(const std::string &name, bool isModule)
Raises logic error if name ends in a slash, or if it contains consecutive slashes.
Definition: Utilities.cc:115
+
ChimeraTK::Utilities::raiseIftrailingSlash
std::string raiseIftrailingSlash(const std::string &name, bool isModule)
Raises logic error if name ends in a slash, or if it contains consecutive slashes.
Definition: Utilities.cc:116
ChimeraTK::InversionOfControlAccessor::_node
VariableNetworkNode _node
Definition: InversionOfControlAccessor.h:70
ChimeraTK::InversionOfControlAccessor::InversionOfControlAccessor
InversionOfControlAccessor()=default
Default constructor creates a dysfunctional accessor (to be assigned with a real accessor later)
ChimeraTK::InversionOfControlAccessor::getOwner
EntityOwner * getOwner() const
Return the owning module.
Definition: InversionOfControlAccessor.h:55
diff --git a/ChimeraTK-ApplicationCore/head/html/_model_8cc_source.html b/ChimeraTK-ApplicationCore/head/html/_model_8cc_source.html index b313a20c8e5..3650fb3bdc2 100644 --- a/ChimeraTK-ApplicationCore/head/html/_model_8cc_source.html +++ b/ChimeraTK-ApplicationCore/head/html/_model_8cc_source.html @@ -1026,7 +1026,7 @@
ChimeraTK::Model::DirectoryProxy::getName
const std::string & getName() const
Get the name of the Directory.
Definition: Model.cc:539
ChimeraTK::Model::Vertex
boost::adjacency_list< detail::OutEdgeListType, detail::VertexListType, boost::bidirectionalS >::vertex_descriptor Vertex
Definition: Model.h:65
ChimeraTK::Model::DirectoryProxy::addDirectoryRecursive
DirectoryProxy addDirectoryRecursive(const std::string &name)
Definition: Model.cc:557
-
ChimeraTK::Utilities::getUnqualifiedName
std::string getUnqualifiedName(const std::string &qualifiedName)
Return the last component of the given qualified path name.
Definition: Utilities.cc:17
+
ChimeraTK::Utilities::getUnqualifiedName
std::string getUnqualifiedName(const std::string &qualifiedName)
Return the last component of the given qualified path name.
Definition: Utilities.cc:18
ChimeraTK::Model::ApplicationModuleProxy
Definition: Model.h:300
ChimeraTK::Model::RootProxy::addDirectoryRecursive
DirectoryProxy addDirectoryRecursive(const std::string &name)
Definition: Model.cc:96
VariableGroup.h
@@ -1039,7 +1039,7 @@
Utilities.h
ChimeraTK::Model
Definition: Model.h:35
ChimeraTK::Model::Proxy::_d
std::shared_ptr< ProxyData > _d
Definition: Model.h:200
-
ChimeraTK::Utilities::getPathName
std::string getPathName(const std::string &qualifiedName)
Return all but the last components of the given qualified name.
Definition: Utilities.cc:27
+
ChimeraTK::Utilities::getPathName
std::string getPathName(const std::string &qualifiedName)
Return all but the last components of the given qualified name.
Definition: Utilities.cc:28
pybind11::module
module_ module
Definition: PyModuleGroup.h:12
ChimeraTK::Model::ApplicationModuleProxy::add
VariableGroupProxy add(VariableGroup &module)
Definition: Model.cc:222
ChimeraTK::DeviceModule
Definition: DeviceModule.h:20
@@ -1053,7 +1053,7 @@
ChimeraTK::Model::RootProxy::addDirectory
DirectoryProxy addDirectory(const std::string &name)
Definition: Model.cc:90
ChimeraTK::Model::isRoot
constexpr bool isRoot(const PROPERTY_OR_PROXY &)
Predicates to identify the type of a proxy or a properties struct.
Definition: Model.h:619
ChimeraTK::Model::DirectoryProxy::addDirectory
DirectoryProxy addDirectory(const std::string &name)
Definition: Model.cc:551
-
ChimeraTK::Utilities::checkName
bool checkName(const std::string &name, bool allowDotsAndSlashes)
Check given name for characters which are not allowed in variable or module names.
Definition: Utilities.cc:86
+
ChimeraTK::Utilities::checkName
bool checkName(const std::string &name, bool allowDotsAndSlashes)
Check given name for characters which are not allowed in variable or module names.
Definition: Utilities.cc:87
ChimeraTK::Model::Proxy
Base class for the proxies representing objects in the model.
Definition: Model.h:72
ChimeraTK::Model::EdgeProperties::Type::parenthood
@ parenthood
Edge represents (C++) ownership. Arrow points towards the sub-module or PV.
ChimeraTK::VariableNetworkNode::getModel
Model::ProcessVariableProxy getModel() const
Definition: VariableNetworkNode.cc:415
diff --git a/ChimeraTK-ApplicationCore/head/html/_module_8cc_source.html b/ChimeraTK-ApplicationCore/head/html/_module_8cc_source.html index 17bf9b1261e..b30e5c00501 100644 --- a/ChimeraTK-ApplicationCore/head/html/_module_8cc_source.html +++ b/ChimeraTK-ApplicationCore/head/html/_module_8cc_source.html @@ -395,7 +395,7 @@
ChimeraTK::Module::readAnyGroup
ChimeraTK::ReadAnyGroup readAnyGroup()
Create a ChimeraTK::ReadAnyGroup for all readable variables in this Module.
Definition: Module.cc:54
ChimeraTK::Module::getInputModulesRecursively
std::list< EntityOwner * > getInputModulesRecursively(std::list< EntityOwner * > startList) override
Use pointer to the module as unique identifier.
Definition: Module.cc:241
ChimeraTK::Module::writeAllDestructively
void writeAllDestructively(bool includeReturnChannels=false)
Just call writeDestructively() on all writable variables in the group.
Definition: Module.cc:177
-
ChimeraTK::Utilities::raiseIftrailingSlash
std::string raiseIftrailingSlash(const std::string &name, bool isModule)
Raises logic error if name ends in a slash, or if it contains consecutive slashes.
Definition: Utilities.cc:115
+
ChimeraTK::Utilities::raiseIftrailingSlash
std::string raiseIftrailingSlash(const std::string &name, bool isModule)
Raises logic error if name ends in a slash, or if it contains consecutive slashes.
Definition: Utilities.cc:116
ChimeraTK::VariableDirection::feeding
@ feeding
Definition: Flags.h:18
Application.h
ChimeraTK::EntityOwner::getAccessorList
std::list< VariableNetworkNode > getAccessorList() const
Obtain the list of accessors/variables directly associated with this instance.
Definition: EntityOwner.h:74
diff --git a/ChimeraTK-ApplicationCore/head/html/_scripted_initialisation_handler_8h_source.html b/ChimeraTK-ApplicationCore/head/html/_scripted_initialisation_handler_8h_source.html index eda8f6baa17..0fe4923adbf 100644 --- a/ChimeraTK-ApplicationCore/head/html/_scripted_initialisation_handler_8h_source.html +++ b/ChimeraTK-ApplicationCore/head/html/_scripted_initialisation_handler_8h_source.html @@ -130,7 +130,7 @@
ChimeraTK::ScriptedInitHandler::_outputName
std::string _outputName
Definition: ScriptedInitialisationHandler.h:58
ChimeraTK::ApplicationModule
Definition: ApplicationModule.h:24
ChimeraTK::ScriptedInitHandler::doInit
void doInit()
Definition: ScriptedInitialisationHandler.cc:26
-
ChimeraTK::Utilities::escapeName
std::string escapeName(const std::string &name, bool allowDotsAndSlashes)
Convert all characters which are not allowed in variable or module names into underscores followed by...
Definition: Utilities.cc:43
+
ChimeraTK::Utilities::escapeName
std::string escapeName(const std::string &name, bool allowDotsAndSlashes)
Convert all characters which are not allowed in variable or module names into underscores followed by...
Definition: Utilities.cc:44
ChimeraTK::ScriptedInitHandler::_command
std::string _command
Definition: ScriptedInitialisationHandler.h:56
ChimeraTK::ScriptedInitHandler::_errorGracePeriod
unsigned int _errorGracePeriod
Definition: ScriptedInitialisationHandler.h:59
ScalarAccessor.h
diff --git a/ChimeraTK-ApplicationCore/head/html/_status_with_message_8cc_source.html b/ChimeraTK-ApplicationCore/head/html/_status_with_message_8cc_source.html index d7e4d1a0d86..b31e9c38acf 100644 --- a/ChimeraTK-ApplicationCore/head/html/_status_with_message_8cc_source.html +++ b/ChimeraTK-ApplicationCore/head/html/_status_with_message_8cc_source.html @@ -183,8 +183,8 @@
ChimeraTK::VariableNetworkNode
Class describing a node of a variable network.
Definition: VariableNetworkNode.h:37
ChimeraTK::StatusWithMessageInput::_message
ScalarPushInput< std::string > _message
Definition: StatusWithMessage.h:88
ChimeraTK::ScalarPushInput< std::string >
-
ChimeraTK::Utilities::getUnqualifiedName
std::string getUnqualifiedName(const std::string &qualifiedName)
Return the last component of the given qualified path name.
Definition: Utilities.cc:17
-
ChimeraTK::Utilities::getPathName
std::string getPathName(const std::string &qualifiedName)
Return all but the last components of the given qualified name.
Definition: Utilities.cc:27
+
ChimeraTK::Utilities::getUnqualifiedName
std::string getUnqualifiedName(const std::string &qualifiedName)
Return the last component of the given qualified path name.
Definition: Utilities.cc:18
+
ChimeraTK::Utilities::getPathName
std::string getPathName(const std::string &qualifiedName)
Return all but the last components of the given qualified name.
Definition: Utilities.cc:28
ChimeraTK::StatusWithMessage::setOk
void setOk()
Set status to OK and clear the message, but to not write.
Definition: StatusWithMessage.cc:61
ChimeraTK::StatusWithMessageInput::_status
StatusPushInput _status
Definition: StatusWithMessage.h:86
ChimeraTK::StatusWithMessage::_message
ScalarOutput< std::string > _message
Definition: StatusWithMessage.h:64
diff --git a/ChimeraTK-ApplicationCore/head/html/_testable_mode_8cc_source.html b/ChimeraTK-ApplicationCore/head/html/_testable_mode_8cc_source.html index c68ea4b4557..d9954fd8d5a 100644 --- a/ChimeraTK-ApplicationCore/head/html/_testable_mode_8cc_source.html +++ b/ChimeraTK-ApplicationCore/head/html/_testable_mode_8cc_source.html @@ -340,7 +340,7 @@
ChimeraTK::logger
Logger::StreamProxy logger(Logger::Severity severity, std::string context)
Convenience function to obtain the logger stream.
Definition: Logger.h:124
TestableMode.h
Application.h
-
ChimeraTK::Utilities::setThreadName
void setThreadName(const std::string &name)
Set name of the current thread.
Definition: Utilities.cc:103
+
ChimeraTK::Utilities::setThreadName
void setThreadName(const std::string &name)
Set name of the current thread.
Definition: Utilities.cc:104
-
ChimeraTK::Utilities::getUnqualifiedName
std::string getUnqualifiedName(const std::string &qualifiedName)
Return the last component of the given qualified path name.
Definition: Utilities.cc:17
-
ChimeraTK::Utilities::getPathName
std::string getPathName(const std::string &qualifiedName)
Return all but the last components of the given qualified name.
Definition: Utilities.cc:27
-
ChimeraTK::Utilities::checkName
bool checkName(const std::string &name, bool allowDotsAndSlashes)
Check given name for characters which are not allowed in variable or module names.
Definition: Utilities.cc:86
+
ChimeraTK::Utilities::getUnqualifiedName
std::string getUnqualifiedName(const std::string &qualifiedName)
Return the last component of the given qualified path name.
Definition: Utilities.cc:18
+
ChimeraTK::Utilities::getPathName
std::string getPathName(const std::string &qualifiedName)
Return all but the last components of the given qualified name.
Definition: Utilities.cc:28
+
ChimeraTK::Utilities::checkName
bool checkName(const std::string &name, bool allowDotsAndSlashes)
Check given name for characters which are not allowed in variable or module names.
Definition: Utilities.cc:87
ChimeraTK::Utilities
Definition: Utilities.h:7
-
ChimeraTK::Utilities::escapeName
std::string escapeName(const std::string &name, bool allowDotsAndSlashes)
Convert all characters which are not allowed in variable or module names into underscores followed by...
Definition: Utilities.cc:43
-
ChimeraTK::Utilities::raiseIftrailingSlash
std::string raiseIftrailingSlash(const std::string &name, bool isModule)
Raises logic error if name ends in a slash, or if it contains consecutive slashes.
Definition: Utilities.cc:115
-
ChimeraTK::Utilities::unescapeName
std::string unescapeName(const std::string &name_stripped)
Undo the escaping done by escapeName().
Definition: Utilities.cc:69
-
ChimeraTK::Utilities::setThreadName
void setThreadName(const std::string &name)
Set name of the current thread.
Definition: Utilities.cc:103
+
ChimeraTK::Utilities::escapeName
std::string escapeName(const std::string &name, bool allowDotsAndSlashes)
Convert all characters which are not allowed in variable or module names into underscores followed by...
Definition: Utilities.cc:44
+
ChimeraTK::Utilities::raiseIftrailingSlash
std::string raiseIftrailingSlash(const std::string &name, bool isModule)
Raises logic error if name ends in a slash, or if it contains consecutive slashes.
Definition: Utilities.cc:116
+
ChimeraTK::Utilities::unescapeName
std::string unescapeName(const std::string &name_stripped)
Undo the escaping done by escapeName().
Definition: Utilities.cc:70
+
ChimeraTK::Utilities::setThreadName
void setThreadName(const std::string &name)
Set name of the current thread.
Definition: Utilities.cc:104
diff --git a/ChimeraTK-ApplicationCore/head/html/namespace_tests_1_1test_hierarchy_modifying_group.html b/ChimeraTK-ApplicationCore/head/html/namespace_tests_1_1test_hierarchy_modifying_group.html index 4cea4d71a7a..1174f063d0f 100644 --- a/ChimeraTK-ApplicationCore/head/html/namespace_tests_1_1test_hierarchy_modifying_group.html +++ b/ChimeraTK-ApplicationCore/head/html/namespace_tests_1_1test_hierarchy_modifying_group.html @@ -185,7 +185,7 @@

-

Definition at line 253 of file testHierarchyModifyingGroup.cc.

+

Definition at line 261 of file testHierarchyModifyingGroup.cc.

@@ -205,7 +205,7 @@

-

Definition at line 212 of file testHierarchyModifyingGroup.cc.

+

Definition at line 220 of file testHierarchyModifyingGroup.cc.

+ Here is the call graph for this function:
@@ -233,7 +233,7 @@

-

Definition at line 221 of file testHierarchyModifyingGroup.cc.

+

Definition at line 229 of file testHierarchyModifyingGroup.cc.

+ Here is the call graph for this function:
@@ -290,14 +290,6 @@

Definition at line 183 of file testHierarchyModifyingGroup.cc.

-
- + Here is the call graph for this function:
-
-
-

@@ -317,12 +309,12 @@

-

Definition at line 201 of file testHierarchyModifyingGroup.cc.

-
- + Here is the call graph for this function:
-
+

Definition at line 209 of file testHierarchyModifyingGroup.cc.

+
+ + Here is the call graph for this function:
+
-