24#ifndef OD_GECLIPBOUNDARY2D_H
25#define OD_GECLIPBOUNDARY2D_H
#define GE_TOOLKIT_EXPORT
OdArray< OdGePoint2d, OdMemoryAllocator< OdGePoint2d > > OdGePoint2dArray
OdArray< int, OdMemoryAllocator< int > > OdGeIntArray
OdGe::ClipError clipPolygon(const OdGePoint2dArray &rawVertices, OdGePoint2dArray &clippedVertices, OdGe::ClipCondition &clipCondition, OdGeIntArray *pClippedSegmentSourceLabel=NULL) const
OdGe::ClipError clipPolyline(const OdGePoint2dArray &rawVertices, OdGePoint2dArray &clippedVertices, OdGe::ClipCondition &clipCondition, OdGeIntArray *pClippedSegmentSourceLabel=NULL) const
OdGeClipBoundary2d(const OdGePoint2d &cornerA, const OdGePoint2d &cornerB)
OdGeClipBoundary2d(const OdGeClipBoundary2d &src)
OdGe::ClipError set(const OdGePoint2d &cornerA, const OdGePoint2d &cornerB)
GE_OPERATORS_OVERRIDE_2D(OdGeClipBoundary2d)
OdGeClipBoundary2d(const OdGePoint2dArray &clipBoundary)
OdGe::ClipError set(const OdGePoint2dArray &clipBoundary)
OdGeEntity2d & operator=(const OdGeEntity2d &entity)