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

Method BWMapper

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

Source from the content-addressed store, hash-verified

484
485public:
486 explicit BWMapper(const std::vector<bool>& sc)
487 : selectedColors(sc)
488 {}
489
490 void operator()(const QImage& source_image, QImage& output_image, ProgressObserver& progressObserver) const
491 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected