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

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkLabelHierarchyCompositeIterator = (vtkLabelHierarchyCompositeIterator)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkLabelHierarchyCompositeIterator.Register(null);
                }
            }
            return(vtkLabelHierarchyCompositeIterator);
        }