MCPcopy 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
90mitk::ContourElement::VertexSizeType mitk::ContourElement::GetSize() const
91{
92 return this->m_Vertices.size();
93}
94
95void mitk::ContourElement::AddVertex(const mitk::Point3D &vertex, bool isControlPoint)
96{

Callers 15

InsertVertexAtIndexMethod · 0.95
SetVertexAtMethod · 0.95
WriteMethod · 0.45
MitkRenderMethod · 0.45
ConcatenateMethod · 0.45
SetVertexAtMethod · 0.45
InsertVertexAtIndexMethod · 0.45
GetNumberOfVerticesMethod · 0.45
GetVertexAtMethod · 0.45
AddVertexMethod · 0.45
AddVertexAtFrontMethod · 0.45
InsertVertexAtIndexMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 9

AddVertexMethod · 0.36
AddVertexAtFrontMethod · 0.36
InsertVertexAtIndexMethod · 0.36
ConcatenateMethod · 0.36
RemoveVertexMethod · 0.36
OthersMethod · 0.36
TestAddVertexFunction · 0.36
TestRemoveContourAtIndexFunction · 0.36
TestEmptyContourFunction · 0.36