C# Класс CCT.NUI.Core.OpenNI.OpenNIDataSourceFactory

Наследование: IDataSourceFactory
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
GetDepthPointerDataSource ( ) : IDepthPointerDataSource
GetRGBPointerDataSource ( ) : IRgbPointerDataSource

Описание методов

CreateClusterDataSource() публичный метод

public CreateClusterDataSource ( ) : IClusterDataSource
Результат IClusterDataSource

CreateClusterDataSource() публичный метод

public CreateClusterDataSource ( ClusterDataSourceSettings clusterDataSourceSettings ) : IClusterDataSource
clusterDataSourceSettings CCT.NUI.Core.Clustering.ClusterDataSourceSettings
Результат IClusterDataSource

CreateDepthBitmapDataSource() публичный метод

public CreateDepthBitmapDataSource ( ) : IBitmapDataSource
Результат IBitmapDataSource

CreateDepthImageDataSource() публичный метод

public CreateDepthImageDataSource ( ) : IImageDataSource
Результат IImageDataSource

CreateRGBBitmapDataSource() публичный метод

public CreateRGBBitmapDataSource ( ) : IBitmapDataSource
Результат IBitmapDataSource

CreateRGBImageDataSource() публичный метод

public CreateRGBImageDataSource ( ) : IImageDataSource
Результат IImageDataSource

CreateShapeDataSource() публичный метод

public CreateShapeDataSource ( ) : IShapeDataSource
Результат IShapeDataSource

CreateShapeDataSource() публичный метод

public CreateShapeDataSource ( ClusterDataSourceSettings clusterDataSourceSettings, ShapeDataSourceSettings shapeDataSourceSettings ) : IShapeDataSource
clusterDataSourceSettings CCT.NUI.Core.Clustering.ClusterDataSourceSettings
shapeDataSourceSettings CCT.NUI.Core.Shape.ShapeDataSourceSettings
Результат IShapeDataSource

CreateShapeDataSource() публичный метод

public CreateShapeDataSource ( IClusterDataSource clusterdataSource ) : IShapeDataSource
clusterdataSource IClusterDataSource
Результат IShapeDataSource

CreateShapeDataSource() публичный метод

public CreateShapeDataSource ( IClusterDataSource clusterdataSource, ShapeDataSourceSettings shapeDataSourceSettings ) : IShapeDataSource
clusterdataSource IClusterDataSource
shapeDataSourceSettings CCT.NUI.Core.Shape.ShapeDataSourceSettings
Результат IShapeDataSource

CreateTrackingClusterDataSource() публичный метод

public CreateTrackingClusterDataSource ( ) : TrackingClusterDataSource
Результат TrackingClusterDataSource

DisposeAll() публичный метод

public DisposeAll ( ) : void
Результат void

GetDepthGenerator() публичный метод

public GetDepthGenerator ( ) : OpenNI.DepthGenerator
Результат OpenNI.DepthGenerator

GetImageGenerator() публичный метод

public GetImageGenerator ( ) : OpenNI.ImageGenerator
Результат OpenNI.ImageGenerator

OpenNIDataSourceFactory() публичный метод

public OpenNIDataSourceFactory ( string configFile ) : System
configFile string
Результат System

SetAlternativeViewpointCapability() публичный метод

public SetAlternativeViewpointCapability ( ) : void
Результат void