public new static vtkPiecewiseFunctionAlgorithm New() { vtkPiecewiseFunctionAlgorithm result = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkPiecewiseFunctionAlgorithm.vtkPiecewiseFunctionAlgorithm_New(ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; result = (vtkPiecewiseFunctionAlgorithm)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); } return(result); }
public new static vtkPiecewiseFunctionAlgorithm SafeDownCast(vtkObjectBase o) { vtkPiecewiseFunctionAlgorithm vtkPiecewiseFunctionAlgorithm = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkPiecewiseFunctionAlgorithm.vtkPiecewiseFunctionAlgorithm_SafeDownCast_11((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkPiecewiseFunctionAlgorithm = (vtkPiecewiseFunctionAlgorithm)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkPiecewiseFunctionAlgorithm.Register(null); } } return(vtkPiecewiseFunctionAlgorithm); }