Public Member Functions

FilteredMappingIterator Class Reference
[mappingDetails - mostly internal mapping classes]

Non-Const version of the BaseFilteredIterator. Meant to be used for MappingIterator instances. More...

#include <MappingUtils.h>

Inherits BaseFilteredIterator< MappingIterator >.

Collaboration diagram for FilteredMappingIterator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 FilteredMappingIterator (MappingIterator *orig)
virtual void setValue (double value)
 Changes the value of the Mapping at the current position.

Detailed Description

Non-Const version of the BaseFilteredIterator. Meant to be used for MappingIterator instances.

See also:
BaseFilteredIterator
Author:
Karl Wessel

Definition at line 78 of file MappingUtils.h.


Member Function Documentation

virtual void FilteredMappingIterator::setValue ( double  value  )  [inline, virtual]

Changes the value of the Mapping at the current position.

Implementations of this method should provide constant complexity.

Implements MappingIterator.

Definition at line 85 of file MappingUtils.h.

References MappingIterator::setValue().

{ origIterator->setValue(value); }


The documentation for this class was generated from the following file: