codac
1.5.6
Loading...
Searching...
No Matches
src
core
separators
codac2_SepCross.h
Go to the documentation of this file.
1
9
10
#pragma once
11
12
#include "
codac2_CtcCross.h
"
13
#include "
codac2_SepCtcPair.h
"
14
15
namespace
codac2
16
{
17
class
SepCross :
public
SepCtcPair
18
{
19
public
:
20
21
SepCross(
const
Segment& e,
const
IntervalVector &r)
22
: SepCtcPair(CtcCross(e, r), CtcNoCross(e, r))
23
{ }
24
};
25
}
codac2_CtcCross.h
codac2_SepCtcPair.h
Generated by
1.13.0