SourceXtractorPlusPlus  0.15
Please provide a description of the project.
Public Types | Static Public Attributes | List of all members
ModelFitting::PsfTraits< PsfType > Struct Template Reference

#include <PsfTraits.h>

Public Types

using context_t = std::false_type
 

Static Public Attributes

static constexpr bool has_context = false
 

Detailed Description

template<typename PsfType>
struct ModelFitting::PsfTraits< PsfType >

The default PsfTrait remains compatible with PSF implementations that do not have the concept of a context or a prepare method. This way they do not have to be modified.

PSF types that have this concept should specialize the trait with has_context = true and the appropiate context_t

Definition at line 37 of file PsfTraits.h.

Member Typedef Documentation

◆ context_t

template<typename PsfType >
using ModelFitting::PsfTraits< PsfType >::context_t = std::false_type

Definition at line 38 of file PsfTraits.h.

Member Data Documentation

◆ has_context

template<typename PsfType >
constexpr bool ModelFitting::PsfTraits< PsfType >::has_context = false
staticconstexpr

Definition at line 39 of file PsfTraits.h.


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