C# Class xn.HandsGenerator

Inheritance: Generator
Afficher le fichier Open project: roxlu/OpenNI Class Usage Examples

Méthodes publiques

Méthode Description
HandsGenerator ( Context context ) : System
HandsGenerator ( Context context, Query query ) : System
HandsGenerator ( Context context, Query query, EnumerationErrors errors ) : System
SetSmoothing ( float factor ) : void
StartTracking ( Point3D &position ) : void
StopTracking ( UInt32 id ) : void
StopTrackingAll ( ) : void

Private Methods

Méthode Description
Create ( Context context, Query query, EnumerationErrors errors ) : IntPtr
HandsGenerator ( IntPtr nodeHandle, bool addRef ) : System
InternalHandCreate ( IntPtr hNode, UInt32 id, Point3D &position, float fTime, IntPtr pCookie ) : void
InternalHandDestroy ( IntPtr hNode, UInt32 id, float fTime, IntPtr pCookie ) : void
InternalHandUpdate ( IntPtr hNode, UInt32 id, Point3D &position, float fTime, IntPtr pCookie ) : void

Method Details

HandsGenerator() public méthode

public HandsGenerator ( Context context ) : System
context Context
Résultat System

HandsGenerator() public méthode

public HandsGenerator ( Context context, Query query ) : System
context Context
query Query
Résultat System

HandsGenerator() public méthode

public HandsGenerator ( Context context, Query query, EnumerationErrors errors ) : System
context Context
query Query
errors EnumerationErrors
Résultat System

SetSmoothing() public méthode

public SetSmoothing ( float factor ) : void
factor float
Résultat void

StartTracking() public méthode

public StartTracking ( Point3D &position ) : void
position Point3D
Résultat void

StopTracking() public méthode

public StopTracking ( UInt32 id ) : void
id System.UInt32
Résultat void

StopTrackingAll() public méthode

public StopTrackingAll ( ) : void
Résultat void