Class Clique
Represents the cliques in the JunctionTree.
Inherited Members
Namespace: HAPI
Assembly: hugincs-9.7-netstandard2.0-x64.dll
Syntax
public class Clique
Methods
GetJunctionTree()
Returns the JunctionTree to which this Clique belongs.
Declaration
public JunctionTree GetJunctionTree()
Returns
| Type | Description |
|---|---|
| JunctionTree |
GetMembers()
Returns a list of Nodes that are members of this Clique.
Declaration
public NodeList GetMembers()
Returns
| Type | Description |
|---|---|
| NodeList | A NodeList containing the members. |
GetNeighbors()
Returns a list of Cliques that are neighbors of this Clique.
Declaration
public CliqueList GetNeighbors()
Returns
| Type | Description |
|---|---|
| CliqueList | A CliqueList containing the neighbors. |
IsAlive()
Is this Clique object alive?
Declaration
public bool IsAlive()
Returns
| Type | Description |
|---|---|
| bool |