Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

bcond.h

Go to the documentation of this file.
00001 /*
00002  * Copyright (c) 2001 The AUTHORS 
00003  *   Romeu Andre' Pieritz, Ph.D.        - romeu_pieritz@hotmail.com
00004  *   Rafael Mendes, Eng.                – mendes_rafael@yahoo.com
00005  *   Rodrigo Ferraz de Andrade, Eng.    – rferraz@iname.com 
00006  * All rights reserved.
00007  *
00008  * Permission to use, copy and distribute this software and its
00009  * documentation for educational and personal use, without fee is hereby granted, 
00010  * provided that the above copyright notice and the following
00011  * two paragraphs appear in all copies of this software.
00012  *
00013  * IN NO EVENT SHALL THE AUTHORS BE LIABLE TO ANY PARTY FOR
00014  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
00015  * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE AUTHORS
00016  * HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00017  *
00018  * THE AUTHORS SPECIFICALLY DISCLAIMS ANY WARRANTIES,
00019  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
00020  * AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HERE UNDER IS
00021  * ON AN "AS IS" BASIS, AND THE AUTHORS HAVE NO OBLIGATION TO
00022  * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
00023  *
00024  * SINMEC Lab. - CFD Sinflow Project - http://www.sinmec.ufsc.br/cfd
00025  */
00026 
00027 // File Define
00028 #ifndef __CSFL_SYS_CONTAINER_BCOND_H__
00029 #define __CSFL_SYS_CONTAINER_BCOND_H__
00030 
00031 
00032 // Include
00033 #include <csfl/math/bcond/bctype.h>
00034 #include <csfl/math/bcond/bcond.h>
00035 #include <csfl/geom/grid/grid.h>
00036 
00037 
00038 // Include
00039 #include <csfl/sys/container/container.h>
00040 
00041 
00042 // Namespace
00043 namespace csfl {
00044 
00045 class IBCond;
00046 
00047 //==============================================================================
00048 //              Class IContainerBCond
00049 //              Description: Object for managing dependencies among IBCond objects
00050 //==============================================================================
00051 
00052 class IContainerBCond : 
00053         public IContainer, public IObjectArrayOf<IBCond>
00054 
00058 {
00059 
00060 public:
00067         IContainerBCond( const IString &_name = IString::empty, bool _b = true );
00068 
00072         IContainerBCond( IContainerBCond *_bcc );
00073         
00074         ~IContainerBCond();
00075 
00080         IBCType * FindBCType( const IPoint &_p = IPoint::zero, 
00081                 TDirection _dir = diNULL,  TBCType = bctNULL  );
00082 
00088         IBCond * FindBCond( const IPoint & _p = IPoint::zero, 
00089                 TDirection _dir = diNULL,  TBCType _bctType = bctNULL  );
00090         
00095         int BinnaryToIndex( ISFLObject *_p  );
00096 
00097 protected:
00098         
00099 };
00100 } // csfl namespace
00101 
00102 #endif// __CSFL_SYS_CONTAINER_BCOND_H__
00103 

 

CFD Project | Documents | Downloads | Contact us | Use Terms

 

© SINMEC/EMC/UFSC, 2001.

All rights reserved.

Last Update: Jan. 18, 2002

 Webmaster