Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | Related Pages

Smell.h

00001 // This file may be redistributed and modified only under the terms of 00002 // the GNU Lesser General Public License (See COPYING for details). 00003 // Copyright 2000-2001 Stefanus Du Toit and Alistair Riddoch. 00004 // Automatically generated using gen_cc.py. 00005 00006 #ifndef ATLAS_OBJECTS_OPERATION_SMELL_H 00007 #define ATLAS_OBJECTS_OPERATION_SMELL_H 00008 00009 #include <Atlas/Objects/Operation/Perception.h> 00010 00011 00012 namespace Atlas { namespace Objects { namespace Operation { 00013 00019 class Smell : public Perception 00020 { 00021 public: 00023 Smell(); 00024 protected: 00026 Smell(const char *,const char *); 00027 public: 00029 virtual ~Smell(); 00030 00032 static Smell Class(); 00033 00034 protected: 00035 00036 }; 00037 00038 } } } // namespace Atlas::Objects::Operation 00039 00040 #endif // ATLAS_OBJECTS_OPERATION_SMELL_H

Copyright 2000 the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.