5 #ifndef VIL_NITF2_INDEX_VECTOR_H 6 #define VIL_NITF2_INDEX_VECTOR_H 11 # include <vcl_msvc_warnings.h> 27 (*this)[0] = i; (*this)[1] = j; }
29 (*this)[0] = i; (*this)[1] = j; (*this)[2] = k; }
31 (*this)[0] = i; (*this)[1] = j; (*this)[2] = k; (*this)[3] = l; }
43 for (vil_nitf2_index_vector::const_iterator it = vec.begin(); it != vec.end(); ++it) {
44 if (it != vec.begin()) os <<
", ";
51 #endif // VIL_NITF2_INDEX_VECTOR_H vil_nitf2_index_vector(int i, int j, int k)
vil_nitf2_index_vector(int i, int j, int k, int l)
std::ostream & operator<<(std::ostream &os, const vil_nitf2_index_vector &vec)
vil_nitf2_index_vector(int i, int j)
virtual ~vil_nitf2_index_vector()=default
vil_nitf2_index_vector(int i)
vil_nitf2_index_vector(const std::vector< int > &v)