Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetSize
Method
GetSize
Modules/ContourModel/src/DataManagement/mitkContourElement.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
mitk::ContourElement::VertexSizeType mitk::ContourElement::GetSize() const
91
{
92
return this->m_Vertices.size();
93
}
94
95
void mitk::ContourElement::AddVertex(const mitk::Point3D &vertex, bool isControlPoint)
96
{
Callers
15
InsertVertexAtIndex
Method · 0.95
SetVertexAt
Method · 0.95
Write
Method · 0.45
MitkRender
Method · 0.45
Concatenate
Method · 0.45
SetVertexAt
Method · 0.45
InsertVertexAtIndex
Method · 0.45
GetNumberOfVertices
Method · 0.45
GetVertexAt
Method · 0.45
AddVertex
Method · 0.45
AddVertexAtFront
Method · 0.45
InsertVertexAtIndex
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
9
AddVertex
Method · 0.36
AddVertexAtFront
Method · 0.36
InsertVertexAtIndex
Method · 0.36
Concatenate
Method · 0.36
RemoveVertex
Method · 0.36
Others
Method · 0.36
TestAddVertex
Function · 0.36
TestRemoveContourAtIndex
Function · 0.36
TestEmptyContour
Function · 0.36