Package | Description |
---|---|
at.jku.risc.stout.urauc.algo |
This package contains the classes of the rule based system
AntiUnifySystem, the corresponding
problem definition AntiUnifyProblem
and some standard implementations of a rigidity function
(AlignFncLAA,
AlignFncInput ).
|
Modifier and Type | Method and Description |
---|---|
Contour |
Contour.clip(Contour.ContourAtom cElem)
Computes a rectangular clip which contains all the elements of this
contour inside the rectangle (0,0), (Contour.ContourAtom.i-1,
Contour.ContourAtom.j-1).
|
Contour |
ContourArrangement.getClip(int contour,
Contour.ContourAtom elem)
This is a shortcut for ContourArrangement.getContour(int)
.clip(ContourElem).
|
Contour |
ContourArrangement.getContour(int contour)
Returns the Contour at the given position.
|