public abstract class InfoMaker
extends java.lang.Object
Constructor and Description |
---|
InfoMaker() |
Modifier and Type | Method and Description |
---|---|
static Info |
capture(COM.hugin.HAPI.DiscreteNode node) |
static Info |
capture(COM.hugin.HAPI.Node node) |
static Info |
capture(java.lang.Object object)
Produce an Info object describing the HUGIN API object in its current state.
|
static java.util.List<Info.LinkInfo> |
captureLinks(COM.hugin.HAPI.NodeList nodes) |
static java.util.List<Info.PositionInfo> |
captureNodePositions(COM.hugin.HAPI.NodeList nodes) |
public static Info capture(java.lang.Object object)
object
- A HUGIN API object.public static Info capture(COM.hugin.HAPI.Node node)
public static Info capture(COM.hugin.HAPI.DiscreteNode node)
public static java.util.List<Info.PositionInfo> captureNodePositions(COM.hugin.HAPI.NodeList nodes)
public static java.util.List<Info.LinkInfo> captureLinks(COM.hugin.HAPI.NodeList nodes)