cae
0.0.0
Cross-API graphics engine
Loading...
Searching...
No Matches
AModel.hpp
Go to the documentation of this file.
1
///
2
/// @file AModel.hpp
3
/// @brief This file contains the model abstract class
4
/// @namespace cae
5
///
6
7
#pragma once
8
9
#include "
Interfaces/Model/IModel.hpp
"
10
11
namespace
cae
12
{
13
14
///
15
/// @interface AModel
16
/// @brief Abstract class for model
17
/// @namespace cae
18
///
19
class
AModel
:
public
IModel
20
{
21
22
public
:
23
~AModel
()
override
=
default
;
24
25
};
// interface AModel
26
27
}
// namespace cae
IModel.hpp
This file contains the model interface.
cae::AModel
Abstract class for model.
Definition
AModel.hpp:20
cae::AModel::~AModel
~AModel() override=default
cae::IModel
Interface for model.
Definition
IModel.hpp:20
cae
modules
Interfaces
include
Interfaces
Model
AModel.hpp
Generated by
1.11.0