|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|


Public Member Functions | |
| virtual | ~ComputationInterface ()=default |
| ComputationInterface () | |
| size_t | size () const |
| virtual const BinStrategy< VarType > & | getBinStrategy () const =0 |
| virtual std::unique_ptr< ComputationInterface > | clone () const =0 |
| virtual void | clip (VarType min, VarType max)=0 |
| virtual std::tuple< VarType, VarType, VarType > | getStats () const =0 |
Public Attributes | |
| std::shared_ptr< std::vector< WeightType > > | m_counts |
| ssize_t | m_clip_left |
| ssize_t | m_clip_right |