MeshLib C# Docs
Loading...
Searching...
No Matches

Structure with parameters for optional offset in distanceMapFromContours function Generated from class MR.ContoursDistanceMapOffset. This is the const half of the class. More...

Inheritance diagram for MR.Const_ContoursDistanceMapOffset:

Classes

struct  _Underlying

Public Types

enum  OffsetType : int { Normal = 0 , Shell = 1 }

Public Member Functions

virtual void Dispose ()
unsafe Const_ContoursDistanceMapOffset (MR.Const_ContoursDistanceMapOffset _other)
 Generated from constructor MR.ContoursDistanceMapOffset.ContoursDistanceMapOffset.
 Const_ContoursDistanceMapOffset (ContoursDistanceMapOffset _other)
 Generated from constructor MR.ContoursDistanceMapOffset.ContoursDistanceMapOffset.
unsafe Const_ContoursDistanceMapOffset (MR.Const_UndirectedEdgeScalars perEdgeOffset, MR.ContoursDistanceMapOffset.OffsetType type)
 Constructs MR.ContoursDistanceMapOffset elementwise.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.ContoursDistanceMapOffset.OffsetType__ref_storage_type

Properties

unsafe MR.Const_UndirectedEdgeScalars perEdgeOffset [get, protected set]
 offset values for each undirected edge of given polyline
unsafe MR.ContoursDistanceMapOffset.OffsetType type [get]

Detailed Description

Structure with parameters for optional offset in distanceMapFromContours function Generated from class MR.ContoursDistanceMapOffset. This is the const half of the class.

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 )

Constructor & Destructor Documentation

◆ Const_ContoursDistanceMapOffset() [1/3]

unsafe MR.Const_ContoursDistanceMapOffset.Const_ContoursDistanceMapOffset ( MR.Const_ContoursDistanceMapOffset _other)
inline

◆ Const_ContoursDistanceMapOffset() [2/3]

MR.Const_ContoursDistanceMapOffset.Const_ContoursDistanceMapOffset ( ContoursDistanceMapOffset _other)
inline

◆ Const_ContoursDistanceMapOffset() [3/3]

unsafe MR.Const_ContoursDistanceMapOffset.Const_ContoursDistanceMapOffset ( MR.Const_UndirectedEdgeScalars perEdgeOffset,
MR.ContoursDistanceMapOffset.OffsetType type )
inline

Constructs MR.ContoursDistanceMapOffset elementwise.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_ContoursDistanceMapOffset.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_ContoursDistanceMapOffset.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_type

unsafe MR.ContoursDistanceMapOffset.OffsetType* MR.Const_ContoursDistanceMapOffset.__ref_storage_type
protected

Property Documentation

◆ perEdgeOffset

unsafe MR.Const_UndirectedEdgeScalars MR.Const_ContoursDistanceMapOffset.perEdgeOffset
getprotected set

offset values for each undirected edge of given polyline

◆ type

unsafe MR.ContoursDistanceMapOffset.OffsetType MR.Const_ContoursDistanceMapOffset.type
get

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