SourceXtractorPlusPlus 0.22
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
ModelFitting::DataVsModelInputTraits< ImageInterfaceTypePtr > Struct Reference

#include <VectorImageDataVsModelInputTraits.h>

Public Types

using iterator = decltype(ImageInterfaceTypePtr()->getData().begin())
 
using iterator
 

Static Public Member Functions

static iterator begin (ImageInterfaceTypePtr &input)
 
static iterator end (ImageInterfaceTypePtr &input)
 
static size_t size (const ImageInterfaceTypePtr &input)
 
static iterator begin (ImageInterfaceTypePtr &input)
 Returns an iterator to the first element of the input.
 
static iterator end (ImageInterfaceTypePtr &input)
 Returns an iterator to one after the last element of the input.
 
static size_t size (const ImageInterfaceTypePtr &input)
 Returns the size of the input.
 

Detailed Description

Definition at line 33 of file VectorImageDataVsModelInputTraits.h.

Member Typedef Documentation

◆ iterator [1/2]

The type of the iterator used for accessing the input elements. It must provide the input iterator operations.

Definition at line 54 of file DataVsModelInputTraits.h.

◆ iterator [2/2]

Definition at line 35 of file VectorImageDataVsModelInputTraits.h.

Member Function Documentation

◆ begin() [1/2]

Returns an iterator to the first element of the input.

Definition at line 57 of file DataVsModelInputTraits.h.

◆ begin() [2/2]

◆ end() [1/2]

Returns an iterator to one after the last element of the input.

Definition at line 62 of file DataVsModelInputTraits.h.

◆ end() [2/2]

◆ size() [1/2]

Returns the size of the input.

Definition at line 67 of file DataVsModelInputTraits.h.

◆ size() [2/2]

Definition at line 45 of file VectorImageDataVsModelInputTraits.h.


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