SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
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_vectorm_v
 
size_t m_i
 

Detailed Description

Definition at line 80 of file GSLEngine.cpp.

Constructor & Destructor Documentation

◆ GslVectorConstIterator() [1/2]

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

Definition at line 87 of file GSLEngine.cpp.

Referenced by operator++().

◆ GslVectorConstIterator() [2/2]

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

Member Function Documentation

◆ operator*()

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

Definition at line 102 of file GSLEngine.cpp.

References m_i, and m_v.

◆ operator++() [1/2]

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

Definition at line 91 of file GSLEngine.cpp.

References m_i.

◆ operator++() [2/2]

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

◆ m_i

size_t ModelFitting::GslVectorConstIterator::m_i
private

Definition at line 83 of file GSLEngine.cpp.

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

◆ m_v

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: