public virtual void GetComponent(int i, vtkGenericCellIterator c, IntPtr values)
 {
     vtkGenericAttribute.vtkGenericAttribute_GetComponent_04(base.GetCppThis(), i, (c == null) ? default(HandleRef) : c.GetCppThis(), values);
 }
예제 #2
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 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()));
 }
예제 #5
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()));
 }
예제 #6
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());
 }
예제 #7
0
 public virtual void GetBoundaryIterator(vtkGenericCellIterator boundaries, int dim)
 {
     vtkGenericAdaptorCell.vtkGenericAdaptorCell_GetBoundaryIterator_10(base.GetCppThis(), (boundaries == null) ? default(HandleRef) : boundaries.GetCppThis(), dim);
 }