PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")

add 0D algo
This commit is contained in:
eap 2007-02-19 16:36:21 +00:00
parent 9c1c70b9d0
commit 8ac5bcad9a

View File

@ -33,6 +33,7 @@ module SMESH
{ {
enum Dimension enum Dimension
{ {
DIM_0D,
DIM_1D, DIM_1D,
DIM_2D, DIM_2D,
DIM_3D DIM_3D
@ -72,6 +73,13 @@ module SMESH
}; };
interface SMESH_0D_Algo : SMESH_Algo
{
/*!
*
*/
};
interface SMESH_1D_Algo : SMESH_Algo interface SMESH_1D_Algo : SMESH_Algo
{ {
/*! /*!