Ejemplo n.º 1
0
 public virtual void SetDataSet(int I, vtkDataSet dataset, bool staticdataset, vtkAbstractCellLocator locator)
 {
     vtkCachingInterpolatedVelocityField.vtkCachingInterpolatedVelocityField_SetDataSet_16(base.GetCppThis(), I, (dataset == null) ? default(HandleRef) : dataset.GetCppThis(), staticdataset ? (byte)1 : (byte)0, (locator == null) ? default(HandleRef) : locator.GetCppThis());
 }
 public void SetCellLocatorPrototype(vtkAbstractCellLocator prototype)
 {
     vtkCellLocatorInterpolatedVelocityField.vtkCellLocatorInterpolatedVelocityField_SetCellLocatorPrototype_11(base.GetCppThis(), (prototype == null) ? default(HandleRef) : prototype.GetCppThis());
 }
Ejemplo n.º 3
0
 public void AddLocator(vtkAbstractCellLocator locator)
 {
     vtkCellPicker.vtkCellPicker_AddLocator_01(base.GetCppThis(), (locator == null) ? default(HandleRef) : locator.GetCppThis());
 }