public new static vtkGarbageCollector New()
        {
            vtkGarbageCollector result = null;
            uint   mteStatus           = 0u;
            uint   mteIndex            = 4294967295u;
            uint   rawRefCount         = 0u;
            IntPtr intPtr = vtkGarbageCollector.vtkGarbageCollector_New(ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkGarbageCollector = (vtkGarbageCollector)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkGarbageCollector.Register(null);
                }
            }
            return(vtkGarbageCollector);
        }
Exemplo n.º 3
0
 public virtual void Report(vtkInformation info, vtkGarbageCollector collector)
 {
     vtkInformationKey.vtkInformationKey_Report_11(base.GetCppThis(), (info == null) ? default(HandleRef) : info.GetCppThis(), (collector == null) ? default(HandleRef) : collector.GetCppThis());
 }
 public override void Report(vtkInformation info, vtkGarbageCollector collector)
 {
     vtkInformationExecutivePortKey.vtkInformationExecutivePortKey_Report_07(base.GetCppThis(), (info == null) ? default(HandleRef) : info.GetCppThis(), (collector == null) ? default(HandleRef) : collector.GetCppThis());
 }
Exemplo n.º 5
0
 public virtual void ReportReferences(vtkGarbageCollector arg0)
 {
     vtkImageReslice.vtkImageReslice_ReportReferences_50(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }