DGtal
0.6.devel
|
#include <CDynamicBidirectionalSegmentComputer.h>
Public Member Functions | |
BOOST_CONCEPT_USAGE (CDynamicSegmentComputer) | |
![]() | |
BOOST_CONCEPT_USAGE (CBidirectionalSegmentComputer) |
Private Attributes | |
T | myX |
bool | myB |
Aim: Defines the concept describing a dynamic and bidirectional segment computer, ie. a model of CSegment that can extend and retract itself in either direction.
Description of concept 'CDynamicBidirectionalSegmentComputer'
Name | Expression | Type requirements | Return type | Precondition | Semantics | Postcondition | Complexity |
backward retraction | x.retractBackward() | bool | returns 'true' if –x.end() != x.begin() (and decrements the end iterator), 'false' otherwise |
ArithmeticalDSS, CombinatorialDSS
T | the type that should be a model of CDynamicBidirectionalSegmentComputer. |
Definition at line 99 of file CDynamicBidirectionalSegmentComputer.h.
|
inline |
Reimplemented from DGtal::CDynamicSegmentComputer< T >.
Definition at line 106 of file CDynamicBidirectionalSegmentComputer.h.
References DGtal::CDynamicBidirectionalSegmentComputer< T >::myB, DGtal::CDynamicBidirectionalSegmentComputer< T >::myX, and DGtal::ConceptUtils::sameType().
|
private |
Reimplemented from DGtal::CBidirectionalSegmentComputer< T >.
Definition at line 113 of file CDynamicBidirectionalSegmentComputer.h.
Referenced by DGtal::CDynamicBidirectionalSegmentComputer< T >::BOOST_CONCEPT_USAGE().
|
private |
Reimplemented from DGtal::CBidirectionalSegmentComputer< T >.
Definition at line 112 of file CDynamicBidirectionalSegmentComputer.h.
Referenced by DGtal::CDynamicBidirectionalSegmentComputer< T >::BOOST_CONCEPT_USAGE().