STIR 6.4.0

A class for moving an image according to average motion in the frame. More...

Inheritance diagram for stir::MyApp:

Public Member Functions

 MyApp (const char *const par_filename)
 
virtual Succeeded process_data ()
 
- Public Member Functions inherited from stir::ParsingObject
 ParsingObject (const ParsingObject &)
 
ParsingObjectoperator= (const ParsingObject &)
 
bool parse (std::istream &f)
 
bool parse (const char *const filename)
 
void ask_parameters ()
 
virtual std::string parameter_info ()
 

Protected Member Functions

virtual void set_defaults ()
 parsing functions
 
virtual void initialise_keymap ()
 Initialise all keywords.
 
virtual bool post_processing ()
 This will be called at the end of the parsing.
 
virtual void set_key_values ()
 This will be called before parsing or parameter_info is called.
 

Additional Inherited Members

KeyParser parser
 

Detailed Description

A class for moving an image according to average motion in the frame.

See also
transform_3d_object(DiscretisedDensity<3,float>& out_density, const DiscretisedDensity<3,float>& in_density, const RigidObject3DTransformation& rigid_object_transformation)
Example par file
  MoveImage Parameters:=

  END :=

Member Function Documentation

◆ set_defaults()

void stir::MyApp::set_defaults ( )
protectedvirtual

parsing functions

Reimplemented from stir::ParsingObject.

◆ initialise_keymap()

void stir::MyApp::initialise_keymap ( )
protectedvirtual

Initialise all keywords.

Reimplemented from stir::ParsingObject.

◆ post_processing()

bool stir::MyApp::post_processing ( )
protectedvirtual

This will be called at the end of the parsing.

Returns
false if everything OK, true if not

Reimplemented from stir::ParsingObject.

References stir::ParsingObject::post_processing(), and stir::warning().


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