Example #1
0
        public new static vtkKdTreePointLocator New()
        {
            vtkKdTreePointLocator result = null;
            uint   mteStatus             = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkKdTreePointLocator.vtkKdTreePointLocator_New(ref mteStatus, ref mteIndex, ref rawRefCount);

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

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