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

Method SetInput

Modules/SurfaceInterpolation/src/mitkReduceContourSetFilter.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void mitk::ReduceContourSetFilter::SetInput(unsigned int idx, const mitk::Surface *surface)
36{
37 this->SetNthInput(idx, const_cast<mitk::Surface *>(surface));
38 this->Modified();
39}
40
41void mitk::ReduceContourSetFilter::SetInput(const mitk::Surface *surface)
42{

Calls 1

ModifiedMethod · 0.45