#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 | |
COND_SERIALIZABLE | |
double | fInitialResponseX |
double | fInitialResponseY |
std::vector< GBRTree2D > | fTrees |
Definition at line 25 of file GBRForest2D.h.
GBRForest2D::GBRForest2D | ( | ) |
|
inline |
Definition at line 30 of file GBRForest2D.h.
|
inline |
Definition at line 49 of file GBRForest2D.h.
References fInitialResponseX, fInitialResponseY, and fTrees.
|
inline |
Definition at line 34 of file GBRForest2D.h.
References fInitialResponseX, fInitialResponseY, x, and detailsBasic3DVector::y.
|
inline |
|
inline |
|
protected |
Definition at line 45 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().