Beispiel #1
0
 public long AddChild(long parent, vtkVariantArray propertyArr)
 {
     return(vtkMutableDirectedGraph.vtkMutableDirectedGraph_AddChild_01(base.GetCppThis(), parent, (propertyArr == null) ? default(HandleRef) : propertyArr.GetCppThis()));
 }
Beispiel #2
0
 public void LazyAddEdge(long u, long v, vtkVariantArray propertyArr)
 {
     vtkMutableDirectedGraph.vtkMutableDirectedGraph_LazyAddEdge_08(base.GetCppThis(), u, v, (propertyArr == null) ? default(HandleRef) : propertyArr.GetCppThis());
 }
Beispiel #3
0
 public void LazyAddVertex(vtkVariantArray propertyArr)
 {
     vtkMutableDirectedGraph.vtkMutableDirectedGraph_LazyAddVertex_10(base.GetCppThis(), (propertyArr == null) ? default(HandleRef) : propertyArr.GetCppThis());
 }
Beispiel #4
0
 public long AddVertex(vtkVariantArray propertyArr)
 {
     return(vtkMutableDirectedGraph.vtkMutableDirectedGraph_AddVertex_05(base.GetCppThis(), (propertyArr == null) ? default(HandleRef) : propertyArr.GetCppThis()));
 }
Beispiel #5
0
 public void SetRow(long row, vtkVariantArray values)
 {
     vtkTable.vtkTable_SetRow_30(base.GetCppThis(), row, (values == null) ? default(HandleRef) : values.GetCppThis());
 }
Beispiel #6
0
 public long InsertNextRow(vtkVariantArray arr)
 {
     return(vtkTable.vtkTable_InsertNextRow_20(base.GetCppThis(), (arr == null) ? default(HandleRef) : arr.GetCppThis()));
 }
Beispiel #7
0
 public virtual void PairwiseUpdate(vtkTable clusterCenters, long row, vtkVariantArray data, long dataCardinality, long totalCardinality)
 {
     vtkKMeansDistanceFunctor.vtkKMeansDistanceFunctor_PairwiseUpdate_11(base.GetCppThis(), (clusterCenters == null) ? default(HandleRef) : clusterCenters.GetCppThis(), row, (data == null) ? default(HandleRef) : data.GetCppThis(), dataCardinality, totalCardinality);
 }
Beispiel #8
0
 public bool NextRow(vtkVariantArray rowArray)
 {
     return(vtkRowQuery.vtkRowQuery_NextRow_16(base.GetCppThis(), (rowArray == null) ? default(HandleRef) : rowArray.GetCppThis()) != 0);
 }