fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/Hw/feunitdataboolvector.h
Go to the documentation of this file.
00001 
00002 /***************************************************************************
00003                           feunitdataboolvector.h  -  description
00004                              -------------------
00005     begin                : Do Jun 23 2005
00006     copyright            : (C) 2005 by 
00007     email                : 
00008  ***************************************************************************/
00009 
00010 /***************************************************************************
00011  *                                                                         *
00012  *   This program is free software; you can redistribute it and/or modify  *
00013  *   it under the terms of the GNU General Public License as published by  *
00014  *   the Free Software Foundation; either version 2 of the License, or     *
00015  *   (at your option) any later version.                                   *
00016  *                                                                         *
00017  ***************************************************************************/
00018 
00019 #ifndef FEUNITDATABOOLVECTOR_H
00020 #define FEUNITDATABOOLVECTOR_H
00021 
00022 #include <cstdio>
00023 #include <string>
00024 #include <Hw/feunitdata.h>
00025 
00030 class FEunitDataBoolVector : public FEunitData  {
00031 public: 
00032         FEunitDataBoolVector();
00033         virtual ~FEunitDataBoolVector();
00034 
00035   virtual void display(FILE *fout);
00036   
00038   int *value;
00039 
00041   //int n;
00042 
00044   //std::string name;
00045 
00047   std::string xName;
00048 
00050   int *marker;
00051 
00053   std::string *markerName;
00054 
00056   int nMarker;
00057     
00058 };
00059 
00060 #endif