![]() | ![]() | ![]() | AMITK Reference Manual | ![]() |
---|
AmitkLineProfile —
#define AMITK_LINE_PROFILE_VIEW (linep) #define AMITK_LINE_PROFILE_ANGLE (linep) #define AMITK_LINE_PROFILE_VISIBLE (linep) #define AMITK_LINE_PROFILE_START_POINT (linep) #define AMITK_LINE_PROFILE_END_POINT (linep) struct AmitkLineProfileDataElement; AmitkLineProfile* amitk_line_profile_new (void); void amitk_line_profile_copy_in_place (AmitkLineProfile *dest_profile, const AmitkLineProfile *src_profile); void amitk_line_profile_set_view (AmitkLineProfile *line_profile, const AmitkView view); void amitk_line_profile_set_angle (AmitkLineProfile *line_profile, const amide_real_t angle); void amitk_line_profile_set_visible (AmitkLineProfile *line_profile, const gboolean visible); void amitk_line_profile_set_start_point (AmitkLineProfile *line_profile, const AmitkPoint start_point); void amitk_line_profile_set_end_point (AmitkLineProfile *line_profile, const AmitkPoint end_point);
#define AMITK_LINE_PROFILE_VIEW(linep) (AMITK_LINE_PROFILE(linep)->view)
linep : |
#define AMITK_LINE_PROFILE_ANGLE(linep) (AMITK_LINE_PROFILE(linep)->angle)
linep : |
#define AMITK_LINE_PROFILE_VISIBLE(linep) (AMITK_LINE_PROFILE(linep)->visible)
linep : |
#define AMITK_LINE_PROFILE_START_POINT(linep) (AMITK_LINE_PROFILE(linep)->start_point)
linep : |
#define AMITK_LINE_PROFILE_END_POINT(linep) (AMITK_LINE_PROFILE(linep)->end_point)
linep : |
struct AmitkLineProfileDataElement { amide_real_t value; amide_real_t location; };
void amitk_line_profile_copy_in_place (AmitkLineProfile *dest_profile, const AmitkLineProfile *src_profile);
dest_profile : | |
src_profile : |
void amitk_line_profile_set_view (AmitkLineProfile *line_profile, const AmitkView view);
line_profile : | |
view : |
void amitk_line_profile_set_angle (AmitkLineProfile *line_profile, const amide_real_t angle);
line_profile : | |
angle : |
void amitk_line_profile_set_visible (AmitkLineProfile *line_profile, const gboolean visible);
line_profile : | |
visible : |
void amitk_line_profile_set_start_point (AmitkLineProfile *line_profile, const AmitkPoint start_point);
line_profile : | |
start_point : |
void amitk_line_profile_set_end_point (AmitkLineProfile *line_profile, const AmitkPoint end_point);
line_profile : | |
end_point : |
<< amitk_filter | AmitkObject >> |