Beispiel #1
0
 public void DeepCopy(vtkUniformVariables other)
 {
     vtkUniformVariables.vtkUniformVariables_DeepCopy_01(base.GetCppThis(), (other == null) ? default(HandleRef) : other.GetCppThis());
 }
Beispiel #2
0
 public void Merge(vtkUniformVariables other)
 {
     vtkUniformVariables.vtkUniformVariables_Merge_06(base.GetCppThis(), (other == null) ? default(HandleRef) : other.GetCppThis());
 }