variable.h revision 1ec681f88b68c6186b267afcce12c7fd667cc9f8
/**
*
* Authors:
* Tim Dwyer <tgdwyer@gmail.com>
*
* Copyright (C) 2005 Authors
*
* Released under GNU LGPL. Read the file 'COPYING' for more information.
*/
#ifndef SEEN_REMOVEOVERLAP_VARIABLE_H
#define SEEN_REMOVEOVERLAP_VARIABLE_H
#include <vector>
#include <iostream>
#include "block.h"
{
const int id; // useful in log files
double desiredPosition;
const double weight;
double offset;
bool visited;
char *toString();
, offset(0)
, visited(false)
{
}
inline double position() const {
}
//double position() const;
~Variable(void){
}
};
#endif // SEEN_REMOVEOVERLAP_VARIABLE_H