fix wrong doc for algo foundry
This commit is contained in:
parent
70f21e95cf
commit
93da7a8dae
1 changed files with 6 additions and 6 deletions
|
|
@ -76,12 +76,12 @@ class eoOperatorFoundry : public eoForgeVector< Itf >
|
|||
* In a second step, the operators to be used should be selected
|
||||
* by indicating their index, just like if the foundry was an array:
|
||||
* @code
|
||||
* foundry = {0, 1, 2};
|
||||
* // ^ ^ ^
|
||||
* // | | |
|
||||
* // | | + 3d operator
|
||||
* // | + 2d operator
|
||||
* // + 1st operator
|
||||
* foundry.select({0, 1, 2});
|
||||
* // ^ ^ ^
|
||||
* // | | |
|
||||
* // | | + 3d operator
|
||||
* // | + 2d operator
|
||||
* // + 1st operator
|
||||
* @endcode
|
||||
*
|
||||
* If you don't (want to) recall the order of the operators in the encoding,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue