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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkTreeMapLayout)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
Ejemplo n.º 2
0
        public virtual vtkTreeMapLayout GetLayout()
        {
            vtkTreeMapLayout vtkTreeMapLayout = null;
            uint             mteStatus        = 0u;
            uint             mteIndex         = 4294967295u;
            uint             rawRefCount      = 0u;
            IntPtr           intPtr           = vtkInteractorStyleTreeMapHover.vtkInteractorStyleTreeMapHover_GetLayout_03(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkTreeMapLayout = (vtkTreeMapLayout)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkTreeMapLayout.Register(null);
                }
            }
            return(vtkTreeMapLayout);
        }
Ejemplo n.º 4
0
 public void SetLayout(vtkTreeMapLayout layout)
 {
     vtkInteractorStyleTreeMapHover.vtkInteractorStyleTreeMapHover_SetLayout_19(base.GetCppThis(), (layout == null) ? default(HandleRef) : layout.GetCppThis());
 }