Aim: Utility class to convert between types of sets.
More...
#include <DGtal/kernel/sets/DigitalSetConverter.h>
|
template<typename InputDigitalSet > |
static void | assign (OutputDigitalSet &output, const InputDigitalSet &input) |
|
static void | assign (OutputDigitalSet &output, const OutputDigitalSet &input) |
|
template<typename OutputDigitalSet>
struct DGtal::DigitalSetConverter< OutputDigitalSet >
Aim: Utility class to convert between types of sets.
Description of class 'DigitalSetConverter'
- Template Parameters
-
OutputDigitalSet | the type of the input DigitalSet (model of CDigitalSet). |
Definition at line 64 of file DigitalSetConverter.h.
◆ assign() [1/2]
template<typename OutputDigitalSet >
template<typename InputDigitalSet >
Assigns input to output.
- Parameters
-
output | (modified) the output set. |
input | the input set. |
- Template Parameters
-
InputDigitalSet | the type of the output DigitalSet (model of CDigitalSet). |
◆ assign() [2/2]
template<typename OutputDigitalSet >
Use function overloading for possible faster assignment. Assigns input to output.
- Parameters
-
output | (modified) the output set. |
input | the input set. |
The documentation for this struct was generated from the following file: