MCPcopy Create free account
hub / github.com/MITK/MITK / InsertPoint

Method InsertPoint

Modules/Core/src/DataManagement/mitkPointSet.cpp:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331void mitk::PointSet::InsertPoint(PointIdentifier id, PointType point, int t)
332{
333 this->InsertPoint(id, point, mitk::PTUNDEFINED, t);
334}
335
336void mitk::PointSet::InsertPoint(PointIdentifier id, PointType point, PointSpecificationType spec, int t)
337{

Callers 15

AddPointMethod · 0.80
showEigenvectorsMethod · 0.80
mainFunction · 0.80
UpdateSplineMethod · 0.80
CreateTestPointSetMethod · 0.80
Create2DDiskFunction · 0.80
Create2DArrowFunction · 0.80
BuildAxisFunction · 0.80
GetNormalsAsSurfaceMethod · 0.80
OnAddPointMethod · 0.80

Calls 7

ExpandMethod · 0.95
EndFunction · 0.85
GetGeometryMethod · 0.80
GetNumberOfPointsMethod · 0.80
WorldToIndexMethod · 0.45
ModifiedMethod · 0.45
SetPointMethod · 0.45

Tested by 15

CreateTestPointSetMethod · 0.64
setUpMethod · 0.64
TestMaxIdAccessMethod · 0.64
TestInsertPointAtEndMethod · 0.64
setUpMethod · 0.64
WriterLocaleTestMethod · 0.64
TestPointSetCloneMethod · 0.64