Cat
Interface.cpp
Go to the documentation of this file.
1 // $Id: $
2 // Include files
3 
4 
5 // local
6 #include "Interface.h"
7 #include "IOdata.h"
8 
9 //-----------------------------------------------------------------------------
10 // Implementation file for class : Interface
11 //
12 // 2006-10-23 :
13 //-----------------------------------------------------------------------------
14 
15 //=============================================================================
16 // Standard constructor, initializes variables
17 //=============================================================================
19  setName("Interface");
20  setType("Interface");
22 }
23 //=============================================================================
24 // Destructor
25 //=============================================================================
27 
28 //=============================================================================
void add(int attribut)
Definition: Attrib.h:67
void setName(std::string name)
Definition: Object.h:51
virtual ~Interface()
Destructor.
Definition: Interface.cpp:26
void setType(std::string type)
Definition: Object.h:52
Interface()
Standard constructor.
Definition: Interface.cpp:18