| 2180 | } |
| 2181 | |
| 2182 | void Viewer::initBasisViewControllerObject_() |
| 2183 | { |
| 2184 | basisViewController = std::make_unique<CornerControllerObject>(); |
| 2185 | basisViewController->initDefault(); |
| 2186 | } |
| 2187 | |
| 2188 | void Viewer::initClippingPlaneObject_() |
| 2189 | { |
nothing calls this directly
no test coverage detected