コード例 #1
0
 public virtual void GetTuple(vtkGenericAdaptorCell c, IntPtr tuple)
 {
     vtkGenericAttribute.vtkGenericAttribute_GetTuple_14(base.GetCppThis(), (c == null) ? default(HandleRef) : c.GetCppThis(), tuple);
 }
コード例 #2
0
 public virtual int CountNeighbors(vtkGenericAdaptorCell boundary)
 {
     return(vtkGenericAdaptorCell.vtkGenericAdaptorCell_CountNeighbors_04(base.GetCppThis(), (boundary == null) ? default(HandleRef) : boundary.GetCppThis()));
 }
コード例 #3
0
 public virtual IntPtr GetTuple(vtkGenericAdaptorCell c)
 {
     return(vtkGenericAttribute.vtkGenericAttribute_GetTuple_13(base.GetCppThis(), (c == null) ? default(HandleRef) : c.GetCppThis()));
 }
コード例 #4
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());
 }
コード例 #5
0
 public void SetGenericCell(vtkGenericAdaptorCell cell)
 {
     vtkGenericSubdivisionErrorMetric.vtkGenericSubdivisionErrorMetric_SetGenericCell_10(base.GetCppThis(), (cell == null) ? default(HandleRef) : cell.GetCppThis());
 }
コード例 #6
0
 public virtual void GetCell(vtkGenericAdaptorCell c)
 {
     vtkGenericCellIterator.vtkGenericCellIterator_GetCell_02(base.GetCppThis(), (c == null) ? default(HandleRef) : c.GetCppThis());
 }
コード例 #7
0
 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());
 }
コード例 #8
0
 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());
 }