template<typename T>
struct DGtal::CDigitalOrientedShape< T >
Aim: characterizes models of digital oriented shapes. For example, models should provide an orientation method for points on a SpaceND. Returned value type corresponds to DGtal::Orientation.
Description of concept 'CDigitalOrientedShape'
Refinement of
Associated types :
- Point: type for digital points.
Notation
Definitions
Valid expressions and
Name | Expression | Type requirements | Return type | Precondition | Semantics | Postcondition | Complexity |
Orientation method | x.orientation( aPoint) | aPoint of type const Point & | Orientation | | return the orientation of a point aPoint according to the shape. Orientation values can be {INSIDE, ON, OUTSIDE}. | |
|
Invariants
Models
Parametric and implicit shapes in the DGtal shape factory,
Notes
- Template Parameters:
-
Definition at line 110 of file CDigitalOrientedShape.h.