示例#1
0
        public new static vtkTreeMapToPolyData New()
        {
            vtkTreeMapToPolyData result = null;
            uint   mteStatus            = 0u;
            uint   mteIndex             = 4294967295u;
            uint   rawRefCount          = 0u;
            IntPtr intPtr = vtkTreeMapToPolyData.vtkTreeMapToPolyData_New(ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkTreeMapToPolyData = (vtkTreeMapToPolyData)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkTreeMapToPolyData.Register(null);
                }
            }
            return(vtkTreeMapToPolyData);
        }
示例#3
0
        public virtual vtkTreeMapToPolyData GetTreeMapToPolyData()
        {
            vtkTreeMapToPolyData vtkTreeMapToPolyData = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkInteractorStyleTreeMapHover.vtkInteractorStyleTreeMapHover_GetTreeMapToPolyData_05(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkTreeMapToPolyData = (vtkTreeMapToPolyData)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkTreeMapToPolyData.Register(null);
                }
            }
            return(vtkTreeMapToPolyData);
        }
示例#4
0
 public void SetTreeMapToPolyData(vtkTreeMapToPolyData filter)
 {
     vtkInteractorStyleTreeMapHover.vtkInteractorStyleTreeMapHover_SetTreeMapToPolyData_22(base.GetCppThis(), (filter == null) ? default(HandleRef) : filter.GetCppThis());
 }