|
Enrollment 28.2.0
|
Modalities gallery reference with number identifier and template. More...
#include <ModalitiesGallery.h>
Public Member Functions | |
| size_t | GetIndex () const final |
| Provides reference index. | |
| std::shared_ptr< ModalitiesTemplate > | GetModalitiesTemplates () const final |
| Provides reference ModalitiesTemplate. | |
| ModalitiesGalleryIndexedTemplate (size_t index, std::shared_ptr< ModalitiesTemplate > reference) | |
| Create indexed reference with given index and template. | |
Static Public Member Functions | |
| static std::shared_ptr< ModalitiesGalleryIndexedTemplate > | Downcast (std::shared_ptr< ModalitiesGalleryReference > &reference) |
| Downcasts ModalitiesGalleryIndexedTemplate interface into indexed reference. | |
Modalities gallery reference with number identifier and template.
|
inline |
Create indexed reference with given index and template.
| index | index to store |
| reference | reference ModalitiesTemplate |
|
inlinestatic |
Downcasts ModalitiesGalleryIndexedTemplate interface into indexed reference.
| reference | to be downcasted |
|
inlinenodiscardfinalvirtual |
|
inlinenodiscardfinalvirtual |
Provides reference ModalitiesTemplate.
Implements ModalitiesGalleryReference.