SegmentConnections Class

Definition

Represents a set of possible state transitions (outgoing edges) for a single GestureSegment (either HandPose or HandMotion) of a given Gesture object's state-machine.

[System.Diagnostics.DebuggerDisplay("{DebuggerDisplay, nq}")]
public class SegmentConnections : Microsoft.Gestures.GesturesFrameworkObject
Inheritance
SegmentConnections
Attributes

Constructors

SegmentConnections()

Creates a blank SegmentConnections instance, not associated with any GestureSegment instances.

SegmentConnections(GestureSegment, IEnumerable<GestureSegment>)

Creates a SegmentConnections instance representing all transitions where from is the origin state and to are the destination states.

Properties

From

The origin state associated with this SegmentConnections instance.

IsFrozen (Inherited from GesturesFrameworkObject)
To

A list of the destination states associated with this SegmentConnections instance.

Methods

CalculateHashCode()
DeepFreeze()
Equals(Object) (Inherited from GesturesFrameworkObject)
EqualsInternal(Object)
Freeze() (Inherited from GesturesFrameworkObject)
GetHashCode() (Inherited from GesturesFrameworkObject)
ToString()

Returns a string description of the state transitions represented by this SegmentConnections instance.

ValidateCore()
VerifyNotFrozen(String) (Inherited from GesturesFrameworkObject)

Explicit Interface Implementations

IValidatable.Validate() (Inherited from GesturesFrameworkObject)

Applies to