xmsmesh  1.0
MePolyRedistributePts.cpp File Reference

Go to the source code of this file.

Classes

class  xms::MePolyRedistributePtsImpl
 Redistributes points along polylines using a size function. More...
 

Functions

void xms::mePolyPaverRedistribute (BSHP< MePolyRedistributePts > a_redist, const MePolyOffsetterOutput &a_input, MePolyOffsetterOutput &a_out, int a_polyOffsetIter)
 Free function access an implement method that needs to be hidden from the public interface. More...
 

Detailed Description

Definition in file MePolyRedistributePts.cpp.

Function Documentation

◆ mePolyPaverRedistribute()

void xms::mePolyPaverRedistribute ( BSHP< MePolyRedistributePts a_redist,
const MePolyOffsetterOutput a_input,
MePolyOffsetterOutput a_out,
int  a_polyOffsetIter 
)

Free function access an implement method that needs to be hidden from the public interface.

Parameters
[in]a_redista MePolyRedistributePts class
a_inputInput closed loop polylines
a_outRedistributed closed loop polylines
a_polyOffsetIterNumber of iterations from the polygon boundary

Definition at line 1101 of file MePolyRedistributePts.cpp.

References xms::mePolyPaverRedistribute(), and XM_ENSURE_TRUE.

Referenced by xms::mePolyPaverRedistribute().