#include <vifa_group_pgram_params.h>
Inheritance diagram for vifa_group_pgram_params:

Definition at line 26 of file vifa_group_pgram_params.h.
Public Member Functions | |
| float | angle_increment () |
| Granularity in the angle bins. | |
| int | max_suppress_radius () |
| Radius of maximum suppression kernel. | |
| float | length_ratio () |
| Relative length of sorter side of parallelogram. | |
| vifa_group_pgram_params (float angle_increment=5.0, int max_suppress_radius=2, float length_ratio=.1) | |
| Default constructor. | |
| vifa_group_pgram_params (const vifa_group_pgram_params &old_params) | |
| Copy constructor. | |
| bool | SanityCheck () |
| Check that parameters are within acceptable bounds. | |
| void | print_info (void) |
| Output contents. | |
| bool | Valid () |
| const char * | GetErrorMsg () |
| void | SetErrorMsg (const char *msg) |
| void | touch () |
| unsigned long | get_time_stamp () const |
| bool | older (vul_timestamp const &t) const |
| bool | older (vul_timestamp const *t) const |
| void | ref () |
| void | unref () |
| int | get_references () const |
| bool | is_referenced () const |
Protected Member Functions | |
| void | init_params (float angle_increment, int max_suppress_radius, float length_ratio) |
| Assign internal parameter blocks. | |
Protected Attributes | |
| unsigned long | timestamp_ |
Private Attributes | |
| float | angle_increment_ |
| int | max_suppress_radius_ |
| float | length_ratio_ |
|
||||||||||||||||
|
Default constructor.
Definition at line 45 of file vifa_group_pgram_params.h. |
|
|
Copy constructor.
Definition at line 8 of file vifa_group_pgram_params.cxx. |
|
|
Granularity in the angle bins.
Definition at line 36 of file vifa_group_pgram_params.h. |
|
||||||||||||||||
|
Assign internal parameter blocks.
Definition at line 63 of file vifa_group_pgram_params.h. |
|
|
Relative length of sorter side of parallelogram.
Definition at line 42 of file vifa_group_pgram_params.h. |
|
|
Radius of maximum suppression kernel.
Definition at line 39 of file vifa_group_pgram_params.h. |
|
|
Output contents.
Definition at line 45 of file vifa_group_pgram_params.cxx. |
|
|
Check that parameters are within acceptable bounds.
Reimplemented from gevd_param_mixin. Definition at line 17 of file vifa_group_pgram_params.cxx. |
|
|
Definition at line 30 of file vifa_group_pgram_params.h. |
|
|
Definition at line 32 of file vifa_group_pgram_params.h. |
|
|
Definition at line 31 of file vifa_group_pgram_params.h. |
1.4.4