GMLImport.cpp File Reference

#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 []

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"
 

#define POINT   "point"
 

#define SOURCE   "source"
 

#define TARGET   "target"
 


Function Documentation

void edgeAttributeError  ) 
 

void nodeAttributeError  ) 
 


Variable Documentation

const char* paramHelp[] [static]
 

Initial value:

 {
    
    HTML_HELP_OPEN()                          
    HTML_HELP_DEF( "type", "pathname" )             
    HTML_HELP_BODY()                                        
    "This parameter defines the file pathname to import."         
    HTML_HELP_CLOSE(),
  }


Generated on Fri Jan 5 14:20:10 2007 for Tulip Plugins by  doxygen 1.4.6