예제 #1
0
        public new vtkSliderRepresentation2D NewInstance()
        {
            vtkSliderRepresentation2D result = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkSliderRepresentation2D.vtkSliderRepresentation2D_NewInstance_16(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

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