Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Data
PolyChart
PolyChartView.h
1
// Copyright (c) 2015 eeGeo. All rights reserved.
2
3
#pragma once
4
5
#include "Types.h"
6
#include "Rendering.h"
7
#include "PolyChartModel.h"
8
9
namespace
Eegeo
10
{
11
namespace
Data
12
{
13
namespace
PolyChart
14
{
15
class
PolyChartView
:
private
Eegeo::NonCopyable
16
{
17
public
:
18
PolyChartView
(
PolyChartModel
& model,
Rendering::Renderables::WorldMeshRenderable
* pRenderable);
19
void
Update();
20
21
PolyChartModel
& GetModel()
const
;
22
Rendering::Renderables::WorldMeshRenderable
* GetRenderable();
23
private
:
24
PolyChartModel
& m_model;
25
Rendering::Renderables::WorldMeshRenderable
* m_pRenderable;
26
};
27
}
28
}
29
}
Generated on Sat Jun 10 2023 02:00:29 for eeGeo Platform SDK by
1.8.3.1