コード例 #1
0
 public virtual void SetGradientEstimator(vtkEncodedGradientEstimator gradest)
 {
     vtkVolumeTextureMapper.vtkVolumeTextureMapper_SetGradientEstimator_28(base.GetCppThis(), (gradest == null) ? default(HandleRef) : gradest.GetCppThis());
 }
コード例 #2
0
 public void UpdateShadingTable(vtkRenderer ren, vtkVolume vol, vtkEncodedGradientEstimator gradest)
 {
     vtkEncodedGradientShader.vtkEncodedGradientShader_UpdateShadingTable_24(base.GetCppThis(), (ren == null) ? default(HandleRef) : ren.GetCppThis(), (vol == null) ? default(HandleRef) : vol.GetCppThis(), (gradest == null) ? default(HandleRef) : gradest.GetCppThis());
 }