Ejemplo n.º 1
0
        public mwt.ext_target_t Copy()
        {
            mwt.ext_target_t outobj = new mwt.ext_target_t();
            outobj.header = this.header.Copy();

            outobj.left_utime = this.left_utime;

            outobj.right_utime = this.right_utime;

            outobj.left_class_name = this.left_class_name;

            outobj.right_class_name = this.right_class_name;

            outobj.left_x = this.left_x;

            outobj.left_y = this.left_y;

            outobj.right_x = this.right_x;

            outobj.right_y = this.right_y;

            outobj.left_box_width = this.left_box_width;

            outobj.left_box_height = this.left_box_height;

            outobj.right_box_width = this.right_box_width;

            outobj.right_box_height = this.right_box_height;

            outobj.conf_left = this.conf_left;

            outobj.conf_right = this.conf_right;

            outobj.source = this.source;

            return(outobj);
        }
Ejemplo n.º 2
0
 public static mwt.ext_target_t _decodeRecursiveFactory(LCMDataInputStream ins)
 {
     mwt.ext_target_t o = new mwt.ext_target_t();
     o._decodeRecursive(ins);
     return(o);
 }