#include <cherryvisdumper.h>
Inherits std::stringstream.
|
std::unordered_map< std::string, nlohmann::json > | node |
|
std::vector< nlohmann::json > | prob_distr |
|
void cherrypi::CherryVisDumperModule::TreeNode::addUnitWithProb |
( |
Unit * |
unit, |
|
|
float |
proba |
|
) |
| |
|
inline |
void cherrypi::CherryVisDumperModule::TreeNode::setFrame |
( |
FrameNum |
f | ) |
|
|
inline |
void cherrypi::CherryVisDumperModule::TreeNode::setId |
( |
int32_t |
id, |
|
|
std::string |
prefix = "" |
|
) |
| |
|
inline |
void cherrypi::CherryVisDumperModule::TreeNode::setModule |
( |
std::string |
name | ) |
|
|
inline |
nlohmann::json cherrypi::CherryVisDumperModule::TreeNode::to_json |
( |
| ) |
|
|
inline |
std::vector<std::shared_ptr<TreeNode> > cherrypi::CherryVisDumperModule::TreeNode::children |
std::unordered_map<std::string, nlohmann::json> cherrypi::CherryVisDumperModule::TreeNode::node |
|
protected |
std::vector<nlohmann::json> cherrypi::CherryVisDumperModule::TreeNode::prob_distr |
|
protected |
The documentation for this class was generated from the following file: