Пример #1
0
        public new vtkGenericCellIterator NewInstance()
        {
            vtkGenericCellIterator result = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkGenericCellIterator.vtkGenericCellIterator_NewInstance_08(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkGenericCellIterator)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
Пример #2
0
        public virtual vtkGenericCellIterator NewCellIterator(int dim)
        {
            vtkGenericCellIterator vtkGenericCellIterator = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkGenericDataSet.vtkGenericDataSet_NewCellIterator_25(base.GetCppThis(), dim, ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkGenericCellIterator = (vtkGenericCellIterator)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkGenericCellIterator.Register(null);
                }
            }
            return(vtkGenericCellIterator);
        }
Пример #3
0
        public new static vtkGenericCellIterator SafeDownCast(vtkObjectBase o)
        {
            vtkGenericCellIterator vtkGenericCellIterator = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkGenericCellIterator.vtkGenericCellIterator_SafeDownCast_10((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkGenericCellIterator = (vtkGenericCellIterator)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkGenericCellIterator.Register(null);
                }
            }
            return(vtkGenericCellIterator);
        }
Пример #4
0
 public virtual int FindCell(IntPtr x, vtkGenericCellIterator cell, double tol2, ref int subId, IntPtr pcoords)
 {
     return(vtkGenericDataSet.vtkGenericDataSet_FindCell_02(base.GetCppThis(), x, (cell == null) ? default(HandleRef) : cell.GetCppThis(), tol2, ref subId, pcoords));
 }
 public virtual void GetComponent(int i, vtkGenericCellIterator c, IntPtr values)
 {
     vtkGenericAttribute.vtkGenericAttribute_GetComponent_04(base.GetCppThis(), i, (c == null) ? default(HandleRef) : c.GetCppThis(), values);
 }
 public virtual void GetTuple(vtkGenericCellIterator c, IntPtr tuple)
 {
     vtkGenericAttribute.vtkGenericAttribute_GetTuple_16(base.GetCppThis(), (c == null) ? default(HandleRef) : c.GetCppThis(), tuple);
 }
 public virtual IntPtr GetTuple(vtkGenericCellIterator c)
 {
     return(vtkGenericAttribute.vtkGenericAttribute_GetTuple_15(base.GetCppThis(), (c == null) ? default(HandleRef) : c.GetCppThis()));
 }
Пример #8
0
 public virtual int FindClosestBoundary(int subId, IntPtr pcoords, vtkGenericCellIterator boundary)
 {
     return(vtkGenericAdaptorCell.vtkGenericAdaptorCell_FindClosestBoundary_08(base.GetCppThis(), subId, pcoords, (boundary == null) ? default(HandleRef) : boundary.GetCppThis()));
 }
Пример #9
0
 public virtual void GetNeighbors(vtkGenericAdaptorCell boundary, vtkGenericCellIterator neighbors)
 {
     vtkGenericAdaptorCell.vtkGenericAdaptorCell_GetNeighbors_20(base.GetCppThis(), (boundary == null) ? default(HandleRef) : boundary.GetCppThis(), (neighbors == null) ? default(HandleRef) : neighbors.GetCppThis());
 }
Пример #10
0
 public virtual void GetBoundaryIterator(vtkGenericCellIterator boundaries, int dim)
 {
     vtkGenericAdaptorCell.vtkGenericAdaptorCell_GetBoundaryIterator_10(base.GetCppThis(), (boundaries == null) ? default(HandleRef) : boundaries.GetCppThis(), dim);
 }