Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
roccom_devel.h
Go to the documentation of this file.
1 /* *******************************************************************
2  * Rocstar Simulation Suite *
3  * Copyright@2015, Illinois Rocstar LLC. All rights reserved. *
4  * *
5  * Illinois Rocstar LLC *
6  * Champaign, IL *
7  * www.illinoisrocstar.com *
8  * sales@illinoisrocstar.com *
9  * *
10  * License: See LICENSE file in top level of distribution package or *
11  * http://opensource.org/licenses/NCSA *
12  *********************************************************************/
13 /* *******************************************************************
14  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, *
15  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES *
16  * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND *
17  * NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR *
18  * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER *
19  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, *
20  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
21  * USE OR OTHER DEALINGS WITH THE SOFTWARE. *
22  *********************************************************************/
23 // $Id: roccom_devel.h,v 1.25 2008/12/06 08:43:25 mtcampbe Exp $
24 
25 #ifndef __ROCCOM_DEVEL_H__
26 #define __ROCCOM_DEVEL_H__
27 
28 #include "Attribute.h"
29 #include "Connectivity.h"
30 #include "Function.h"
31 #include "Pane.h"
32 #include "Window.h"
33 #include "roccom_assertion.h"
34 
35 #endif
36 
37 
38 
39 
40 
41 
Contains the prototypes for the Pane object.
This file contains a set of routines for error assertion.
Contains the prototype of Connectivity.
Contains the prototypes and implementation for the Funcion object.
Contains the prototype of Attriubte.
Contains the prototypes for the Window object.