gmlexport.cpp(3)
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.