public new static vtkTDxInteractorStyleSettings New()
        {
            vtkTDxInteractorStyleSettings result = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkTDxInteractorStyleSettings.vtkTDxInteractorStyleSettings_New(ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkTDxInteractorStyleSettings)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
        public virtual vtkTDxInteractorStyleSettings GetSettings()
        {
            vtkTDxInteractorStyleSettings vtkTDxInteractorStyleSettings = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkTDxInteractorStyle.vtkTDxInteractorStyle_GetSettings_01(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkTDxInteractorStyleSettings = (vtkTDxInteractorStyleSettings)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkTDxInteractorStyleSettings.Register(null);
                }
            }
            return(vtkTDxInteractorStyleSettings);
        }
 public virtual void SetSettings(vtkTDxInteractorStyleSettings settings)
 {
     vtkTDxInteractorStyle.vtkTDxInteractorStyle_SetSettings_09(base.GetCppThis(), (settings == null) ? default(HandleRef) : settings.GetCppThis());
 }