Tracore
Static Public Member Functions | List of all members
util::Parser Class Reference

#include <Parser.h>

Static Public Member Functions

static void ParseObjectDataMap (const std::vector< std::string > &keys, const core::Vector3d &values, core::DetectionSequence &sequence)
 

Detailed Description

Utility class for parsing diverse objects.

Member Function Documentation

void util::Parser::ParseObjectDataMap ( const std::vector< std::string > &  keys,
const core::Vector3d &  values,
core::DetectionSequence sequence 
)
static

Parses the keys and values into a DetectionSequence of ObjectDataMap objects. The keys are used for the third dimension in the values list.

See also
DetectionSequence
ObjectDataMap
Parameters
keysA 1D vector of keys
valuesA 3D vector of values
sequenceThe sequence to store the created objects in

The documentation for this class was generated from the following files: