示例#1
0
 public void SetHandleRepresentation(vtkHandleRepresentation handle)
 {
     vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_SetHandleRepresentation_30(base.GetCppThis(), (handle == null) ? default(HandleRef) : handle.GetCppThis());
 }
示例#2
0
 public void SetHandleRepresentation(vtkHandleRepresentation handle)
 {
     vtkBiDimensionalRepresentation.vtkBiDimensionalRepresentation_SetHandleRepresentation_38(base.GetCppThis(), (handle == null) ? default(HandleRef) : handle.GetCppThis());
 }
 public void SetHandleRepresentation(vtkHandleRepresentation handle)
 {
     vtkSeedRepresentation.vtkSeedRepresentation_SetHandleRepresentation_21(base.GetCppThis(), (handle == null) ? default(HandleRef) : handle.GetCppThis());
 }
 public void SetRepresentation(vtkHandleRepresentation r)
 {
     vtkHandleWidget.vtkHandleWidget_SetRepresentation_17(base.GetCppThis(), (r == null) ? default(HandleRef) : r.GetCppThis());
 }