public new vtkFunctionSet NewInstance() { vtkFunctionSet result = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkFunctionSet.vtkFunctionSet_NewInstance_06(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; result = (vtkFunctionSet)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); } return(result); }
public new static vtkFunctionSet SafeDownCast(vtkObjectBase o) { vtkFunctionSet vtkFunctionSet = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkFunctionSet.vtkFunctionSet_SafeDownCast_07((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkFunctionSet = (vtkFunctionSet)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkFunctionSet.Register(null); } } return(vtkFunctionSet); }
public virtual vtkFunctionSet GetFunctionSet() { vtkFunctionSet vtkFunctionSet = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkInitialValueProblemSolver.vtkInitialValueProblemSolver_GetFunctionSet_05(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkFunctionSet = (vtkFunctionSet)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkFunctionSet.Register(null); } } return(vtkFunctionSet); }
public virtual void SetFunctionSet(vtkFunctionSet functionset) { vtkInitialValueProblemSolver.vtkInitialValueProblemSolver_SetFunctionSet_11(base.GetCppThis(), (functionset == null) ? default(HandleRef) : functionset.GetCppThis()); }