SourceXtractorPlusPlus  0.10
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
ModelFitting::GslVectorConstIterator Class Reference
Inheritance diagram for ModelFitting::GslVectorConstIterator:
[legend]
Collaboration diagram for ModelFitting::GslVectorConstIterator:
[legend]

Public Member Functions

 GslVectorConstIterator (const gsl_vector *v)
 
 GslVectorConstIterator (const GslVectorConstIterator &)=default
 
GslVectorConstIteratoroperator++ ()
 
GslVectorConstIterator operator++ (int)
 
double operator* () const
 

Private Attributes

const gsl_vector * m_v
 
size_t m_i
 

Detailed Description

Definition at line 79 of file GSLEngine.cpp.

Constructor & Destructor Documentation

ModelFitting::GslVectorConstIterator::GslVectorConstIterator ( const gsl_vector *  v)
inline

Definition at line 86 of file GSLEngine.cpp.

Referenced by operator++().

ModelFitting::GslVectorConstIterator::GslVectorConstIterator ( const GslVectorConstIterator )
default

Member Function Documentation

double ModelFitting::GslVectorConstIterator::operator* ( ) const
inline

Definition at line 101 of file GSLEngine.cpp.

References m_i, and m_v.

GslVectorConstIterator& ModelFitting::GslVectorConstIterator::operator++ ( )
inline

Definition at line 90 of file GSLEngine.cpp.

References m_i.

GslVectorConstIterator ModelFitting::GslVectorConstIterator::operator++ ( int  )
inline

Definition at line 95 of file GSLEngine.cpp.

References GslVectorConstIterator(), and m_i.

Here is the call graph for this function:

Member Data Documentation

size_t ModelFitting::GslVectorConstIterator::m_i
private

Definition at line 82 of file GSLEngine.cpp.

Referenced by operator*(), and operator++().

const gsl_vector* ModelFitting::GslVectorConstIterator::m_v
private

Definition at line 81 of file GSLEngine.cpp.

Referenced by operator*().


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