Exemplo n.º 1
0
        public new static vtkGeoInteractorStyle New()
        {
            vtkGeoInteractorStyle result = null;
            uint   mteStatus             = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkGeoInteractorStyle.vtkGeoInteractorStyle_New(ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkGeoInteractorStyle)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
Exemplo n.º 2
0
        public vtkGeoInteractorStyle GetGeoInteractorStyle()
        {
            vtkGeoInteractorStyle vtkGeoInteractorStyle = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkGeoView.vtkGeoView_GetGeoInteractorStyle_03(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkGeoInteractorStyle = (vtkGeoInteractorStyle)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkGeoInteractorStyle.Register(null);
                }
            }
            return(vtkGeoInteractorStyle);
        }
Exemplo n.º 3
0
        public new static vtkGeoInteractorStyle SafeDownCast(vtkObjectBase o)
        {
            vtkGeoInteractorStyle vtkGeoInteractorStyle = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkGeoInteractorStyle.vtkGeoInteractorStyle_SafeDownCast_26((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkGeoInteractorStyle = (vtkGeoInteractorStyle)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkGeoInteractorStyle.Register(null);
                }
            }
            return(vtkGeoInteractorStyle);
        }
Exemplo n.º 4
0
 public virtual void SetGeoInteractorStyle(vtkGeoInteractorStyle style)
 {
     vtkGeoView.vtkGeoView_SetGeoInteractorStyle_15(base.GetCppThis(), (style == null) ? default(HandleRef) : style.GetCppThis());
 }