public void AddActors(vtkRenderer ren, vtkAssembly assembly, vtkCollection imageReps) { vtkGeoTerrain.vtkGeoTerrain_AddActors_01(base.GetCppThis(), (ren == null) ? default(HandleRef) : ren.GetCppThis(), (assembly == null) ? default(HandleRef) : assembly.GetCppThis(), (imageReps == null) ? default(HandleRef) : imageReps.GetCppThis()); }
public int ProcessRequest(vtkInformation request, vtkCollection inInfo, vtkInformationVector outInfo) { return(vtkAlgorithm.vtkAlgorithm_ProcessRequest_47(base.GetCppThis(), (request == null) ? default(HandleRef) : request.GetCppThis(), (inInfo == null) ? default(HandleRef) : inInfo.GetCppThis(), (outInfo == null) ? default(HandleRef) : outInfo.GetCppThis())); }
public override void SetCollection(vtkCollection arg0) { vtkDataArrayCollectionIterator.vtkDataArrayCollectionIterator_SetCollection_07(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis()); }
public virtual void SetCollection(vtkCollection arg0) { vtkCollectionIterator.vtkCollectionIterator_SetCollection_12(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis()); }
public virtual void SetErrorMetrics(vtkCollection someErrorMetrics) { vtkGenericCellTessellator.vtkGenericCellTessellator_SetErrorMetrics_10(base.GetCppThis(), (someErrorMetrics == null) ? default(HandleRef) : someErrorMetrics.GetCppThis()); }
public static void CreateAllInstance(string vtkclassname, vtkCollection retList) { vtkObjectFactory.vtkObjectFactory_CreateAllInstance_01(vtkclassname, (retList == null) ? default(HandleRef) : retList.GetCppThis()); }