GMLExport.cpp
GMLExport.cpp
Section: Tulip Plugins Library (3) Updated: 19 Jul 2010 Local index
Up
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.
Index
- NAME
-
- SYNOPSIS
-
- Classes
-
- Functions
-
- 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
-
This document was created by
man2html,
using the manual pages.
Time: 22:07:48 GMT, April 16, 2011