iRoCS Toolbox  1.1.0
Public Member Functions | Data Fields
Node Struct Reference

#include <lRandomTree.hh>

Collaboration diagram for Node:

Public Member Functions

 Node ()
 
float eval (const float *f) const
 
bool test (const float *f) const
 

Data Fields

int fIdx
 
int left
 
int right
 
float t
 

Detailed Description

Definition at line 62 of file lRandomTree.hh.

Constructor & Destructor Documentation

◆ Node()

Node::Node ( )

Member Function Documentation

◆ test()

bool Node::test ( const float *  f) const

◆ eval()

float Node::eval ( const float *  f) const

Field Documentation

◆ fIdx

int Node::fIdx

Definition at line 67 of file lRandomTree.hh.

◆ t

float Node::t

Definition at line 68 of file lRandomTree.hh.

◆ left

int Node::left

Definition at line 69 of file lRandomTree.hh.

◆ right

int Node::right

Definition at line 70 of file lRandomTree.hh.


The documentation for this struct was generated from the following file: