Hugin .NET API Reference Library
GetMaster Method
Namespaces > HAPI > Node > GetMaster()
Returns the "master" of this (cloned) output Node of an InstanceNode (i.e., the Node cloned to get this output Node).
Syntax
C#Visual BasicManaged C++
public Node GetMaster ()
Public Function GetMaster As Node
public:
Node^ GetMaster ()
Return Value
The "master" of this Node if it is an output clone; otherwise, the method returns null.
Remarks
Note that "master" belongs to another Class object. Note also that we clone all output nodes when we create an InstanceNode. This is done in order to make it possible to specify conditional probability tables involving output nodes from InstanceNode's.
Exceptions
ExceptionCondition
ExceptionHugin

Assembly: hugincs-8.6-2.0-x64 (Module: hugincs-8.6-2.0-x64)