#include <M3DContent.h>
|
const std::shared_ptr< BoundingVolume > | getBoundingVolume () const |
| A bounding volume that encloses a tile or its content.
|
|
void | setBoundingVolume (const std::shared_ptr< BoundingVolume > &boundingVolume) |
| A bounding volume that encloses a tile or its content.
|
|
std::string | getUri () const |
|
void | setUri (const std::string &uri) |
|
std::shared_ptr< ModelInstance > | getModelInstance () const |
|
void | setModelInstance (const std::shared_ptr< ModelInstance > &modelInstance) |
|
unsigned long | getContentId () const |
|
const STK::Matrix4x4f & | getContentTransform () const |
|
void | setContentTransform (const STK::Matrix4x4f &transform) |
|
std::shared_ptr< ManagedGraphicsModel > | getManagedModel () const |
|
const std::map< std::string, std::string > & | getExtras () const |
|
void | setExtra (const std::string &key, const std::string &val) |
|
std::string | getExtra (const std::string &key) const |
|
|
std::shared_ptr< BoundingVolume > | _boundingVolume |
|
std::string | _uri |
|
std::shared_ptr< ModelInstance > | _modelInstance |
|
STK::Matrix4x4f | _contentTransform |
|
unsigned long | _contentId |
|
std::map< std::string, std::string > | _extras |
|
Content - Metadata about the tile's content and a link to the content.
◆ getUri()
std::string Maria3D::Tiles3D::Content::getUri |
( |
| ) |
const |
|
inline |
A uri that points to the tile's content. When the uri is relative, it is relative to the referring tileset JSON file.
◆ setUri()
void Maria3D::Tiles3D::Content::setUri |
( |
const std::string & |
uri | ) |
|
|
inline |
A uri that points to the tile's content. When the uri is relative, it is relative to the referring tileset JSON file.
The documentation for this class was generated from the following files:
- Native/MariaNative/M3DGlobe/3dtiles/M3DContent.h
- Native/MariaNative/M3DGlobe/3dtiles/M3DContent.cpp