26 I_ASSIGN(m_centerXAttrPtr,
"X",
"X-Position of the circle center",
true, 0);
27 I_ASSIGN(m_centerYAttrPtr,
"Y",
"Y-Position of the circle center",
true, 0);
28 I_ASSIGN(m_radiusAttrPtr,
"Radius",
"Radius of the circle",
true, 0);
29 I_ASSIGN(m_isOrientedOutsideAttrPtr,
"IsOrientedOutside",
"Flag indicating that this circle is oriented to outside",
true,
false);
37 I_ATTR(
double, m_centerXAttrPtr);
38 I_ATTR(
double, m_centerYAttrPtr);
39 I_ATTR(
double, m_radiusAttrPtr);
40 I_ATTR(
bool, m_isOrientedOutsideAttrPtr);