source: soft/giet_vm/applications/rosenfeld/nrc2/include/nrset2x.h @ 827

Last change on this file since 827 was 826, checked in by meunier, 7 years ago
  • Mise à jour NR2 et Rosenfeld
File size: 765 bytes
Line 
1/*
2 * Copyright (c) 2000-2014, Lionel Lacassagne, All rights reserved
3 * Univ Paris Sud XI, CNRS
4*/
5
6
7#undef zero_type_matrix
8#define zero_type_matrix(t) \
9void short_name(t,zero_,matrix)(t ** m, int32_t nrl, int32_t nrh, int32_t ncl, int32_t nch);
10
11zero_type_matrix(si16Point);
12zero_type_matrix(ui16Point);
13zero_type_matrix(si32Point);
14zero_type_matrix(ui32Point);
15zero_type_matrix(f32Point);
16zero_type_matrix(si16Triplet);
17zero_type_matrix(ui16Triplet);
18zero_type_matrix(si32Triplet);
19zero_type_matrix(ui32Triplet);
20zero_type_matrix(f32Triplet);
21
22
23// Local Variables:
24// tab-width: 4
25// c-basic-offset: 4
26// c-file-offsets:((innamespace . 0)(inline-open . 0))
27// indent-tabs-mode: nil
28// End:
29
30// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4
31
Note: See TracBrowser for help on using the repository browser.