Free Electron
lab
element
DrawRod.h
Go to the documentation of this file.
1
/* Copyright (C) 2003-2021 Free Electron Organization
2
Any use of this software requires a license. If a valid license
3
was not distributed with this file, visit freeelectron.org. */
4
5
/** @file */
6
7
#ifndef __element_DrawRod_h__
8
#define __element_DrawRod_h__
9
namespace
fe
10
{
11
namespace
ext
12
{
13
14
/**************************************************************************/
/**
15
@brief Draw each connecting cylinder
16
17
@ingroup element
18
*/
/***************************************************************************/
19
class
FE_DL_EXPORT
DrawRod
:
public
HandlerI
20
{
21
public
:
22
DrawRod
(
void
) {}
23
24
//* as HandlerI
25
virtual
void
handle(
Record
&record);
26
27
private
:
28
Arena
m_arenaRV;
29
Particle
m_particleRV;
30
RecordArrayView<Rod>
m_rodRAV;
31
};
32
33
}
/* namespace ext */
34
}
/* namespace fe */
35
36
#endif
/* __element_DrawRod_h__ */
fe
kernel
Definition:
namespace.dox:3
fe::ext::RecordArrayView
RecordView Iteration over a RecordArray.
Definition:
RecordArrayView.h:37
fe::ext::Particle
Particle RecordView.
Definition:
Particle.h:19
fe::ext::HandlerI
Interface to handle signals from an SignalerI.
Definition:
HandlerI.h:22
fe::ext::DrawRod
Draw each connecting cylinder.
Definition:
DrawRod.h:19
fe::RecordSB
Reference to an instance of a Layout.
Definition:
RecordSB.h:35
fe::ext::Arena
Arena RecordView.
Definition:
Arena.h:19
Generated by
1.8.13