ImagingTools Core SDK
Main Page
Related Pages
Topics
Namespaces
Classes
Examples
ImtCore
Include
imt3d
IObject3dProvider.h
1
// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ImtCore-Commercial
2
#pragma once
3
4
5
// ACF includes
6
#include <istd/IChangeable.h>
7
8
9
namespace
imt3d
10
{
11
12
13
class
IObject3d;
14
15
19
class
IObject3dProvider
:
virtual
public
istd::IChangeable
20
{
21
public
:
26
virtual
const
imt3d::IObject3d
*
GetObject3d
()
const
= 0;
27
};
28
29
30
}
// namespace imt3d
31
32
imt3d::IObject3d
Definition
IObject3d.h:22
imt3d::IObject3dProvider
Definition
IObject3dProvider.h:20
imt3d::IObject3dProvider::GetObject3d
virtual const imt3d::IObject3d * GetObject3d() const =0
imt3d
Definition
CCuboid.h:11
Generated by
1.9.8