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