Beispiel #1
0
        public new vtkInformationDoubleVectorKey NewInstance()
        {
            vtkInformationDoubleVectorKey result = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkInformationDoubleVectorKey.vtkInformationDoubleVectorKey_NewInstance_08(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkInformationDoubleVectorKey)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
        public static vtkInformationDoubleVectorKey POLYGON_OFFSET_PARAMETERS()
        {
            vtkInformationDoubleVectorKey vtkInformationDoubleVectorKey = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkCoincidentTopologyResolutionPainter.vtkCoincidentTopologyResolutionPainter_POLYGON_OFFSET_PARAMETERS_06(ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkInformationDoubleVectorKey = (vtkInformationDoubleVectorKey)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkInformationDoubleVectorKey.Register(null);
                }
            }
            return(vtkInformationDoubleVectorKey);
        }
Beispiel #3
0
        public static vtkInformationDoubleVectorKey BOUNDS()
        {
            vtkInformationDoubleVectorKey vtkInformationDoubleVectorKey = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkExtractCTHPart.vtkExtractCTHPart_BOUNDS_05(ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkInformationDoubleVectorKey = (vtkInformationDoubleVectorKey)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkInformationDoubleVectorKey.Register(null);
                }
            }
            return(vtkInformationDoubleVectorKey);
        }
        public static vtkInformationDoubleVectorKey L2_NORM_RANGE()
        {
            vtkInformationDoubleVectorKey vtkInformationDoubleVectorKey = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkDataArray.vtkDataArray_L2_NORM_RANGE_54(ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkInformationDoubleVectorKey = (vtkInformationDoubleVectorKey)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkInformationDoubleVectorKey.Register(null);
                }
            }
            return(vtkInformationDoubleVectorKey);
        }
        public static vtkInformationDoubleVectorKey SCALAR_RANGE()
        {
            vtkInformationDoubleVectorKey vtkInformationDoubleVectorKey = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkScalarsToColorsPainter.vtkScalarsToColorsPainter_SCALAR_RANGE_19(ref mteStatus, ref mteIndex, ref rawRefCount);

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