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