public new static vtkGenericInterpolatedVelocityField New() { vtkGenericInterpolatedVelocityField result = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkGenericInterpolatedVelocityField.vtkGenericInterpolatedVelocityField_New(ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; result = (vtkGenericInterpolatedVelocityField)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); } return(result); }
public new static vtkGenericInterpolatedVelocityField SafeDownCast(vtkObjectBase o) { vtkGenericInterpolatedVelocityField vtkGenericInterpolatedVelocityField = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkGenericInterpolatedVelocityField.vtkGenericInterpolatedVelocityField_SafeDownCast_18((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkGenericInterpolatedVelocityField = (vtkGenericInterpolatedVelocityField)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkGenericInterpolatedVelocityField.Register(null); } } return(vtkGenericInterpolatedVelocityField); }
public void SetInterpolatorPrototype(vtkGenericInterpolatedVelocityField ivf) { vtkGenericStreamTracer.vtkGenericStreamTracer_SetInterpolatorPrototype_50(base.GetCppThis(), (ivf == null) ? default(HandleRef) : ivf.GetCppThis()); }
public virtual void CopyParameters(vtkGenericInterpolatedVelocityField from) { vtkGenericInterpolatedVelocityField.vtkGenericInterpolatedVelocityField_CopyParameters_05(base.GetCppThis(), (from == null) ? default(HandleRef) : from.GetCppThis()); }