#include <fstream>
#include <tulip/TulipPlugin.h>
#include <tulip/AbstractProperty.h>
#include "GMLParser.h"
Include dependency graph for GMLImport.cpp:
Classes | |
struct | GMLGraphBuilder |
struct | GMLNodeBuilder |
struct | GMLNodeGraphicsBuilder |
struct | GMLEdgeBuilder |
struct | GMLEdgeGraphicsBuilder |
struct | GMLEdgeGraphicsLineBuilder |
struct | GMLEdgeGraphicsLinePointBuilder |
class | GMLImport |
Import plugin for GML format. More... | |
Defines | |
#define | NODE "node" |
#define | EDGE "edge" |
#define | SOURCE "source" |
#define | TARGET "target" |
#define | GRAPH "graph" |
#define | LABEL "label" |
#define | ID "id" |
#define | GRAPHICS "graphics" |
#define | POINT "point" |
#define | LINE "Line" |
#define | DEFAULTVALUE "default" |
Functions | |
void | nodeAttributeError () |
void | edgeAttributeError () |
Variables | |
const char * | paramHelp [] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: { HTML_HELP_OPEN() HTML_HELP_DEF( "type", "pathname" ) HTML_HELP_BODY() "This parameter defines the file pathname to import." HTML_HELP_CLOSE(), } |