#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 |
~GBRForest2D () | |
Protected Attributes | |
double | fInitialResponseX |
double | fInitialResponseY |
std::vector< GBRTree2D > | fTrees |
Definition at line 23 of file GBRForest2D.h.
GBRForest2D::GBRForest2D | ( | ) |
|
inline |
Definition at line 28 of file GBRForest2D.h.
|
inline |
Definition at line 45 of file GBRForest2D.h.
References fInitialResponseX, fInitialResponseY, and fTrees.
|
inline |
Definition at line 32 of file GBRForest2D.h.
References fInitialResponseX, fInitialResponseY, x, and detailsBasic3DVector::y.
|
inline |
|
inline |
|
protected |
Definition at line 38 of file GBRForest2D.h.
Referenced by GetResponse(), and SetInitialResponse().
|
protected |
Definition at line 39 of file GBRForest2D.h.
Referenced by GetResponse(), and SetInitialResponse().
|
protected |
Definition at line 40 of file GBRForest2D.h.
Referenced by GetResponse(), and Trees().