All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Private Attributes
orgQhull::Coordinates::const_iterator Class Reference

#include <Coordinates.h>

List of all members.

Public Types

typedef ptrdiff_t difference_type
typedef
std::random_access_iterator_tag 
iterator_category
typedef const value_typepointer
typedef const value_typereference
typedef coordT value_type

Public Member Functions

 const_iterator ()
 const_iterator (const const_iterator &other)
 const_iterator (iterator o)
 const_iterator (const std::vector< coordT >::const_iterator &vi)
bool operator!= (const const_iterator &other) const
const coordToperator* () const
const_iterator operator+ (int idx) const
const_iterator operator++ ()
const_iterator operator++ (int)
const_iterator operator+= (int idx)
const_iterator operator- (int idx) const
difference_type operator- (const_iterator other) const
const_iterator operator-- ()
const_iterator operator-- (int)
const_iterator operator-= (int idx)
bool operator< (const const_iterator &other) const
bool operator<= (const const_iterator &other) const
const_iteratoroperator= (const const_iterator &other)
bool operator== (const const_iterator &other) const
bool operator> (const const_iterator &other) const
bool operator>= (const const_iterator &other) const
const coordToperator[] (int idx) const

Private Attributes

std::vector< coordT >
::const_iterator 
i

Detailed Description

Definition at line 195 of file Coordinates.h.


Member Typedef Documentation

Definition at line 205 of file Coordinates.h.

typedef std::random_access_iterator_tag orgQhull::Coordinates::const_iterator::iterator_category

Definition at line 201 of file Coordinates.h.

Definition at line 203 of file Coordinates.h.

Definition at line 204 of file Coordinates.h.

Definition at line 202 of file Coordinates.h.


Constructor & Destructor Documentation

Definition at line 207 of file Coordinates.h.

Definition at line 208 of file Coordinates.h.

Definition at line 209 of file Coordinates.h.

orgQhull::Coordinates::const_iterator::const_iterator ( const std::vector< coordT >::const_iterator vi) [inline, explicit]

Definition at line 210 of file Coordinates.h.


Member Function Documentation

bool orgQhull::Coordinates::const_iterator::operator!= ( const const_iterator other) const [inline]

Definition at line 218 of file Coordinates.h.

const coordT& orgQhull::Coordinates::const_iterator::operator* ( ) const [inline]

Definition at line 214 of file Coordinates.h.

const_iterator orgQhull::Coordinates::const_iterator::operator+ ( int  idx) const [inline]

Definition at line 230 of file Coordinates.h.

const_iterator orgQhull::Coordinates::const_iterator::operator++ ( ) [inline]

Definition at line 224 of file Coordinates.h.

const_iterator orgQhull::Coordinates::const_iterator::operator++ ( int  ) [inline]

Definition at line 225 of file Coordinates.h.

const_iterator orgQhull::Coordinates::const_iterator::operator+= ( int  idx) [inline]

Definition at line 228 of file Coordinates.h.

const_iterator orgQhull::Coordinates::const_iterator::operator- ( int  idx) const [inline]

Definition at line 231 of file Coordinates.h.

difference_type orgQhull::Coordinates::const_iterator::operator- ( const_iterator  other) const [inline]

Definition at line 232 of file Coordinates.h.

const_iterator orgQhull::Coordinates::const_iterator::operator-- ( ) [inline]

Definition at line 226 of file Coordinates.h.

const_iterator orgQhull::Coordinates::const_iterator::operator-- ( int  ) [inline]

Definition at line 227 of file Coordinates.h.

const_iterator orgQhull::Coordinates::const_iterator::operator-= ( int  idx) [inline]

Definition at line 229 of file Coordinates.h.

bool orgQhull::Coordinates::const_iterator::operator< ( const const_iterator other) const [inline]

Definition at line 219 of file Coordinates.h.

bool orgQhull::Coordinates::const_iterator::operator<= ( const const_iterator other) const [inline]

Definition at line 220 of file Coordinates.h.

const_iterator& orgQhull::Coordinates::const_iterator::operator= ( const const_iterator other) [inline]

Definition at line 211 of file Coordinates.h.

bool orgQhull::Coordinates::const_iterator::operator== ( const const_iterator other) const [inline]

Definition at line 217 of file Coordinates.h.

bool orgQhull::Coordinates::const_iterator::operator> ( const const_iterator other) const [inline]

Definition at line 221 of file Coordinates.h.

bool orgQhull::Coordinates::const_iterator::operator>= ( const const_iterator other) const [inline]

Definition at line 222 of file Coordinates.h.

const coordT& orgQhull::Coordinates::const_iterator::operator[] ( int  idx) const [inline]

Definition at line 215 of file Coordinates.h.


Member Data Documentation

Definition at line 198 of file Coordinates.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


libqhull
Author(s): Robert Krug
autogenerated on Tue Jun 18 2013 12:38:50