path:
root/
src/
model/
geometry/
datarose_geometry.h (
plain)
blob: 0823064a14709d1c0989cb511bcadee127a8b4a6
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef DATAROSE_GEOMETRY_H
#define DATAROSE_GEOMETRY_H
/*
* DataRose from Elmqvist, N.; Stasko, J. & Tsigas, P. "DataMeadow: a
* visual canvas for analysis of large-scale multivariate data",
* Information Visualization, Palgrave Macmillan Ltd, 2008, 7, 18-33.
*/
void datarose_geometry (void);
#endif // DATAROSE_GEOMETRY_H
|