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