Header file for simple C++ wrapper around the LWPR C-library. More...
#include <lwpr.h>
#include <lwpr_math.h>
#include <lwpr_binio.h>
#include <lwpr_xml.h>
#include <string.h>
#include <vector>
Go to the source code of this file.
Data Structures | |
class | LWPR_Exception |
Simple class for describing exceptions that may be thrown during calls to LWPR methods. More... | |
class | LWPR_ReceptiveFieldObject |
Thin wrapper class for inspecting a receptive field. You can only create an object of this class by a call to LWPR_Object::getRF() All methods of this class leave the underlying receptive field unchanged. More... | |
class | LWPR_Object |
Thin C++ wrapper class around C implementation of LWPR. More... | |
Typedefs | |
typedef std::vector< double > | doubleVec |
doubleVec Shortcut typedef for the vector object utilised in the C++ implementation of LWPR |
Header file for simple C++ wrapper around the LWPR C-library.