DGtal
1.5.beta
|
Aim: designs the concept of bounded shapes in DGtal (shape for which upper and lower bounding bounds are available). More...
#include <DGtal/shapes/CDigitalBoundedShape.h>
Public Types | |
typedef TShape::Point | Point |
Public Member Functions | |
BOOST_CONCEPT_USAGE (CDigitalBoundedShape) | |
Private Attributes | |
TShape | myT |
Point | myP |
Aim: designs the concept of bounded shapes in DGtal (shape for which upper and lower bounding bounds are available).
DescriptionDescription of concept 'CDigitalBoundedShape'
| Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity | |------------—|---------—|------------------—|----------—|---------------—|--------—|-------------—|---------—| |Lower bound | x.getLowerBound()| | |Point | |compute and return the lower bound of the shape bounding box | | | |Upper bound | x.getUpperBound()| | |Point | |compute and return the upper bound of the shape bounding box | | |
Implicit and Parametric shapes of the shape factory.
Definition at line 90 of file CDigitalBoundedShape.h.
typedef TShape::Point DGtal::concepts::CDigitalBoundedShape< TShape >::Point |
Definition at line 95 of file CDigitalBoundedShape.h.
|
inline |
Definition at line 97 of file CDigitalBoundedShape.h.
References DGtal::concepts::CDigitalBoundedShape< TShape >::myP, DGtal::concepts::CDigitalBoundedShape< TShape >::myT, and DGtal::concepts::ConceptUtils::sameType().
|
private |
Definition at line 108 of file CDigitalBoundedShape.h.
Referenced by DGtal::concepts::CDigitalBoundedShape< TShape >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 107 of file CDigitalBoundedShape.h.
Referenced by DGtal::concepts::CDigitalBoundedShape< TShape >::BOOST_CONCEPT_USAGE().