public new vtkGenericAdaptorCell NewInstance() { vtkGenericAdaptorCell result = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkGenericAdaptorCell.vtkGenericAdaptorCell_NewInstance_43(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; result = (vtkGenericAdaptorCell)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); } return(result); }
public vtkGenericAdaptorCell GetLastCell() { vtkGenericAdaptorCell vtkGenericAdaptorCell = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkGenericInterpolatedVelocityField.vtkGenericInterpolatedVelocityField_GetLastCell_10(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkGenericAdaptorCell = (vtkGenericAdaptorCell)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkGenericAdaptorCell.Register(null); } } return(vtkGenericAdaptorCell); }
public new static vtkGenericAdaptorCell SafeDownCast(vtkObjectBase o) { vtkGenericAdaptorCell vtkGenericAdaptorCell = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkGenericAdaptorCell.vtkGenericAdaptorCell_SafeDownCast_44((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkGenericAdaptorCell = (vtkGenericAdaptorCell)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkGenericAdaptorCell.Register(null); } } return(vtkGenericAdaptorCell); }
public virtual vtkGenericAdaptorCell GetGenericCell() { vtkGenericAdaptorCell vtkGenericAdaptorCell = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkGenericSubdivisionErrorMetric.vtkGenericSubdivisionErrorMetric_GetGenericCell_03(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkGenericAdaptorCell = (vtkGenericAdaptorCell)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkGenericAdaptorCell.Register(null); } } return(vtkGenericAdaptorCell); }
public virtual void GetTuple(vtkGenericAdaptorCell c, IntPtr tuple) { vtkGenericAttribute.vtkGenericAttribute_GetTuple_14(base.GetCppThis(), (c == null) ? default(HandleRef) : c.GetCppThis(), tuple); }
public virtual IntPtr GetTuple(vtkGenericAdaptorCell c) { return(vtkGenericAttribute.vtkGenericAttribute_GetTuple_13(base.GetCppThis(), (c == null) ? default(HandleRef) : c.GetCppThis())); }
public virtual int CountNeighbors(vtkGenericAdaptorCell boundary) { return(vtkGenericAdaptorCell.vtkGenericAdaptorCell_CountNeighbors_04(base.GetCppThis(), (boundary == null) ? default(HandleRef) : boundary.GetCppThis())); }
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()); }
public void SetGenericCell(vtkGenericAdaptorCell cell) { vtkGenericSubdivisionErrorMetric.vtkGenericSubdivisionErrorMetric_SetGenericCell_10(base.GetCppThis(), (cell == null) ? default(HandleRef) : cell.GetCppThis()); }
public virtual void GetCell(vtkGenericAdaptorCell c) { vtkGenericCellIterator.vtkGenericCellIterator_GetCell_02(base.GetCppThis(), (c == null) ? default(HandleRef) : c.GetCppThis()); }
public override void Triangulate(vtkGenericAdaptorCell cell, vtkGenericAttributeCollection att, vtkDoubleArray points, vtkCellArray cellArray, vtkPointData internalPd) { vtkSimpleCellTessellator.vtkSimpleCellTessellator_Triangulate_17(base.GetCppThis(), (cell == null) ? default(HandleRef) : cell.GetCppThis(), (att == null) ? default(HandleRef) : att.GetCppThis(), (points == null) ? default(HandleRef) : points.GetCppThis(), (cellArray == null) ? default(HandleRef) : cellArray.GetCppThis(), (internalPd == null) ? default(HandleRef) : internalPd.GetCppThis()); }
public virtual void TessellateFace(vtkGenericAdaptorCell cell, vtkGenericAttributeCollection att, long index, vtkDoubleArray points, vtkCellArray cellArray, vtkPointData internalPd) { vtkGenericCellTessellator.vtkGenericCellTessellator_TessellateFace_13(base.GetCppThis(), (cell == null) ? default(HandleRef) : cell.GetCppThis(), (att == null) ? default(HandleRef) : att.GetCppThis(), index, (points == null) ? default(HandleRef) : points.GetCppThis(), (cellArray == null) ? default(HandleRef) : cellArray.GetCppThis(), (internalPd == null) ? default(HandleRef) : internalPd.GetCppThis()); }