MCPcopy 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
284bool mitk::ContourModel::IsEmptyTimeStep(unsigned int t) const
285{
286 return (this->m_ContourSeries.size() <= t);
287}
288
289bool mitk::ContourModel::IsNearContour(Point3D &point, float eps, TimeStepType timestep) const
290{

Callers 15

AddVertexMethod · 0.95
AddVertexAtFrontMethod · 0.95
SetVertexAtMethod · 0.95
InsertVertexAtIndexMethod · 0.95
IsEmptyMethod · 0.95
GetNumberOfVerticesMethod · 0.95
GetVertexAtMethod · 0.95
GetIndexMethod · 0.95
CloseMethod · 0.95
OpenMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by 3

TestAddVertexFunction · 0.36
TestInsertVertexFunction · 0.36
TestInvalidTimeStepFunction · 0.36