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