shape_doc 0.1
pdpoint_t Struct Reference

#include <ssi_dsearch.hpp>

List of all members.

Public Types

Public Member Functions

Public Attributes


Detailed Description

Definition at line 67 of file ssi_dsearch.hpp.


Member Typedef Documentation

typedef double value_type

Definition at line 69 of file ssi_dsearch.hpp.


Member Function Documentation

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

Definition at line 74 of file ssi_dsearch.hpp.

References pdpoint_t::a, and pdpoint_t::ref.

    { 
      if ( i < 2 ) return (*ref)[i];
      return (*(a->ref))[i-2];
    };
const value_type& operator[] ( unsigned  i) const [inline]

Definition at line 79 of file ssi_dsearch.hpp.

References pdpoint_t::a, and pdpoint_t::ref.

    { 
      if ( i < 2 ) return (*ref)[i];
      return (*(a->ref))[i-2];
    };

Member Data Documentation

Definition at line 70 of file ssi_dsearch.hpp.

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


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