Home
last modified time | relevance | path

Searched refs:common_element_orientation (Results 1 – 6 of 6) sorted by relevance

/dports/astro/oskar/OSKAR-2.8.0/oskar/telescope/station/src/
H A Doskar_station_create_copy.c64 dst->common_element_orientation = src->common_element_orientation; in oskar_station_create_copy()
H A Doskar_station_analyse.c34 station->common_element_orientation = 1; in oskar_station_analyse()
58 station->common_element_orientation = 0; in oskar_station_analyse()
H A Doskar_station_different.c39 a->common_element_orientation != b->common_element_orientation || in oskar_station_different()
H A Doskar_station_create.c93 model->common_element_orientation = OSKAR_TRUE; in oskar_station_create()
H A Doskar_station_accessors.c162 return model ? model->common_element_orientation : 0; in oskar_station_common_element_orientation()
/dports/astro/oskar/OSKAR-2.8.0/oskar/telescope/station/
H A Dprivate_station.h76 …int common_element_orientation; /* True if elements share a common orientation (auto determined). … member