Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

component.h File Reference

#include "graphics.h"
#include "frame.h"
#include <vector>
#include <string>

Go to the source code of this file.

Compounds

class  Component
class  ComponentPin

Variables

const int COMPONENT_TYPE_FILTER = 0
const int COMPONENT_TYPE_INPUTFILTER = 1
const int COMPONENTPIN_TYPE_INPUT = 0
const int COMPONENTPIN_TYPE_OUTPUT = 1
const int PIN_DIRECTION_LEFT = 0
const int PIN_DIRECTION_UP = 1
const int PIN_DIRECTION_RIGHT = 2
const int PIN_DIRECTION_DOWN = 3
const int COMPONENT_ROTATION_0_DEG = 0
const int COMPONENT_ROTATION_90_DEG = 1
const int COMPONENT_ROTATION_180_DEG = 2
const int COMPONENT_ROTATION_270_DEG = 3
const int NB_COMPONENT_ROTATION_DEGS = 4
int component_index_counter = 0


Variable Documentation

int component_index_counter = 0 [static]
 

const int COMPONENT_ROTATION_0_DEG = 0 [static]
 

const int COMPONENT_ROTATION_180_DEG = 2 [static]
 

const int COMPONENT_ROTATION_270_DEG = 3 [static]
 

const int COMPONENT_ROTATION_90_DEG = 1 [static]
 

const int COMPONENT_TYPE_FILTER = 0 [static]
 

const int COMPONENT_TYPE_INPUTFILTER = 1 [static]
 

const int COMPONENTPIN_TYPE_INPUT = 0 [static]
 

const int COMPONENTPIN_TYPE_OUTPUT = 1 [static]
 

const int NB_COMPONENT_ROTATION_DEGS = 4 [static]
 

const int PIN_DIRECTION_DOWN = 3 [static]
 

const int PIN_DIRECTION_LEFT = 0 [static]
 

const int PIN_DIRECTION_RIGHT = 2 [static]
 

const int PIN_DIRECTION_UP = 1 [static]
 


Generated on Wed Apr 23 10:42:34 2003 for BioFilter by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002