codac
1.5.6
Loading...
Searching...
No Matches
src
core
contractors
codac2_CtcPolygon.h
Go to the documentation of this file.
1
9
10
#pragma once
11
12
#include "
codac2_Polygon.h
"
13
#include "
codac2_CtcCtcBoundary.h
"
14
#include "
codac2_CtcUnion.h
"
15
16
namespace
codac2
17
{
18
class
CtcPolygon :
public
CtcCtcBoundary
19
{
20
public
:
21
22
CtcPolygon(
const
Polygon& p);
23
void
contract(IntervalVector& x)
const
;
24
};
25
}
codac2_CtcCtcBoundary.h
codac2_CtcUnion.h
codac2_Polygon.h
Generated by
1.13.0