$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::Dpoint< E > Struct Template Reference

#include <mln/core/concept/dpoint.hh>

Public Member Functions

const E & to_dpoint () const

Protected Member Functions

 Dpoint ()

Public Types

typedef Dpoint< void > category
typedef E dpoint
typedef E exact_t

Detailed Description

template<typename E>
struct mln::Dpoint< E >

Base class for implementation of delta-point classes.

A delta-point is a vector defined by a couple of points.

Given two points, A and B, the vector AB is mapped into the delta-point D = AB. Practically one can write: D = B - A.

Definition at line 66 of file concept/dpoint.hh.

Constructor & Destructor Documentation

template<typename E>
mln::Dpoint< E >::Dpoint ( )
protected

Member Function Documentation

template<typename E>
const E& mln::Dpoint< E >::to_dpoint ( ) const

It is a Dpoint so it returns itself.

Member Typedef Documentation

template<typename E>
typedef Dpoint<void> mln::Dpoint< E >::category

Definition at line 68 of file concept/dpoint.hh.

template<typename E>
typedef E mln::Dpoint< E >::dpoint

Definition at line 70 of file concept/dpoint.hh.

template<typename E>
typedef E mln::Object< E >::exact_t
inherited

Definition at line 105 of file object.hh.