#include <GBRForestD.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 27 of file GBRForestD.h.
◆ TreeT
◆ GBRForestD() [1/2]
GBRForestD::GBRForestD |
( |
| ) |
|
◆ GBRForestD() [2/2]
template<typename InputForestT >
GBRForestD::GBRForestD |
( |
const InputForestT & |
forest | ) |
|
Definition at line 63 of file GBRForestD.h.
67 for (
typename std::vector<typename InputForestT::TreeT>::const_iterator treeit = forest.Trees().begin();
68 treeit != forest.Trees().end();
References fTrees.
◆ ~GBRForestD()
GBRForestD::~GBRForestD |
( |
| ) |
|
|
virtual |
◆ GetResponse()
double GBRForestD::GetResponse |
( |
const float * |
vector | ) |
const |
|
inline |
◆ InitialResponse()
double GBRForestD::InitialResponse |
( |
| ) |
const |
|
inline |
◆ serialize()
template<class Archive >
void GBRForestD::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ SetInitialResponse()
void GBRForestD::SetInitialResponse |
( |
double |
response | ) |
|
|
inline |
◆ Trees() [1/2]
std::vector<GBRTreeD>& GBRForestD::Trees |
( |
| ) |
|
|
inline |
◆ Trees() [2/2]
const std::vector<GBRTreeD>& GBRForestD::Trees |
( |
| ) |
const |
|
inline |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ cond::serialization::access
template<typename CondSerializationT , typename Enabled >
◆ fInitialResponse
double GBRForestD::fInitialResponse |
|
protected |
◆ fTrees
std::vector<GBRTreeD> GBRForestD::fTrees |
|
protected |