C# Class CCT.NUI.KinectSDK.SDKDataSourceFactory

Inheritance: IDataSourceFactory
Show file Open project: an83/KinectTouch2 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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
DisposeAll ( ) : void
SDKDataSourceFactory ( ) : System

Method Details

CreateClusterDataSource() public method

public CreateClusterDataSource ( ) : IClusterDataSource
return IClusterDataSource

CreateClusterDataSource() public method

public CreateClusterDataSource ( ClusterDataSourceSettings clusterDataSourceSettings ) : IClusterDataSource
clusterDataSourceSettings CCT.NUI.Core.Clustering.ClusterDataSourceSettings
return IClusterDataSource

CreateDepthBitmapDataSource() public method

public CreateDepthBitmapDataSource ( ) : IBitmapDataSource
return IBitmapDataSource

CreateDepthImageDataSource() public method

public CreateDepthImageDataSource ( ) : IImageDataSource
return IImageDataSource

CreateRGBBitmapDataSource() public method

public CreateRGBBitmapDataSource ( ) : IBitmapDataSource
return IBitmapDataSource

CreateRGBImageDataSource() public method

public CreateRGBImageDataSource ( ) : IImageDataSource
return IImageDataSource

CreateShapeDataSource() public method

public CreateShapeDataSource ( ) : IShapeDataSource
return IShapeDataSource

CreateShapeDataSource() public method

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

CreateShapeDataSource() public method

public CreateShapeDataSource ( IClusterDataSource clusterdataSource ) : IShapeDataSource
clusterdataSource IClusterDataSource
return IShapeDataSource

CreateShapeDataSource() public method

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

DisposeAll() public method

public DisposeAll ( ) : void
return void

SDKDataSourceFactory() public method

public SDKDataSourceFactory ( ) : System
return System