Example #1
0
 public void setCamera(ArPTZ camera)
 {
     AriaCSPINVOKE.ArActionGroupColorFollow_setCamera(swigCPtr, ArPTZ.getCPtr(camera));
 }
Example #2
0
 public ArActionGroupColorFollow(ArRobot robot, ArACTS_1_2 acts, ArPTZ camera) : this(AriaCSPINVOKE.new_ArActionGroupColorFollow(ArRobot.getCPtr(robot), ArACTS_1_2.getCPtr(acts), ArPTZ.getCPtr(camera)), true)
 {
 }
 public ArActionColorFollow(string name, ArACTS_1_2 acts, ArPTZ camera) : this(AriaCSPINVOKE.new_ArActionColorFollow__SWIG_3(name, ArACTS_1_2.getCPtr(acts), ArPTZ.getCPtr(camera)), true)
 {
 }
Example #4
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArPTZ obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public ArActionColorFollow(string name, ArACTS_1_2 acts, ArPTZ camera, double speed, int width) : this(AriaCSPINVOKE.new_ArActionColorFollow__SWIG_1(name, ArACTS_1_2.getCPtr(acts), ArPTZ.getCPtr(camera), speed, width), true)
 {
 }