#include <vil_nitf2_field_functor.h>
Inheritance diagram for vil_nitf2_constant_functor< T >:

Definition at line 296 of file 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_ |
| vil_nitf2_constant_functor< T >::vil_nitf2_constant_functor | ( | T | value | ) | [inline] |
Definition at line 299 of file vil_nitf2_field_functor.h.
| virtual vil_nitf2_constant_functor< T >::~vil_nitf2_constant_functor | ( | ) | [inline, virtual] |
Definition at line 305 of file vil_nitf2_field_functor.h.
| virtual vil_nitf2_constant_functor* vil_nitf2_constant_functor< T >::copy | ( | ) | const [inline, virtual] |
| bool vil_nitf2_constant_functor< T >::operator() | ( | vil_nitf2_field_sequence * | , | |
| const vil_nitf2_index_vector & | , | |||
| T & | value | |||
| ) | [inline, virtual] |
T vil_nitf2_constant_functor< T >::value_ [private] |
Definition at line 314 of file vil_nitf2_field_functor.h.
1.5.1