core
vnl
vnl_int_4.h
Go to the documentation of this file.
1
// This is core/vnl/vnl_int_4.h
2
#ifndef vnl_int_4_h_
3
#define vnl_int_4_h_
4
//:
5
// \file
6
// \brief alias for vnl_vector_fixed<int,4>
7
// \author Andrew W. Fitzgibbon, Oxford RRG
8
// \date 31 Aug 96
9
//
10
// \verbatim
11
// Modifications
12
// Peter Vanroose, 21 Oct 1999: vnl_vector_fixed<int,4> already instantiated
13
// \endverbatim
14
15
#include <
vnl/vnl_T_n.h
>
16
17
//: class vnl_int_4 : a vnl_vector of 4 ints.
18
vnl_T_n_impl
(
int
,4);
19
20
#endif // vnl_int_4_h_
vnl_T_n.h
vnl_T_n_impl
vnl_T_n_impl(int, 4)
class vnl_int_4 : a vnl_vector of 4 ints.
Generated by
1.8.15