[svn-r8117] Purpose:

Code cleanup

Description:
    Add C++ and FORTRAN wrappers for new H5Pdelete_filter routine, along with
documentation and a note in the release notes.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    Linux 2.4 (verbena) w/ C++ and FORTRAN
    Too minor for full h5committest
This commit is contained in:
Quincey Koziol
2004-01-27 15:39:20 -05:00
parent 6042adf10b
commit 61a451f89e
11 changed files with 377 additions and 161 deletions

View File

@@ -57,6 +57,9 @@ class H5_DLLCPP DSetCreatPropList : public PropList {
// Adds a filter to the filter pipeline
void setFilter( H5Z_filter_t filter, unsigned int flags, size_t cd_nelmts, const unsigned int cd_values[] ) const;
// Remove one or all filters from the filter pipeline
void deleteFilter( H5Z_filter_t filter) const;
// Returns the number of filters in the pipeline
int getNfilters() const;