Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ IsEmptyTimeStep
Method
IsEmptyTimeStep
Modules/ContourModel/src/DataManagement/mitkContourModel.cpp:284–287 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
}
283
284
bool mitk::ContourModel::IsEmptyTimeStep(unsigned int t) const
285
{
286
return (this->m_ContourSeries.size() <= t);
287
}
288
289
bool mitk::ContourModel::IsNearContour(Point3D &point, float eps, TimeStepType timestep) const
290
{
Callers
15
AddVertex
Method · 0.95
AddVertexAtFront
Method · 0.95
SetVertexAt
Method · 0.95
InsertVertexAtIndex
Method · 0.95
IsEmpty
Method · 0.95
GetNumberOfVertices
Method · 0.95
GetVertexAt
Method · 0.95
GetNextControlVertexAt
Method · 0.95
GetPreviousControlVertexAt
Method · 0.95
GetIndex
Method · 0.95
Close
Method · 0.95
Open
Method · 0.95
Calls
1
size
Method · 0.45
Tested by
3
TestAddVertex
Function · 0.36
TestInsertVertex
Function · 0.36
TestInvalidTimeStep
Function · 0.36