C# Class CCT.NUI.Core.OpenNI.OpenNIDataSourceFactory

Inheritance: IDataSourceFactory
Afficher le fichier Open project: an83/KinectTouch2 Class Usage Examples

Méthodes publiques

Méthode Description
CreateClusterDataSource ( ) : IClusterDataSource
CreateClusterDataSource ( ClusterDataSourceSettings clusterDataSourceSettings ) : IClusterDataSource
CreateDepthBitmapDataSource ( ) : IBitmapDataSource
CreateDepthImageDataSource ( ) : IImageDataSource
CreateRGBBitmapDataSource ( ) : IBitmapDataSource
CreateRGBImageDataSource ( ) : IImageDataSource
CreateShapeDataSource ( ) : IShapeDataSource
CreateShapeDataSource ( ClusterDataSourceSettings clusterDataSourceSettings, ShapeDataSourceSettings shapeDataSourceSettings ) : IShapeDataSource
CreateShapeDataSource ( IClusterDataSource clusterdataSource ) : IShapeDataSource
CreateShapeDataSource ( IClusterDataSource clusterdataSource, ShapeDataSourceSettings shapeDataSourceSettings ) : IShapeDataSource
CreateTrackingClusterDataSource ( ) : TrackingClusterDataSource
DisposeAll ( ) : void
GetDepthGenerator ( ) : OpenNI.DepthGenerator
GetImageGenerator ( ) : OpenNI.ImageGenerator
OpenNIDataSourceFactory ( string configFile ) : System
SetAlternativeViewpointCapability ( ) : void

Private Methods

Méthode Description
GetDepthPointerDataSource ( ) : IDepthPointerDataSource
GetRGBPointerDataSource ( ) : IRgbPointerDataSource

Method Details

CreateClusterDataSource() public méthode

public CreateClusterDataSource ( ) : IClusterDataSource
Résultat IClusterDataSource

CreateClusterDataSource() public méthode

public CreateClusterDataSource ( ClusterDataSourceSettings clusterDataSourceSettings ) : IClusterDataSource
clusterDataSourceSettings CCT.NUI.Core.Clustering.ClusterDataSourceSettings
Résultat IClusterDataSource

CreateDepthBitmapDataSource() public méthode

public CreateDepthBitmapDataSource ( ) : IBitmapDataSource
Résultat IBitmapDataSource

CreateDepthImageDataSource() public méthode

public CreateDepthImageDataSource ( ) : IImageDataSource
Résultat IImageDataSource

CreateRGBBitmapDataSource() public méthode

public CreateRGBBitmapDataSource ( ) : IBitmapDataSource
Résultat IBitmapDataSource

CreateRGBImageDataSource() public méthode

public CreateRGBImageDataSource ( ) : IImageDataSource
Résultat IImageDataSource

CreateShapeDataSource() public méthode

public CreateShapeDataSource ( ) : IShapeDataSource
Résultat IShapeDataSource

CreateShapeDataSource() public méthode

public CreateShapeDataSource ( ClusterDataSourceSettings clusterDataSourceSettings, ShapeDataSourceSettings shapeDataSourceSettings ) : IShapeDataSource
clusterDataSourceSettings CCT.NUI.Core.Clustering.ClusterDataSourceSettings
shapeDataSourceSettings CCT.NUI.Core.Shape.ShapeDataSourceSettings
Résultat IShapeDataSource

CreateShapeDataSource() public méthode

public CreateShapeDataSource ( IClusterDataSource clusterdataSource ) : IShapeDataSource
clusterdataSource IClusterDataSource
Résultat IShapeDataSource

CreateShapeDataSource() public méthode

public CreateShapeDataSource ( IClusterDataSource clusterdataSource, ShapeDataSourceSettings shapeDataSourceSettings ) : IShapeDataSource
clusterdataSource IClusterDataSource
shapeDataSourceSettings CCT.NUI.Core.Shape.ShapeDataSourceSettings
Résultat IShapeDataSource

CreateTrackingClusterDataSource() public méthode

public CreateTrackingClusterDataSource ( ) : TrackingClusterDataSource
Résultat TrackingClusterDataSource

DisposeAll() public méthode

public DisposeAll ( ) : void
Résultat void

GetDepthGenerator() public méthode

public GetDepthGenerator ( ) : OpenNI.DepthGenerator
Résultat OpenNI.DepthGenerator

GetImageGenerator() public méthode

public GetImageGenerator ( ) : OpenNI.ImageGenerator
Résultat OpenNI.ImageGenerator

OpenNIDataSourceFactory() public méthode

public OpenNIDataSourceFactory ( string configFile ) : System
configFile string
Résultat System

SetAlternativeViewpointCapability() public méthode

public SetAlternativeViewpointCapability ( ) : void
Résultat void