| 1974 | } |
| 1975 | |
| 1976 | void shape_transform_descriptor::dimension::sub::expose() |
| 1977 | { |
| 1978 | assert(axis.empty() or hidden_axis.empty()); |
| 1979 | if(has_hidden_axis()) |
| 1980 | { |
| 1981 | axis = hidden_axis; |
| 1982 | hidden_axis.clear(); |
| 1983 | } |
| 1984 | } |
| 1985 | |
| 1986 | void shape_transform_descriptor::dimension::sub::hide() |
| 1987 | { |
no test coverage detected