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

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

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