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

Last change on this file since 772 was 772, checked in by meunier, 8 years ago
  • Ajout de l'application rosenfeld
  • Changement du nom du flag O_CREATE en O_CREAT
File size: 465 bytes
Line 
1/*
2 * Copyright (c) 2000-2014, Lionel Lacassagne, All rights reserved
3 * Univ Paris Sud XI, CNRS
4*/
5
6IMAGE_EXPORT(void) zero_si32Pmatrix(si32Point   **m, long nrl,long nrh,long ncl,long nch);
7IMAGE_EXPORT(void) zero_f32Pmatrix ( f32Point   **m, long nrl,long nrh,long ncl,long nch);
8IMAGE_EXPORT(void) zero_si32Tmatrix(si32Triplet **m, long nrl,long nrh,long ncl,long nch);
9IMAGE_EXPORT(void) zero_f32Tmatrix ( f32Triplet **m, long nrl,long nrh,long ncl,long nch);
Note: See TracBrowser for help on using the repository browser.