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

Method GenerateData

Modules/Remeshing/src/mitkRemeshing.cpp:203–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void mitk::RemeshFilter::GenerateData()
204{
205 auto output = Remesh(this->GetInput(),
206 m_TimeStep,
207 m_NumVertices,
208 m_Gradation,
209 m_Subsampling,
210 m_EdgeSplitting,
211 m_OptimizationLevel,
212 m_ForceManifold,
213 m_BoundaryFixing);
214
215 this->SetNthOutput(0, output);
216}

Callers

nothing calls this directly

Calls 1

GetInputMethod · 0.45

Tested by

no test coverage detected