@@ -17,11 +17,12 @@ namespace Cesium3DTilesSelection {
1717class Tile ;
1818
1919/* *
20- * @brief The result of applying a @ref CesiumRasterOverlays::RasterOverlayTile to geometry.
20+ * @brief The result of applying a @ref CesiumRasterOverlays::RasterOverlayTile
21+ * to geometry.
2122 *
2223 * Instances of this class are used by a @ref Tile in order to map
23- * imagery data that is given as @ref CesiumRasterOverlays::RasterOverlayTile instances
24- * to the 2D region that is covered by the tile geometry.
24+ * imagery data that is given as @ref CesiumRasterOverlays::RasterOverlayTile
25+ * instances to the 2D region that is covered by the tile geometry.
2526 */
2627class RasterMappedTo3DTile final {
2728public:
@@ -50,8 +51,8 @@ class RasterMappedTo3DTile final {
5051 /* *
5152 * @brief Creates a new instance.
5253 *
53- * @param pRasterTile The @ref CesiumRasterOverlays::RasterOverlayTile that is mapped to the
54- * geometry.
54+ * @param pRasterTile The @ref CesiumRasterOverlays::RasterOverlayTile that is
55+ * mapped to the geometry.
5556 * @param textureCoordinateIndex The index of the texture coordinates to use
5657 * with this mapped raster overlay.
5758 */
@@ -61,7 +62,8 @@ class RasterMappedTo3DTile final {
6162 int32_t textureCoordinateIndex);
6263
6364 /* *
64- * @brief Returns a @ref CesiumRasterOverlays::RasterOverlayTile that is currently loading.
65+ * @brief Returns a @ref CesiumRasterOverlays::RasterOverlayTile that is
66+ * currently loading.
6567 *
6668 * The caller has to check the exact state of this tile, using
6769 * @ref Tile::getState.
@@ -79,8 +81,8 @@ class RasterMappedTo3DTile final {
7981 }
8082
8183 /* *
82- * @brief Returns the @ref CesiumRasterOverlays::RasterOverlayTile that represents the imagery
83- * data that is ready to render.
84+ * @brief Returns the @ref CesiumRasterOverlays::RasterOverlayTile that
85+ * represents the imagery data that is ready to render.
8486 *
8587 * This will be `nullptr` when the tile data has not yet been loaded.
8688 *
@@ -163,7 +165,8 @@ class RasterMappedTo3DTile final {
163165 * @param prepareRendererResources The @ref IPrepareRendererResources used to
164166 * create render resources for raster overlay
165167 * @param tile The owner tile.
166- * @return The @ref CesiumRasterOverlays::RasterOverlayTile::MoreDetailAvailable state.
168+ * @return The @ref
169+ * CesiumRasterOverlays::RasterOverlayTile::MoreDetailAvailable state.
167170 */
168171 CesiumRasterOverlays::RasterOverlayTile::MoreDetailAvailable
169172 update (IPrepareRendererResources& prepareRendererResources, Tile& tile);
@@ -184,7 +187,8 @@ class RasterMappedTo3DTile final {
184187 Tile& tile) noexcept ;
185188
186189 /* *
187- * @brief Does a throttled load of the mapped @ref CesiumRasterOverlays::RasterOverlayTile.
190+ * @brief Does a throttled load of the mapped @ref
191+ * CesiumRasterOverlays::RasterOverlayTile.
188192 *
189193 * @return If the mapped tile is already in the process of loading or it has
190194 * already finished loading, this method does nothing and returns true. If too
@@ -195,13 +199,14 @@ class RasterMappedTo3DTile final {
195199 bool loadThrottled () noexcept ;
196200
197201 /* *
198- * @brief Creates a maping between a @ref CesiumRasterOverlays::RasterOverlay and a @ref Tile.
199- *
200- * The returned mapping will be to a placeholder @ref CesiumRasterOverlays::RasterOverlayTile if
201- * the overlay's tile provider is not yet ready (i.e. it's still a
202- * placeholder) or if the overlap between the tile and the raster overlay
203- * cannot yet be determined because the projected rectangle of the tile is not
204- * yet known.
202+ * @brief Creates a maping between a @ref CesiumRasterOverlays::RasterOverlay
203+ * and a @ref Tile.
204+ *
205+ * The returned mapping will be to a placeholder @ref
206+ * CesiumRasterOverlays::RasterOverlayTile if the overlay's tile provider is
207+ * not yet ready (i.e. it's still a placeholder) or if the overlap between the
208+ * tile and the raster overlay cannot yet be determined because the projected
209+ * rectangle of the tile is not yet known.
205210 *
206211 * Returns a pointer to the created `RasterMappedTo3DTile` in the Tile's
207212 * @ref Tile::getMappedRasterTiles collection. Note that this pointer may
0 commit comments