GMLExport.cpp File Reference
#include <cmath>
#include <iostream>
#include <iomanip>
#include <tulip/TulipPlugin.h>
#include <tulip/AbstractProperty.h>
Include dependency graph for GMLExport.cpp:
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 |
|
) |
|
|
|