MeshLib C++ Docs
Loading...
Searching...
No Matches
MRVisualSubfeatures.h
Go to the documentation of this file.
1#pragma once
2
3#include "exports.h"
4
6
7namespace MR::Features
8{
9
10// This is similar to `Features::forEachSubfeature`, but slightly adjusted to be suitable for visualization.
11MRVIEWER_API void forEachVisualSubfeature( const Features::Primitives::Variant& params, const Features::SubfeatureFunc& func );
12
13} // namespace MR::Features
Definition MRFeatures.h:20
MRVIEWER_API void forEachVisualSubfeature(const Features::Primitives::Variant &params, const Features::SubfeatureFunc &func)