#include <GBRForest2D.h>
Public Member Functions | |
GBRForest2D () | |
void | GetResponse (const float *vector, double &x, double &y) const |
void | SetInitialResponse (double x, double y) |
std::vector< GBRTree2D > & | Trees () |
const std::vector< GBRTree2D > & | Trees () const |
Protected Attributes | |
double | fInitialResponseX = 0.0 |
double | fInitialResponseY = 0.0 |
std::vector< GBRTree2D > | fTrees |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 25 of file GBRForest2D.h.
|
inline |
Definition at line 27 of file GBRForest2D.h.
|
inline |
Definition at line 48 of file GBRForest2D.h.
References fInitialResponseX, fInitialResponseY, and fTrees.
|
private |
|
inline |
Definition at line 31 of file GBRForest2D.h.
References fInitialResponseX, fInitialResponseY, x, and y.
|
inline |
|
inline |
|
friend |
Definition at line 44 of file GBRForest2D.h.
|
friend |
Definition at line 44 of file GBRForest2D.h.
|
protected |
Definition at line 40 of file GBRForest2D.h.
Referenced by GetResponse(), and SetInitialResponse().
|
protected |
Definition at line 41 of file GBRForest2D.h.
Referenced by GetResponse(), and SetInitialResponse().
|
protected |
Definition at line 42 of file GBRForest2D.h.
Referenced by GetResponse(), and Trees().