SourceXtractorPlusPlus  0.19
SourceXtractor++, the next generation SExtractor
 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:
Inheritance graph
[legend]
Collaboration diagram for ModelFitting::GslVectorConstIterator:
Collaboration graph
[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 80 of file GSLEngine.cpp.

Constructor & Destructor Documentation

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

Definition at line 87 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 102 of file GSLEngine.cpp.

References m_i, and m_v.

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

Definition at line 91 of file GSLEngine.cpp.

References m_i.

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

Definition at line 96 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 83 of file GSLEngine.cpp.

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

const gsl_vector* ModelFitting::GslVectorConstIterator::m_v
private

Definition at line 82 of file GSLEngine.cpp.

Referenced by operator*().


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