MeshLib
 
Loading...
Searching...
No Matches
MR::ContoursDistanceMapOffset Struct Reference

Structure with parameters for optional offset in distanceMapFromContours function. More...

#include <MRDistanceMap.h>

Public Types

enum class  OffsetType { Normal , Shell }
 

Public Attributes

const Vector< float, UndirectedEdgeId > & perEdgeOffset
 offset values for each undirected edge of given polyline
 
enum MR::ContoursDistanceMapOffset::OffsetType Shell
 

Detailed Description

Structure with parameters for optional offset in distanceMapFromContours function.

Member Enumeration Documentation

◆ OffsetType

Enumerator
Normal 

distance map from given polyline with values offset

Shell 

distance map from shell of given polyline (perEdgeOffset should not have negative values )

Member Data Documentation

◆ perEdgeOffset

const Vector<float, UndirectedEdgeId>& MR::ContoursDistanceMapOffset::perEdgeOffset

offset values for each undirected edge of given polyline

◆ Shell

enum MR::ContoursDistanceMapOffset::OffsetType MR::ContoursDistanceMapOffset::Shell

The documentation for this struct was generated from the following file: