#include <vil_nitf2_field_functor.h>

Public Member Functions | |
| vil_nitf2_constant_functor (T value) | |
| virtual vil_nitf2_constant_functor * | copy () const |
| virtual | ~vil_nitf2_constant_functor () |
| bool | operator() (vil_nitf2_field_sequence *, const vil_nitf2_index_vector &, T &value) |
Private Attributes | |
| T | value_ |
Definition at line 298 of file vil_nitf2_field_functor.h.
| vil_nitf2_constant_functor< T >::vil_nitf2_constant_functor | ( | T | value | ) | [inline] |
Definition at line 301 of file vil_nitf2_field_functor.h.
| virtual vil_nitf2_constant_functor< T >::~vil_nitf2_constant_functor | ( | ) | [inline, virtual] |
Definition at line 307 of file vil_nitf2_field_functor.h.
| virtual vil_nitf2_constant_functor* vil_nitf2_constant_functor< T >::copy | ( | ) | const [inline, virtual] |
Implements vil_nitf2_field_functor< T >.
Definition at line 303 of file vil_nitf2_field_functor.h.
| bool vil_nitf2_constant_functor< T >::operator() | ( | vil_nitf2_field_sequence * | , |
| const vil_nitf2_index_vector & | , | ||
| T & | value | ||
| ) | [inline, virtual] |
Implements vil_nitf2_field_functor< T >.
Definition at line 309 of file vil_nitf2_field_functor.h.
T vil_nitf2_constant_functor< T >::value_ [private] |
Definition at line 316 of file vil_nitf2_field_functor.h.
1.7.5.1