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