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

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

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