![]() |
Fréchet View
1.6.0
A Tool for Exploring Fréchet Distance Algorithms
|
location of input data in an XML file
Inpupt data (SVG,IPE) contains XML data. The location of the paths we ant to read consists of:
String format file path [! zip file path] [? xml path] [ [min,max] interva]]
Definition at line 24 of file datapath.h.
#include <datapath.h>
Public Member Functions | |
QFileInfo | getFile () const |
QFileInfo | getArchFile () const |
QString | getSelector () const |
IndexInterval | getInterval () const |
DataPath (QString arg) | |
constructor from string More... | |
Static Public Attributes | |
static const QString | SVG_QUERY |
default xml path for svg files (= all path elements and the attribute "d") More... | |
static const QString | IPE_QUERY |
default xml path for ipe files More... | |
static const QString | KML_QUERY |
Google earth files. Not implemented. More... | |
static const QStringList | INPUT_FILTERS |
name filters for file input dialogs More... | |
Private Attributes | |
QFileInfo | file |
file More... | |
QFileInfo | archFile |
file inside zip (not used) More... | |
QString | selector |
XQuery path into XML structure. More... | |
IndexInterval | intval |
which entries to read More... | |
Static Private Attributes | |
static const char | ZIP_SEPARATOR = '!' |
static const char | XML_SEPARATOR = '?' |
static const char | INTVAL_SEPARATOR = '[' |
DataPath::DataPath | ( | QString | arg | ) |
constructor from string
arg | path encoded as string |
Definition at line 38 of file datapath.cpp.
|
inline |
Definition at line 49 of file datapath.h.
|
inline |
Definition at line 47 of file datapath.h.
|
inline |
Definition at line 53 of file datapath.h.
|
inline |
Definition at line 51 of file datapath.h.
|
private |
file inside zip (not used)
Definition at line 27 of file datapath.h.
|
private |
file
Definition at line 26 of file datapath.h.
|
static |
name filters for file input dialogs
Accepted input files:
Definition at line 44 of file datapath.h.
|
private |
which entries to read
Definition at line 29 of file datapath.h.
|
staticprivate |
Definition at line 33 of file datapath.h.
|
static |
default xml path for ipe files
Within an IPE file, we look for //page//path
Definition at line 39 of file datapath.h.
|
static |
Google earth files. Not implemented.
Definition at line 41 of file datapath.h.
|
private |
XQuery path into XML structure.
Definition at line 28 of file datapath.h.
|
static |
default xml path for svg files (= all path elements and the attribute "d")
Within an SVG file, we look for /svg/g//path/data or /svg//path/data
Definition at line 37 of file datapath.h.
|
staticprivate |
Definition at line 32 of file datapath.h.
|
staticprivate |
Definition at line 31 of file datapath.h.