#include <GBRTree2D.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 30 of file GBRTree2D.h.
◆ GBRTree2D()
◆ ~GBRTree2D()
GBRTree2D::~GBRTree2D |
( |
| ) |
|
|
inline |
◆ CutIndices() [1/2]
std::vector<unsigned short>& GBRTree2D::CutIndices |
( |
| ) |
|
|
inline |
◆ CutIndices() [2/2]
const std::vector<unsigned short>& GBRTree2D::CutIndices |
( |
| ) |
const |
|
inline |
◆ CutVals() [1/2]
std::vector<float>& GBRTree2D::CutVals |
( |
| ) |
|
|
inline |
◆ CutVals() [2/2]
const std::vector<float>& GBRTree2D::CutVals |
( |
| ) |
const |
|
inline |
◆ GetResponse()
void GBRTree2D::GetResponse |
( |
const float * |
vector, |
|
|
double & |
x, |
|
|
double & |
y |
|
) |
| const |
|
inline |
◆ LeftIndices() [1/2]
std::vector<int>& GBRTree2D::LeftIndices |
( |
| ) |
|
|
inline |
◆ LeftIndices() [2/2]
const std::vector<int>& GBRTree2D::LeftIndices |
( |
| ) |
const |
|
inline |
◆ ResponsesX() [1/2]
std::vector<float>& GBRTree2D::ResponsesX |
( |
| ) |
|
|
inline |
◆ ResponsesX() [2/2]
const std::vector<float>& GBRTree2D::ResponsesX |
( |
| ) |
const |
|
inline |
◆ ResponsesY() [1/2]
std::vector<float>& GBRTree2D::ResponsesY |
( |
| ) |
|
|
inline |
◆ ResponsesY() [2/2]
const std::vector<float>& GBRTree2D::ResponsesY |
( |
| ) |
const |
|
inline |
◆ RightIndices() [1/2]
std::vector<int>& GBRTree2D::RightIndices |
( |
| ) |
|
|
inline |
◆ RightIndices() [2/2]
const std::vector<int>& GBRTree2D::RightIndices |
( |
| ) |
const |
|
inline |
◆ serialize()
template<class Archive >
void GBRTree2D::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ TerminalIndex()
int GBRTree2D::TerminalIndex |
( |
const float * |
vector | ) |
const |
|
inline |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ cond::serialization::access
template<typename CondSerializationT , typename Enabled >
◆ fCutIndices
std::vector<unsigned short> GBRTree2D::fCutIndices |
|
protected |
◆ fCutVals
std::vector<float> GBRTree2D::fCutVals |
|
protected |
◆ fLeftIndices
std::vector<int> GBRTree2D::fLeftIndices |
|
protected |
◆ fResponsesX
std::vector<float> GBRTree2D::fResponsesX |
|
protected |
◆ fResponsesY
std::vector<float> GBRTree2D::fResponsesY |
|
protected |
◆ fRightIndices
std::vector<int> GBRTree2D::fRightIndices |
|
protected |