|
| virtual bool | parseLocation (vector< string > tokens, DtGeodeticCoord &geodLoc) |
| |
| void | setSeparatorData (const string &recordSeparator, const string &fieldSeparators, const string "eChars, const string &escapeChars) |
| | Define how the each creation record and its fields are delimited. More...
|
| |
| virtual void | clear () |
| | cleans up the object, called from DTor and before parsing More...
|
| |
| DtCsvParser::DtCsvParser |
( |
| ) |
|
| DtCsvParser::~DtCsvParser |
( |
| ) |
|
| virtual bool DtCsvParser::parse |
( |
istream & |
stream | ) |
|
|
virtual |
Since we will be getting input from the user via the csv importer dialog, we just do a straight up parse of each row and store in the parsed items struct.
Reimplemented from DtObjectParser.
| virtual void DtCsvParser::createObjectList |
( |
std::string |
name = "" | ) |
|
|
virtual |
After the user has accepted the csv importer dialog with their desired options this is called from csvScenarioDescriptorImorterExporter to turn the parsed items into object information structs.
| const std::vector<ParsedItem>& DtCsvParser::items |
( |
| ) |
|
| virtual bool DtCsvParser::parseLocation |
( |
vector< string > |
tokens, |
|
|
DtGeodeticCoord & |
geodLoc |
|
) |
| |
|
protectedvirtual |
| bool DtCsvParser::myIsMultipleObjects |
|
protected |
| std::vector<ParsedItem> DtCsvParser::myParsedItems |
|
protected |
We do a straight parse of each row and store here.
The documentation for this class was generated from the following file:
- /data/exports/nrhent7-1/nightly/docs/vrForces.vrf4-8-branch/include/vrfutil/csvParser.h