MappingIterator implementation for FilledUpMappings. More...
#include <MappingUtils.h>
Inherits MultiDimMappingIterator< Linear >.
Public Member Functions | |
FilledUpMappingIterator (FilledUpMapping &mapping) | |
FilledUpMappingIterator (FilledUpMapping &mapping, const Argument &pos) | |
virtual void | setValue (double value) |
Changes the value of the function at the current position. |
MappingIterator implementation for FilledUpMappings.
Assures that although FilledUpMapping is an Mapping instance the "setValue()"-method may never be called.
Definition at line 1609 of file MappingUtils.h.
virtual void FilledUpMappingIterator::setValue | ( | double | value | ) | [inline, virtual] |
Changes the value of the function at the current position.
Constant complexity.
Reimplemented from MultiDimMappingIterator< Linear >.
Definition at line 1615 of file MappingUtils.h.
{
assert(false);
}