示例#1
0
        public new static vtkCollection New()
        {
            vtkCollection result      = null;
            uint          mteStatus   = 0u;
            uint          mteIndex    = 4294967295u;
            uint          rawRefCount = 0u;
            IntPtr        intPtr      = vtkCollection.vtkCollection_New(ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkCollection)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
示例#2
0
        public virtual vtkCollection GetRequestedNodes(vtkGeoTreeNode node)
        {
            vtkCollection vtkCollection = null;
            uint          mteStatus     = 0u;
            uint          mteIndex      = 4294967295u;
            uint          rawRefCount   = 0u;
            IntPtr        intPtr        = vtkGeoSource.vtkGeoSource_GetRequestedNodes_03(base.GetCppThis(), (node == null) ? default(HandleRef) : node.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkCollection = (vtkCollection)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkCollection.Register(null);
                }
            }
            return(vtkCollection);
        }
示例#3
0
        public virtual vtkCollection GetCollection()
        {
            vtkCollection vtkCollection = null;
            uint          mteStatus     = 0u;
            uint          mteIndex      = 4294967295u;
            uint          rawRefCount   = 0u;
            IntPtr        intPtr        = vtkCollectionIterator.vtkCollectionIterator_GetCollection_01(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkCollection = (vtkCollection)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkCollection.Register(null);
                }
            }
            return(vtkCollection);
        }
示例#5
0
 public void AddActors(vtkRenderer ren, vtkAssembly assembly, vtkCollection imageReps)
 {
     vtkGeoTerrain.vtkGeoTerrain_AddActors_01(base.GetCppThis(), (ren == null) ? default(HandleRef) : ren.GetCppThis(), (assembly == null) ? default(HandleRef) : assembly.GetCppThis(), (imageReps == null) ? default(HandleRef) : imageReps.GetCppThis());
 }
示例#6
0
 public int ProcessRequest(vtkInformation request, vtkCollection inInfo, vtkInformationVector outInfo)
 {
     return(vtkAlgorithm.vtkAlgorithm_ProcessRequest_47(base.GetCppThis(), (request == null) ? default(HandleRef) : request.GetCppThis(), (inInfo == null) ? default(HandleRef) : inInfo.GetCppThis(), (outInfo == null) ? default(HandleRef) : outInfo.GetCppThis()));
 }
示例#7
0
 public override void SetCollection(vtkCollection arg0)
 {
     vtkDataArrayCollectionIterator.vtkDataArrayCollectionIterator_SetCollection_07(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
示例#8
0
 public virtual void SetCollection(vtkCollection arg0)
 {
     vtkCollectionIterator.vtkCollectionIterator_SetCollection_12(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
 public virtual void SetErrorMetrics(vtkCollection someErrorMetrics)
 {
     vtkGenericCellTessellator.vtkGenericCellTessellator_SetErrorMetrics_10(base.GetCppThis(), (someErrorMetrics == null) ? default(HandleRef) : someErrorMetrics.GetCppThis());
 }
示例#10
0
 public static void CreateAllInstance(string vtkclassname, vtkCollection retList)
 {
     vtkObjectFactory.vtkObjectFactory_CreateAllInstance_01(vtkclassname, (retList == null) ? default(HandleRef) : retList.GetCppThis());
 }