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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkGeoSource)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
Ejemplo n.º 2
0
        public virtual vtkGeoSource GetSource()
        {
            vtkGeoSource vtkGeoSource = null;
            uint         mteStatus    = 0u;
            uint         mteIndex     = 4294967295u;
            uint         rawRefCount  = 0u;
            IntPtr       intPtr       = vtkGeoTerrain.vtkGeoTerrain_GetSource_08(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkGeoSource = (vtkGeoSource)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkGeoSource.Register(null);
                }
            }
            return(vtkGeoSource);
        }
Ejemplo n.º 4
0
 public virtual void SetSource(vtkGeoSource source)
 {
     vtkGeoTerrain.vtkGeoTerrain_SetSource_18(base.GetCppThis(), (source == null) ? default(HandleRef) : source.GetCppThis());
 }
Ejemplo n.º 5
0
 public virtual void SetSource(vtkGeoSource source)
 {
     vtkGeoAlignedImageRepresentation.vtkGeoAlignedImageRepresentation_SetSource_09(base.GetCppThis(), (source == null) ? default(HandleRef) : source.GetCppThis());
 }