humoto
|
This mixin provides functionality for conversion of specific type of constraints to a certain container.
t_Base | Base class: humoto::constraints::ConstraintsBase or humoto::TaskBase wrapped with other mixins. |
Definition at line 728 of file constraints_base.h.
#include <constraints_base.h>
Public Member Functions | |
std::size_t | copyTo (ContainerILU &container, const std::size_t constraints_offset) const |
Set constraints. More... | |
Protected Member Functions | |
CopySimpleToILUMixin () | |
~CopySimpleToILUMixin () | |
Protected destructor: prevent destruction of the child classes through a base pointer. More... | |
|
inlineprotected |
Protected destructor: prevent destruction of the child classes through a base pointer.
Definition at line 735 of file constraints_base.h.
|
inlineprotected |
Definition at line 736 of file constraints_base.h.
|
inline |
Set constraints.
[in,out] | container | new constraints |
[in] | constraints_offset | first row offset |
Definition at line 743 of file constraints_base.h.