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