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

Method Begin

Modules/ContourModel/src/DataManagement/mitkContourModel.cpp:339–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339mitk::ContourModel::VertexIterator mitk::ContourModel::Begin(TimeStepType timestep) const
340{
341 return this->IteratorBegin(timestep);
342}
343
344mitk::ContourModel::VertexIterator mitk::ContourModel::IteratorBegin(TimeStepType timestep) const
345{

Callers 9

InternalDrawContourMethod · 0.45
MitkRenderMethod · 0.45
UpdateContourMethod · 0.45
TestEmptyContourFunction · 0.45

Calls 1

IteratorBeginMethod · 0.95

Tested by 1

TestEmptyContourFunction · 0.36