| |||||||||||||||||
tlp::CSVToGraphDataMapping Class ReferenceInterface to map CSV rows to graph elements. More...
Inheritance diagram for tlp::CSVToGraphDataMapping:
Public Member Functions
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::AbstractCSVToGraphDataMapping, tlp::CSVToNewNodeIdMapping, and tlp::CSVToGraphEdgeSrcTgtMapping.
|
Tulip Software by LaBRI Visualization Team 2001 - 2011 |