51 bool m_orientedOutside;
59 return m_orientedOutside;
Definition of graphical circle object.
Definition of an oriented graphical circle object.
virtual bool CopyFrom(const IChangeable &object, CompatibilityMode mode=CM_WITHOUT_REFS) override
virtual bool ConvertToPolygon(i2d::CPolygon &result, int segmentsCount=0) const override
Performs conversion of the circle splitting it to segmentsCount segments to the polygon result.
virtual istd::TUniqueInterfacePtr< istd::IChangeable > CloneMe(CompatibilityMode mode=CM_WITHOUT_REFS) const override
Make a copy of this object.
void SetOrientedOutside(bool orientedOutside)
Set this circle oriented outside or inside.
bool operator!=(const COrientedCircle &circle) const
bool operator==(const COrientedCircle &circle) const
COrientedCircle(double radius, const CVector2d ¢er, bool orientedOutside)
virtual int GetSupportedOperations() const override
Get set of flags for supported operations.
virtual bool Serialize(iser::IArchive &archive) override
Load or store state of this object as a archive stream.
bool IsOrientedOutside() const
Check if this circle is oriented outside.
Definition of the data model for a polygon.
Definition of position or mathematical vector on 2D plane.
Represents an input/output persistence archive for object serialization.
CompatibilityMode
Control how relationship betweeen objects are interpreted.
@ CM_WITHOUT_REFS
External references are simple ignored.
Unique ownership smart pointer for interface types.