| 1984 | } |
| 1985 | |
| 1986 | void shape_transform_descriptor::dimension::sub::hide() |
| 1987 | { |
| 1988 | assert(axis.empty() or hidden_axis.empty()); |
| 1989 | if(not has_hidden_axis()) |
| 1990 | { |
| 1991 | hidden_axis = axis; |
| 1992 | axis.clear(); |
| 1993 | } |
| 1994 | } |
| 1995 | |
| 1996 | bool operator==(const dimension::sub& x, const dimension::sub& y) |
| 1997 | { |
no test coverage detected