AddVertex(const mitk::Point3D &point, bool isControlPoint) | mitk::ContourElement | |
AddVertexAtFront(const mitk::Point3D &point, bool isControlPoint) | mitk::ContourElement | |
begin() const | mitk::ContourElement | |
begin() | mitk::ContourElement | |
BruteForceGetVertexAt(const mitk::Point3D &point, double eps, bool isControlPoint=false, int offset=0) | mitk::ContourElement | |
BruteForceGetVertexIndexAt(const mitk::Point3D &point, double eps, VertexListType verticesList) | mitk::ContourElement | |
Clear() | mitk::ContourElement | |
Clone() const | mitk::ContourElement | |
Close() | mitk::ContourElement | |
Concatenate(const mitk::ContourElement *other, bool check) | mitk::ContourElement | |
ConstIteratorBegin() const | mitk::ContourElement | |
ConstIteratorEnd() const | mitk::ContourElement | |
ConstVertexIterator typedef | mitk::ContourElement | |
ContourElement()=default | mitk::ContourElement | protected |
ContourElement(const mitk::ContourElement &other) | mitk::ContourElement | protected |
end() const | mitk::ContourElement | |
end() | mitk::ContourElement | |
GetControlVertexAt(const mitk::Point3D &point, float eps) | mitk::ContourElement | |
GetControlVertices() const | mitk::ContourElement | |
GetIndex(const VertexType *vertex) const | mitk::ContourElement | |
GetLineSegmentForPoint(const mitk::Point3D &point, float eps, mitk::ContourElement::VertexType *previousVertex, mitk::ContourElement::VertexType *nextVertex) const | mitk::ContourElement | |
GetLineSegmentForPoint(const mitk::Point3D &point, float eps, VertexSizeType &segmentStartIndex, VertexSizeType &segmentEndIndex, mitk::Point3D &closestContourPoint, bool findClosest=true) const | mitk::ContourElement | |
GetNextControlVertexAt(const mitk::Point3D &point, float eps) | mitk::ContourElement | |
GetPreviousControlVertexAt(const mitk::Point3D &point, float eps) | mitk::ContourElement | |
GetSize() const | mitk::ContourElement | |
GetVertexAt(VertexSizeType index) | mitk::ContourElement | |
GetVertexAt(VertexSizeType index) const | mitk::ContourElement | |
GetVertexAt(const mitk::Point3D &point, float eps) | mitk::ContourElement | |
GetVertexList() const | mitk::ContourElement | |
InsertVertexAtIndex(const mitk::Point3D &point, bool isControlPoint, VertexSizeType index) | mitk::ContourElement | |
IsClosed() const | mitk::ContourElement | |
IsEmpty() const | mitk::ContourElement | |
IsNearContour(const mitk::Point3D &point, float eps) const | mitk::ContourElement | |
IteratorBegin() | mitk::ContourElement | |
IteratorEnd() | mitk::ContourElement | |
m_IsClosed | mitk::ContourElement | protected |
m_Vertices | mitk::ContourElement | protected |
mitkClassMacroItkParent(ContourElement, itk::LightObject) | mitk::ContourElement | |
mitkCloneMacro(Self) | mitk::ContourElement | protected |
New() | mitk::ContourElement | static |
NPOS | mitk::ContourElement | static |
Open() | mitk::ContourElement | |
operator=(const ContourElement &other) | mitk::ContourElement | protected |
RedistributeControlVertices(const VertexType *vertex, int period) | mitk::ContourElement | |
RemoveVertex(const VertexType *vertex) | mitk::ContourElement | |
RemoveVertexAt(VertexSizeType index) | mitk::ContourElement | |
RemoveVertexAt(const mitk::Point3D &point, double eps) | mitk::ContourElement | |
RemoveVertexByIterator(VertexListType::iterator &iter) | mitk::ContourElement | protected |
SetClosed(bool isClosed) | mitk::ContourElement | |
SetVertexAt(VertexSizeType pointId, const mitk::Point3D &point) | mitk::ContourElement | |
SetVertexAt(VertexSizeType pointId, const VertexType *vertex) | mitk::ContourElement | |
VertexIterator typedef | mitk::ContourElement | |
VertexListType typedef | mitk::ContourElement | |
VertexSizeType typedef | mitk::ContourElement | |
VertexType typedef | mitk::ContourElement | |
~ContourElement() | mitk::ContourElement | protected |