PoseConstraint Class

Definition

An abstract base class representing a pose constraint.

public abstract class PoseConstraint : Microsoft.Gestures.GesturesFrameworkObject
Inheritance
Derived

Remarks

A PoseConstraint is the basic building block of a HandPose (which is essentially a coherent collection of PoseConstraint objects). A PoseConstraint represents a certain feature of the hand. This can be either a predicate describing the state of one or more hand parts (e.g.: "the palm of the right hand is facing forward", "the index, middle, ring and pinky fingers are folded") - see , or a predicate describing the relative state of sets of fingers (e.g.: "the index and middle fingers are above the thumb finger", "the thumb finger is touching the middle and ring fingers") - see .

Constructors

PoseConstraint()

Properties

IsFrozen (Inherited from GesturesFrameworkObject)

Methods

CalculateHashCode() (Inherited from GesturesFrameworkObject)
DeepFreeze() (Inherited from GesturesFrameworkObject)
Equals(Object) (Inherited from GesturesFrameworkObject)
EqualsInternal(Object) (Inherited from GesturesFrameworkObject)
Freeze() (Inherited from GesturesFrameworkObject)
GetHashCode() (Inherited from GesturesFrameworkObject)
ValidateCore() (Inherited from GesturesFrameworkObject)
VerifyNotFrozen(String) (Inherited from GesturesFrameworkObject)

Explicit Interface Implementations

IValidatable.Validate() (Inherited from GesturesFrameworkObject)

Applies to