public new static vtkPoints2D New() { vtkPoints2D result = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkPoints2D.vtkPoints2D_New(ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; result = (vtkPoints2D)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); } return(result); }
public new static vtkPoints2D SafeDownCast(vtkObjectBase o) { vtkPoints2D vtkPoints2D = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkPoints2D.vtkPoints2D_SafeDownCast_25((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkPoints2D = (vtkPoints2D)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkPoints2D.Register(null); } } return(vtkPoints2D); }
public void DrawStringRect(vtkPoints2D rect, string arg1) { vtkContext2D.vtkContext2D_DrawStringRect_41(base.GetCppThis(), (rect == null) ? default(HandleRef) : rect.GetCppThis(), arg1); }
public void DrawString(vtkPoints2D point, string arg1) { vtkContext2D.vtkContext2D_DrawString_39(base.GetCppThis(), (point == null) ? default(HandleRef) : point.GetCppThis(), arg1); }
public void DrawQuadStrip(vtkPoints2D points) { vtkContext2D.vtkContext2D_DrawQuadStrip_36(base.GetCppThis(), (points == null) ? default(HandleRef) : points.GetCppThis()); }
public void DrawPolygon(vtkPoints2D points) { vtkContext2D.vtkContext2D_DrawPolygon_32(base.GetCppThis(), (points == null) ? default(HandleRef) : points.GetCppThis()); }
public void DrawPointSprites(vtkImageData sprite, vtkPoints2D points, vtkUnsignedCharArray colors) { vtkContext2D.vtkContext2D_DrawPointSprites_21(base.GetCppThis(), (sprite == null) ? default(HandleRef) : sprite.GetCppThis(), (points == null) ? default(HandleRef) : points.GetCppThis(), (colors == null) ? default(HandleRef) : colors.GetCppThis()); }
public void DrawPointSprites(vtkImageData sprite, vtkPoints2D points) { vtkContext2D.vtkContext2D_DrawPointSprites_20(base.GetCppThis(), (sprite == null) ? default(HandleRef) : sprite.GetCppThis(), (points == null) ? default(HandleRef) : points.GetCppThis()); }
public void DrawLine(vtkPoints2D points) { vtkContext2D.vtkContext2D_DrawLine_18(base.GetCppThis(), (points == null) ? default(HandleRef) : points.GetCppThis()); }
public void ComputeStringBounds(string arg0, vtkPoints2D bounds) { vtkContext2D.vtkContext2D_ComputeStringBounds_08(base.GetCppThis(), arg0, (bounds == null) ? default(HandleRef) : bounds.GetCppThis()); }
public virtual void DeepCopy(vtkPoints2D ad) { vtkPoints2D.vtkPoints2D_DeepCopy_03(base.GetCppThis(), (ad == null) ? default(HandleRef) : ad.GetCppThis()); }
public virtual void ShallowCopy(vtkPoints2D ad) { vtkPoints2D.vtkPoints2D_ShallowCopy_42(base.GetCppThis(), (ad == null) ? default(HandleRef) : ad.GetCppThis()); }
public void GetPoints(vtkIdList ptId, vtkPoints2D fp) { vtkPoints2D.vtkPoints2D_GetPoints_12(base.GetCppThis(), (ptId == null) ? default(HandleRef) : ptId.GetCppThis(), (fp == null) ? default(HandleRef) : fp.GetCppThis()); }
public void TransformPoints(vtkPoints2D inPts, vtkPoints2D outPts) { vtkTransform2D.vtkTransform2D_TransformPoints_23(base.GetCppThis(), (inPts == null) ? default(HandleRef) : inPts.GetCppThis(), (outPts == null) ? default(HandleRef) : outPts.GetCppThis()); }