| |||||||||||||||||||||||||||||||
tlp::CSVToGraphDataMapping Class Reference Interface to map CSV rows to graph elements. More...
Inheritance diagram for tlp::CSVToGraphDataMapping:
![]()
Detailed DescriptionInterface to map CSV rows to graph elements. To build the mapping user had to parse the CSV file. CSVParser *parser;
CSVToGraphDataMapping *mapping;
parser->parse(mapping);
//Now the mapping has been built.
//Get the element for the first row.
pair<tlp::ElementType,unsigned int> element = mapping->getElementForRow(0);
Constructor & Destructor Documentation
Member Function Documentation
Implemented in tlp::CSVToGraphEdgeSrcTgtMapping, tlp::CSVToNewNodeIdMapping, and tlp::AbstractCSVToGraphDataMapping.
|
Tulip Software by LaBRI Visualization Team 2001 - 2012 |