Newer
Older
#include <vector>
#include <string>
#include <Command.h>
#include <Profile.h>
#include <Projection.h>
#ifndef _Plot
#define _Plot
class Plot
{
private:
vector <Projection *> projection;
Profile *profile;
public:
#include <vector>
#include <string>
#include <Command.h>
#include <Profile.h>
#include <Projection.h>
#ifndef _Plot
#define _Plot
class Plot
{
private:
vector <Projection *> projection;
Profile *profile;
public: