codac 1.5.7
Loading...
Searching...
No Matches
codac2_AbstractDomain.h
Go to the documentation of this file.
1
11
12#ifndef __CODAC2_ABSTRACTDOMAIN_H__
13#define __CODAC2_ABSTRACTDOMAIN_H__
14
16
17namespace codac2
18{
23 class AbstractDomain
24 {
25 public:
26
27 AbstractDomain();
28 codac::IntervalVector box() const;
29
30 protected:
31
32 };
33}
34
35#endif