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

Method Clone

Modules/ContourModel/src/IO/mitkContourModelReader.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130mitk::ContourModelReader *mitk::ContourModelReader::Clone() const
131{
132 return new ContourModelReader(*this);
133}
134
135void mitk::ContourModelReader::ReadPoints(mitk::ContourModel::Pointer newContourModel,
136 const tinyxml2::XMLElement *currentTimeSeries,

Callers 3

ContourModelMethod · 0.45
ContourModelSetMethod · 0.45
OthersMethod · 0.45

Calls

no outgoing calls

Tested by 1

OthersMethod · 0.36