|
tetengo 1.8.2
A multipurpose library set
|
A node. More...
#include <node.h>
Public Attributes | |
| tetengo_lattice_entryView_keyHandle_t | key_handle |
| tetengo_lattice_entryView_valueHandle_t | value_handle |
| size_t | index_in_step |
| size_t | preceding_step |
| const int * | p_preceding_edge_costs |
| size_t | preceding_edge_cost_count |
| size_t | best_preceding_node |
| int | node_cost |
| int | path_cost |
A node.
| size_t tetengo_lattice_node_tag::best_preceding_node |
An index of a best preceding node.
| size_t tetengo_lattice_node_tag::index_in_step |
An index in the step.
| tetengo_lattice_entryView_keyHandle_t tetengo_lattice_node_tag::key_handle |
A key handle.
| int tetengo_lattice_node_tag::node_cost |
A node cost.
| const int* tetengo_lattice_node_tag::p_preceding_edge_costs |
A pointer to preceding edge costs.
| int tetengo_lattice_node_tag::path_cost |
A path cost.
| size_t tetengo_lattice_node_tag::preceding_edge_cost_count |
A preceding edge cost count.
| size_t tetengo_lattice_node_tag::preceding_step |
An index of a preceding step.
| tetengo_lattice_entryView_valueHandle_t tetengo_lattice_node_tag::value_handle |
A value handle.