DGtal 2.0.0
Loading...
Searching...
No Matches
DGtal::concepts::C3DParametricCurveDecorator< T > Struct Template Reference

Aim: More...

#include <DGtal/geometry/curves/parametric/C3DParametricCurve.h>

Inheritance diagram for DGtal::concepts::C3DParametricCurveDecorator< T >:
[legend]

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

self
T::TypeCurve curve
Protected Attributes inherited from DGtal::concepts::C3DParametricCurve< 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

Detailed Description

template<typename T>
struct DGtal::concepts::C3DParametricCurveDecorator< T >

Aim:

Description of concept '3DParametricCurveDecorator'

Refinement of 3DParametricCurve

Associated types

Notation

  • X : A type that is a model of DParametricCurveDecorator
  • x, y : object of type X

Definitions

Valid expressions and semantics

Name Expression Type requirements Return type Precondition Semantics Post condition Complexity

Invariants

Models

A dummy model (for concept checking) is C3DParametricCurveDecoratorArchtype.

Notes

Template Parameters
Tthe type that should be a model of 3DParametricCurve.

Definition at line 155 of file C3DParametricCurve.h.

Member Function Documentation

◆ BOOST_CONCEPT_USAGE()

template<typename T>
DGtal::concepts::C3DParametricCurveDecorator< T >::BOOST_CONCEPT_USAGE ( C3DParametricCurveDecorator< T > )
inline

Definition at line 160 of file C3DParametricCurve.h.

161 {
162 // check const methods.
164 }

References checkConstConstraints().

◆ checkConstConstraints()

template<typename T>
void DGtal::concepts::C3DParametricCurveDecorator< T >::checkConstConstraints ( ) const
inlinevirtual

Field Documentation

◆ curve

template<typename T>
T::TypeCurve DGtal::concepts::C3DParametricCurveDecorator< T >::curve
protected

Definition at line 172 of file C3DParametricCurve.h.

Referenced by checkConstConstraints().

◆ self

template<typename T>
T DGtal::concepts::C3DParametricCurveDecorator< T >::self
protected

Definition at line 171 of file C3DParametricCurve.h.

Referenced by checkConstConstraints().


The documentation for this struct was generated from the following file: