DGtal
1.5.beta
|
Aim: More...
#include <DGtal/geometry/curves/parametric/C3DParametricCurve.h>
Public Member Functions | |
BOOST_CONCEPT_USAGE (C3DParametricCurveDecorator) | |
void | checkConstConstraints () const |
Public Member Functions inherited from DGtal::concepts::C3DParametricCurve< T > | |
BOOST_CONCEPT_ASSERT ((concepts::CSpace< Space >)) | |
BOOST_STATIC_ASSERT ((Space::dimension==3)) | |
BOOST_CONCEPT_USAGE (C3DParametricCurve) | |
Protected Attributes | |
T | self |
T::TypeCurve | curve |
Protected Attributes inherited from DGtal::concepts::C3DParametricCurve< T > | |
T | self |
RealPoint | x |
Point | y |
double | c |
Additional Inherited Members | |
Public Types inherited from DGtal::concepts::C3DParametricCurve< T > | |
typedef T::Space | Space |
typedef T::RealPoint | RealPoint |
typedef T::Point | Point |
Aim:
Description of concept '3DParametricCurveDecorator'
Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
---|---|---|---|---|---|---|---|
A dummy model (for concept checking) is C3DParametricCurveDecoratorArchtype.
T | the type that should be a model of 3DParametricCurve. |
Definition at line 155 of file C3DParametricCurve.h.
|
inline |
Definition at line 160 of file C3DParametricCurve.h.
References DGtal::concepts::C3DParametricCurveDecorator< T >::checkConstConstraints().
|
inlinevirtual |
Reimplemented from DGtal::concepts::C3DParametricCurve< T >.
Definition at line 165 of file C3DParametricCurve.h.
References DGtal::concepts::C3DParametricCurveDecorator< T >::curve, and DGtal::concepts::ConceptUtils::sameType().
Referenced by DGtal::concepts::C3DParametricCurveDecorator< T >::BOOST_CONCEPT_USAGE().
|
protected |
Definition at line 172 of file C3DParametricCurve.h.
Referenced by DGtal::concepts::C3DParametricCurveDecorator< T >::checkConstConstraints().
|
protected |
Definition at line 171 of file C3DParametricCurve.h.