GMLImport.cpp.3tulip

Langue: en

Version: 359778 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

GMLImport.cpp -

SYNOPSIS


#include <sys/stat.h>
#include <sys/types.h>
#include <errno.h>
#include <fstream>
#include <tulip/TulipPlugin.h>
#include <tulip/AbstractProperty.h>
#include 'GMLParser.h'

Classes


struct GMLGraphBuilder

struct GMLNodeBuilder

struct GMLNodeGraphicsBuilder

struct GMLEdgeBuilder

struct GMLEdgeGraphicsBuilder

struct GMLEdgeGraphicsLineBuilder

struct GMLEdgeGraphicsLinePointBuilder

class GMLImport
Import plugin for GML format.

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 ()

Define Documentation

#define DEFAULTVALUE 'default'

#define EDGE 'edge'

#define GRAPH 'graph'

#define GRAPHICS 'graphics'

#define ID 'id'

#define LABEL 'label'

#define LINE 'Line'

#define NODE 'node'Authors: David Auber, Patrick Mary, Morgan Mathiaut from the LaBRI Visualization Team Email : auber@tulip-software.org Last modification : 13/03/2009 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

#define POINT 'point'

#define SOURCE 'source'

#define TARGET 'target'

Function Documentation

void edgeAttributeError ()

void nodeAttributeError ()

Author

Generated automatically by Doxygen for Tulip Plugins Library from the source code.