12 #ifndef mitkContourElement_h
13 #define mitkContourElement_h
41 itkFactorylessNewMacro(Self);
51 : IsControlPoint(other.IsControlPoint), Coordinates(other.Coordinates)
112 void AddVertex(
const mitk::Point3D &point,
bool isControlPoint);
118 void AddVertexAtFront(
const mitk::Point3D &point,
bool isControlPoint);
183 bool IsEmpty()
const;
187 bool IsClosed()
const;
226 void SetClosed(
bool isClosed);
286 void RedistributeControlVertices(
const VertexType *vertex,
int period);
301 bool RemoveVertexByIterator(VertexListType::iterator& iter);
304 bool m_IsClosed =
false;