Whiteboard
An interface and tools for visualizing large and complex datasets
Eps.h
Go to the documentation of this file.
1 
2 #ifndef GRAPHICS_EPS_H
3 #define GRAPHICS_EPS_H
4 
5 using namespace std;
6 
7 #include <iostream>
8 
12 void PrintEpsHeader( ostream& out,
13  const float horizSize,
14  const float vertSize,
15  const float border );
16 
17 #endif
void PrintEpsHeader(ostream &out, const float horizSize, const float vertSize, const float border)
Definition: Eps.cc:6