MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / setPatternStrategy

Method setPatternStrategy

3rd-party/cove/libvectorizer/Vectorizer.cpp:238–241  ·  view source on GitHub ↗

! Choose pattern selection method to be used. \sa PatternStrategy */

Source from the content-addressed store, hash-verified

236/*! Choose pattern selection method to be used.
237\sa PatternStrategy */
238void Vectorizer::setPatternStrategy(PatternStrategy patternStrategy)
239{
240 this->patternStrategy = patternStrategy;
241}
242
243/*! Set initial alpha for ClassicAlphaGetter.
244\sa ClassicAlphaGetter */

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected