Exemplo n.º 1
0
		public new static vtkGeoImageNode New()
		{
			vtkGeoImageNode result = null;
			uint mteStatus = 0u;
			uint mteIndex = 4294967295u;
			uint rawRefCount = 0u;
			IntPtr intPtr = vtkGeoImageNode.vtkGeoImageNode_New(ref mteStatus, ref mteIndex, ref rawRefCount);
			if (IntPtr.Zero != intPtr)
			{
				bool flag;
				result = (vtkGeoImageNode)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
			}
			return result;
		}
Exemplo n.º 2
0
		public vtkGeoImageNode GetChild(int idx)
		{
			vtkGeoImageNode vtkGeoImageNode = null;
			uint mteStatus = 0u;
			uint mteIndex = 4294967295u;
			uint rawRefCount = 0u;
			IntPtr intPtr = vtkGeoImageNode.vtkGeoImageNode_GetChild_04(base.GetCppThis(), idx, ref mteStatus, ref mteIndex, ref rawRefCount);
			if (IntPtr.Zero != intPtr)
			{
				bool flag;
				vtkGeoImageNode = (vtkGeoImageNode)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
				if (flag)
				{
					vtkGeoImageNode.Register(null);
				}
			}
			return vtkGeoImageNode;
		}
Exemplo n.º 3
0
		public new static vtkGeoImageNode SafeDownCast(vtkObjectBase o)
		{
			vtkGeoImageNode vtkGeoImageNode = null;
			uint mteStatus = 0u;
			uint mteIndex = 4294967295u;
			uint rawRefCount = 0u;
			IntPtr intPtr = vtkGeoImageNode.vtkGeoImageNode_SafeDownCast_14((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);
			if (IntPtr.Zero != intPtr)
			{
				bool flag;
				vtkGeoImageNode = (vtkGeoImageNode)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
				if (flag)
				{
					vtkGeoImageNode.Register(null);
				}
			}
			return vtkGeoImageNode;
		}
Exemplo n.º 4
0
        public virtual vtkGeoImageNode GetBestImageForBounds(IntPtr bounds)
        {
            vtkGeoImageNode vtkGeoImageNode = null;
            uint            mteStatus       = 0u;
            uint            mteIndex        = 4294967295u;
            uint            rawRefCount     = 0u;
            IntPtr          intPtr          = vtkGeoAlignedImageRepresentation.vtkGeoAlignedImageRepresentation_GetBestImageForBounds_01(base.GetCppThis(), bounds, ref mteStatus, ref mteIndex, ref rawRefCount);

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