Man Linux: Main Page and Category List

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’
       #include <iostream>
       #include <string>
       #include <list>
       #include <string.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 DEFAULTVALUEdefault#define EDGEedge#define GRAPHgraph#define GRAPHICSgraphics#define IDid#define LABELlabel#define LINELine#define NODEnodeAuthors: 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 POINTpoint#define SOURCEsource#define TARGETtarget

Function Documentation

   void edgeAttributeError ()
   void nodeAttributeError ()

Author

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