示例#1
0
 public void SetOutput(vtkStructuredPoints output)
 {
     vtkStructuredPointsSource.vtkStructuredPointsSource_SetOutput_07(base.GetCppThis(), (output == null) ? default(HandleRef) : output.GetCppThis());
 }
 public void SetOutput(vtkStructuredPoints output)
 {
     vtkStructuredPointsReader.vtkStructuredPointsReader_SetOutput_09(base.GetCppThis(), (output == null) ? default(HandleRef) : output.GetCppThis());
 }
示例#3
0
 public void AddItem(vtkStructuredPoints ds)
 {
     vtkStructuredPointsCollection.vtkStructuredPointsCollection_AddItem_01(base.GetCppThis(), (ds == null) ? default(HandleRef) : ds.GetCppThis());
 }
示例#4
0
 public void SetGradMaps(vtkStructuredPoints gm)
 {
     vtkSubPixelPositionEdgels.vtkSubPixelPositionEdgels_SetGradMaps_09(base.GetCppThis(), (gm == null) ? default(HandleRef) : gm.GetCppThis());
 }