Inheritance: IDepthPointerDataSource
 public void Setup()
 {
     this.settings = new ClusterDataSourceSettings();
     this.depthPointerSourceStub = new DepthPointerDataSourceStub {
         Width = 20, Height = 20
     };
     this.clusterDataSource = new OpenNIClusterDataSource(this.depthPointerSourceStub, this.settings);
 }
 public void Setup()
 {
     this.settings = new ClusterDataSourceSettings();
     this.depthPointerSourceStub = new DepthPointerDataSourceStub { Width = 20, Height = 20 };
     this.clusterDataSource = new OpenNIClusterDataSource(this.depthPointerSourceStub, this.settings);
 }