Changeset 2776


Ignore:
Timestamp:
01/06/10 16:17:29 (15 years ago)
Author:
seroussi
Message:

added AverageFilter function to smooth maps

Location:
issm/trunk/src/c
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/Makefile.am

    r2743 r2776  
    268268                                        ./HoleFillerx/HoleFillerx.cpp\
    269269                                        ./HoleFillerx/HoleFillerx.h\
     270                                        ./AverageFilterx/AverageFilterx.cpp\
     271                                        ./AverageFilterx/AverageFilterx.h\
    270272                                        ./MeshPartitionx/MeshPartitionx.cpp\
    271273                                        ./MeshPartitionx/MeshPartitionx.h\
     
    594596                                        ./HoleFillerx/HoleFillerx.cpp\
    595597                                        ./HoleFillerx/HoleFillerx.h\
     598                                        ./AverageFilterx/AverageFilterx.cpp\
     599                                        ./AverageFilterx/AverageFilterx.h\
    596600                                        ./MeshPartitionx/MeshPartitionx.cpp\
    597601                                        ./MeshPartitionx/MeshPartitionx.h\
  • issm/trunk/src/c/issm.h

    r2743 r2776  
    3131#include "./InterpFromMeshToGridx/InterpFromMeshToGridx.h"
    3232#include "./HoleFillerx/HoleFillerx.h"
     33#include "./AverageFilterx/AverageFilterx.h"
    3334#include "./MeshPartitionx/MeshPartitionx.h"
    3435#include "./BuildNodeSetsx/BuildNodeSetsx.h"
Note: See TracChangeset for help on using the changeset viewer.