Ejemplo n.º 1
0
 public virtual void SetRayIntegrator(vtkUnstructuredGridVolumeRayIntegrator ri)
 {
     vtkUnstructuredGridVolumeRayCastMapper.vtkUnstructuredGridVolumeRayCastMapper_SetRayIntegrator_44(base.GetCppThis(), (ri == null) ? default(HandleRef) : ri.GetCppThis());
 }
Ejemplo n.º 2
0
 public virtual void SetIntegrator(vtkUnstructuredGridVolumeRayIntegrator arg0)
 {
     vtkUnstructuredGridPreIntegration.vtkUnstructuredGridPreIntegration_SetIntegrator_23(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }