Esempio n. 1
0
 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());
 }
Esempio n. 2
0
 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()));
 }
Esempio n. 3
0
 public override void SetCollection(vtkCollection arg0)
 {
     vtkDataArrayCollectionIterator.vtkDataArrayCollectionIterator_SetCollection_07(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
Esempio n. 4
0
 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());
 }