SourceXtractorPlusPlus
0.14
Please provide a description of the project.
|
#include <PsfTraits.h>
Public Types | |
using | context_t = std::false_type |
Static Public Attributes | |
static constexpr bool | has_context = false |
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.
using ModelFitting::PsfTraits< PsfType >::context_t = std::false_type |
Definition at line 38 of file PsfTraits.h.
|
static |
Definition at line 39 of file PsfTraits.h.