コード例 #1
0
        public new vtkAbstractPropPicker NewInstance()
        {
            vtkAbstractPropPicker result = null;
            uint   mteStatus             = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkAbstractPropPicker.vtkAbstractPropPicker_NewInstance_11(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkAbstractPropPicker)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
コード例 #2
0
        public new static vtkAbstractPropPicker SafeDownCast(vtkObjectBase o)
        {
            vtkAbstractPropPicker vtkAbstractPropPicker = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkAbstractPropPicker.vtkAbstractPropPicker_SafeDownCast_12((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkAbstractPropPicker = (vtkAbstractPropPicker)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkAbstractPropPicker.Register(null);
                }
            }
            return(vtkAbstractPropPicker);
        }
コード例 #3
0
        public virtual vtkAbstractPropPicker GetPicker()
        {
            vtkAbstractPropPicker vtkAbstractPropPicker = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkBalloonWidget.vtkBalloonWidget_GetPicker_08(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkAbstractPropPicker = (vtkAbstractPropPicker)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkAbstractPropPicker.Register(null);
                }
            }
            return(vtkAbstractPropPicker);
        }
コード例 #4
0
 public void SetPicker(vtkAbstractPropPicker arg0)
 {
     vtkBalloonWidget.vtkBalloonWidget_SetPicker_16(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }