VGM
Version 5.3
Loading...
Searching...
No Matches
packages
BaseVGM
include
BaseVGM
solids
VPara.h
Go to the documentation of this file.
1
// $Id$
2
3
// -----------------------------------------------------------------------
4
// The BaseVGM package of the Virtual Geometry Model
5
// Copyright (C) 2007, Ivana Hrivnacova
6
// All rights reserved.
7
//
8
// For the licensing terms see vgm/LICENSE.
9
// Contact: ivana@ipno.in2p3.fr
10
// -----------------------------------------------------------------------
11
13
//
19
20
#ifndef BASE_VGM_V_PARA_H
21
#define BASE_VGM_V_PARA_H
22
23
#include "
VGM/solids/IPara.h
"
24
25
#include <iostream>
26
27
namespace
BaseVGM
{
28
29
class
VPara
:
public
virtual
VGM::IPara
30
{
31
public
:
32
VPara
();
33
virtual
~VPara
();
34
35
// methods
36
virtual
VGM::SolidType
Type
()
const
;
37
38
// streaming
39
virtual
std::ostream&
Put
(std::ostream& out)
const
;
40
};
41
42
}
// namespace BaseVGM
43
44
// inline functions
45
46
inline
VGM::SolidType
BaseVGM::VPara::Type
()
const
{
return
VGM::kPara
; }
47
48
#endif
// BASE_VGM_V_PARA_H
IPara.h
BaseVGM::VPara
The ABC for para solids.
Definition
VPara.h:30
BaseVGM::VPara::Put
virtual std::ostream & Put(std::ostream &out) const
Put the printing of the solid parameters in the out stream.
Definition
VPara.cxx:42
BaseVGM::VPara::Type
virtual VGM::SolidType Type() const
Return the type of this solid.
Definition
VPara.h:46
BaseVGM::VPara::VPara
VPara()
Definition
VPara.cxx:30
BaseVGM::VPara::~VPara
virtual ~VPara()
Definition
VPara.cxx:36
VGM::IPara
The VGM interface to para solids.
Definition
IPara.h:30
BaseVGM
BaseVGM utilities.
Definition
utilities.h:23
VGM::SolidType
SolidType
Definition
ISolid.h:29
VGM::kPara
@ kPara
Definition
ISolid.h:38
Generated on Tue Jun 18 2024 11:05:10 for VGM by
1.11.0