コード例 #1
0
        public new vtkOrientedGlyphContourRepresentation NewInstance()
        {
            vtkOrientedGlyphContourRepresentation result = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkOrientedGlyphContourRepresentation.vtkOrientedGlyphContourRepresentation_NewInstance_18(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

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