ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
hdf5.h File Reference
#include <hdf5.h>
#include "FLANN/util/matrix.h"
Include dependency graph for hdf5.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 flann
 

Macros

#define CHECK_ERROR(x, y)   if ((x)<0) throw FLANNException((y));
 

Functions

template<typename T >
void flann::save_to_file (const flann::Matrix< T > &dataset, const std::string &filename, const std::string &name)
 
template<typename T >
void flann::load_from_file (flann::Matrix< T > &dataset, const std::string &filename, const std::string &name)
 

Macro Definition Documentation

◆ CHECK_ERROR

#define CHECK_ERROR (   x,
 
)    if ((x)<0) throw FLANNException((y));

Definition at line 75 of file hdf5.h.