Hierarchical Edge Bundle 1.0
|
#include <ReadRTFFile.h>
Public Member Functions | |
ReadRTFFile (void) | |
~ReadRTFFile (void) | |
virtual vector< DataFromFile > | Read (const char *path) |
This class reads a RTF file. It's child of ReadFile, and saves the fileinput into the DataFromFile objects.
ReadRTFFile::ReadRTFFile | ( | void | ) |
Standardconstructor
ReadRTFFile::~ReadRTFFile | ( | void | ) |
Standarddeconstructor
vector< DataFromFile > ReadRTFFile::Read | ( | const char * | path | ) | [virtual] |
This method reads the input form the selected file and returns a DataFromFile vector
[const | char*] path path to the file |
Implements ReadFile.