|
LuciadCPillar 2025.0.09
|
Marker interface for 3D tile set models. More...
#include <luciad/models/tileset3d/ITileSet3DModel.h>
Public Member Functions | |
| ~ITileSet3DModel () override=default | |
Public Member Functions inherited from luciad::Model | |
| virtual | ~Model ()=default |
| virtual ModelMetadata | getModelMetadata () const =0 |
| Returns the meta data for this model. More... | |
| virtual std::shared_ptr< Bounds > | queryBounds () const =0 |
| Returns the bounds of this model, if available. More... | |
Marker interface for 3D tile set models.
You can create a layer for this model using luciad::TileSet3DLayer.
|
overridedefault |