BioinstSim
2
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
circulararena.h
1
#ifndef CIRCULARARENA_H_
2
#define CIRCULARARENA_H_
3
4
/******************************************************************************/
5
/******************************************************************************/
6
7
#include "arena.h"
8
9
/******************************************************************************/
10
/******************************************************************************/
11
12
class
CCircularArena
:
public
CArena
13
{
14
public
:
15
CCircularArena
(
const
char
* pch_name,
double
f_radius,
unsigned
int
un_res_x,
unsigned
int
un_res_y);
16
virtual
~
CCircularArena
();
17
18
virtual
bool
IsObstacle(
TVector2d
* t_position);
19
20
protected
:
21
double
m_fRadius;
22
};
23
24
/******************************************************************************/
25
/******************************************************************************/
26
27
#endif
Generated on Wed Jun 19 2013 18:02:33 for BioinstSim by
1.8.3.1