Ejemplo n.º 1
0
        public new vtkImageMandelbrotSource NewInstance()
        {
            vtkImageMandelbrotSource result = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkImageMandelbrotSource.vtkImageMandelbrotSource_NewInstance_28(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkImageMandelbrotSource = (vtkImageMandelbrotSource)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkImageMandelbrotSource.Register(null);
                }
            }
            return(vtkImageMandelbrotSource);
        }
Ejemplo n.º 3
0
 public void CopyOriginAndSample(vtkImageMandelbrotSource source)
 {
     vtkImageMandelbrotSource.vtkImageMandelbrotSource_CopyOriginAndSample_03(base.GetCppThis(), (source == null) ? default(HandleRef) : source.GetCppThis());
 }