|
STIR 6.4.0
|
The CreateTailMaskFromACFs class. More...
#include "stir/scatter/CreateTailMaskFromACFs.h"

Public Member Functions | |
| virtual Succeeded | process_data () |
| void | set_input_projdata_sptr (shared_ptr< ProjData > &) |
| void | set_input_projdata (std::string &) |
| void | set_output_projdata_sptr (shared_ptr< ProjData > &) |
| void | set_output_projdata (std::string &) |
| shared_ptr< ProjData > | get_output_projdata_sptr () |
| get_output_projdata | |
Public Member Functions inherited from stir::ParsingObject | |
| ParsingObject (const ParsingObject &) | |
| ParsingObject & | operator= (const ParsingObject &) |
| bool | parse (std::istream &f) |
| bool | parse (const char *const filename) |
| void | ask_parameters () |
| virtual std::string | parameter_info () |
Public Attributes | |
| float | ACF_threshold |
| ACF_threshold. | |
| int | safety_margin |
| safety_margin | |
Protected Member Functions | |
| void | initialise_keymap () override |
| Initialise all keywords. | |
| bool | post_processing () override |
| This will be called at the end of the parsing. | |
| void | set_defaults () override |
| Set defaults before parsing. | |
| virtual void | set_key_values () |
| This will be called before parsing or parameter_info is called. | |
Additional Inherited Members | |
| KeyParser | parser |
The CreateTailMaskFromACFs class.
This class implements the functionality of the executable. It was nessesary in order to be able to perform this calculations from the ScatterEstimationByBin.
| shared_ptr< ProjData > stir::CreateTailMaskFromACFs::get_output_projdata_sptr | ( | ) |
get_output_projdata
Use this function to return the output projdata.
References get_output_projdata_sptr().
Referenced by get_output_projdata_sptr().
|
overrideprotectedvirtual |
Initialise all keywords.
Reimplemented from stir::ParsingObject.
References ACF_threshold, initialise_keymap(), and safety_margin.
Referenced by initialise_keymap().
|
overrideprotectedvirtual |
This will be called at the end of the parsing.
Reimplemented from stir::ParsingObject.
References ACF_threshold, stir::error(), and post_processing().
Referenced by post_processing().
|
overrideprotectedvirtual |
Set defaults before parsing.
Reimplemented from stir::ParsingObject.
References ACF_threshold, safety_margin, and set_defaults().
Referenced by set_defaults().
| float stir::CreateTailMaskFromACFs::ACF_threshold |
ACF_threshold.
Referenced by initialise_keymap(), post_processing(), and set_defaults().