AnimatLab
2
Test
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
ArrayChart.h
Go to the documentation of this file.
1
7
#pragma once
8
9
namespace
AnimatSim
10
{
11
namespace
Charting
12
{
19
class
ANIMAT_PORT
ArrayChart
:
public
DataChart
20
{
21
protected
:
23
CStdFPoint
m_vArraySize
;
24
25
public
:
26
ArrayChart
();
27
virtual
~
ArrayChart
();
28
29
static
ArrayChart
*CastToDerived(
AnimatBase
*lpBase) {
return
static_cast<
ArrayChart
*
>
(lpBase);}
30
31
virtual
std::string Type();
32
virtual
void
CurrentRow(
long
iVal);
33
34
virtual
void
Initialize();
35
virtual
void
ReInitialize();
36
virtual
void
StepSimulation();
37
virtual
void
Load(CStdXml &oXml);
38
};
39
40
}
//Charting
41
}
//AnimatSim
AnimatSim
Root namespace for the base simulation library for AnimatLab.
Definition:
ActivatedItem.cpp:37
AnimatSim::Charting::DataChart
Data chart base class.
Definition:
DataChart.h:31
AnimatSim::AnimatBase
Animat base class.
Definition:
AnimatBase.h:36
AnimatSim::Charting::ArrayChart
Array chart.
Definition:
ArrayChart.h:19
AnimatSim::Charting::ArrayChart::m_vArraySize
CStdFPoint m_vArraySize
Size of the 3-D array of data.
Definition:
ArrayChart.h:23
Libraries
AnimatSim
ArrayChart.h
Generated on Tue Sep 29 2015 07:07:12 for AnimatLab by
1.8.10