source: issm/trunk/src/c/Bamgx/objects/GeometricalSubDomain.h@ 3784

Last change on this file since 3784 was 3784, checked in by Mathieu Morlighem, 15 years ago

removed double ../../include/include.h

File size: 526 bytes
RevLine 
[3232]1#ifndef _GEOMETRICALSUBDOMAIN_H_
2#define _GEOMETRICALSUBDOMAIN_H_
3
4#include "../../objects/objects.h"
5#include "../../shared/shared.h"
[3775]6#include "../../include/include.h"
[3232]7#include "../../toolkits/toolkits.h"
8
[3775]9#include "../include/include.h"
[3232]10#include "GeometricalEdge.h"
11
12namespace bamg {
13
14 //classes
15 class Geometry;
16
17 class GeometricalSubDomain {
18 public:
19 GeometricalEdge *edge;
20 int sens; // -1 or 1
[3243]21 long ref;
[3232]22
[3263]23 //Methods
24 void Set(const GeometricalSubDomain &,const Geometry & ,const Geometry &);
[3232]25 };
26
27}
28#endif
Note: See TracBrowser for help on using the repository browser.