C# Class xn.AlternativeViewPointCapability

Inheritance: Capability
Show file Open project: roxlu/OpenNI

Public Methods

Method Description
AlternativeViewPointCapability ( ProductionNode node ) : System
IsViewPointAs ( ProductionNode other ) : bool
IsViewPointSupported ( ProductionNode other ) : bool
ResetViewPoint ( ) : void
SetViewPoint ( ProductionNode other ) : void

Method Details

AlternativeViewPointCapability() public method

public AlternativeViewPointCapability ( ProductionNode node ) : System
node ProductionNode
return System

IsViewPointAs() public method

public IsViewPointAs ( ProductionNode other ) : bool
other ProductionNode
return bool

IsViewPointSupported() public method

public IsViewPointSupported ( ProductionNode other ) : bool
other ProductionNode
return bool

ResetViewPoint() public method

public ResetViewPoint ( ) : void
return void

SetViewPoint() public method

public SetViewPoint ( ProductionNode other ) : void
other ProductionNode
return void