KGraph
 All Classes Namespaces Functions Pages
Public Member Functions | List of all members
kgraph::MatrixProxy< DATA_TYPE, A > Class Template Reference

Matrix proxy to interface with 3rd party libraries (FLANN, OpenCV, NumPy). More...

#include <kgraph-data.h>

Public Member Functions

 MatrixProxy (Matrix< DATA_TYPE > const &m)
 
unsigned size () const
 
unsigned dim () const
 
DATA_TYPE const * operator[] (unsigned i) const
 
DATA_TYPE * operator[] (unsigned i)
 

Detailed Description

template<typename DATA_TYPE, unsigned A = KGRAPH_MATRIX_ALIGN>
class kgraph::MatrixProxy< DATA_TYPE, A >

Matrix proxy to interface with 3rd party libraries (FLANN, OpenCV, NumPy).


The documentation for this class was generated from the following file: