|
| constexpr int | get_type () override |
| | Gets the unique identifier of the concrete subclass. Used for equal-type checking. The implementation should use the protected function ::get_hash. More...
|
| |
| std::unique_ptr< segmentation_method > | create () override |
| | Factory for the current concrete subclass. More...
|
| |
| std::vector< region_t > | perform (spectrum_state spect, std::initializer_list< parameter_t > params) override |
| |
|
virtual std::vector< region_t > | perform (spectrum_state spect, std::initializer_list< parameter_t > params)=0 |
| |
| virtual constexpr int | get_type ()=0 |
| | Gets the unique identifier of the concrete subclass. Used for equal-type checking. The implementation should use the protected function ::get_hash. More...
|
| |
| virtual std::unique_ptr< segmentation_method > | create ()=0 |
| | Factory for the current concrete subclass. More...
|
| |
◆ create()
| std::unique_ptr< segmentation_method > fbgsense::segmentation::segmentation_method_inflection::create |
( |
| ) |
|
|
inlineoverridevirtual |
◆ get_type()
| constexpr int fbgsense::segmentation::segmentation_method_inflection::get_type |
( |
| ) |
|
|
inlineconstexproverridevirtual |
Gets the unique identifier of the concrete subclass. Used for equal-type checking. The implementation should use the protected function ::get_hash.
Implements processor< segmentation_method >.
◆ perform()
| std::vector< region_t > fbgsense::segmentation::segmentation_method_inflection::perform |
( |
spectrum_state |
spect, |
|
|
std::initializer_list< parameter_t > |
params |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following file: