sdpoint_t Struct Reference

#include <ssi_dsearch.hpp>

List of all members.

Public Types

Public Member Functions

Public Attributes


Detailed Description

Definition at line 117 of file ssi_dsearch.hpp.


Member Typedef Documentation

typedef double value_type

Definition at line 119 of file ssi_dsearch.hpp.


Member Function Documentation

double& operator[] ( unsigned  i  )  [inline]

Definition at line 130 of file ssi_dsearch.hpp.

References sdpoint_t::idl, and sdpoint_t::idr.

00131     {
00132         if ( i < 2 ) return (*idl)[i];
00133         return (*idr)[i-2];
00134     };

const double& operator[] ( unsigned  i  )  const [inline]

Definition at line 124 of file ssi_dsearch.hpp.

References sdpoint_t::idl, and sdpoint_t::idr.

00125     {
00126         if ( i < 2 ) return (*idl)[i];
00127         return (*idr)[i-2];
00128     };


Member Data Documentation

Definition at line 120 of file ssi_dsearch.hpp.

Referenced by mmx::ssi::curve(), and mmx::ssi::extremums().

Definition at line 122 of file ssi_dsearch.hpp.

Referenced by mmx::ssi::extremums(), and sdpoint_t::operator[]().


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

Generated on 6 Dec 2012 for shape by  doxygen 1.6.1