GMLExport.cpp.3tulip

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

GMLExport.cpp -

SYNOPSIS


#include <cmath>
#include <iostream>
#include <iomanip>
#include <tulip/TulipPlugin.h>
#include <tulip/AbstractProperty.h>

Classes


class GMLExport
Export plugin for GML format.

Functions


void printFloat (ostream &os, const string &name, float f)

void printCoord (ostream &os, const Coord &v)

void printPoint (ostream &os, const Coord &v)

void printSize (ostream &os, const Size &v)

Function Documentation

void printCoord (ostream & os, const Coord & v)

void printFloat (ostream & os, const string & name, float f)

void printPoint (ostream & os, const Coord & v)

void printSize (ostream & os, const Size & v)

Author

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