Rocstar
1.0
Rocstar multiphysics simulation application
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
Sixtuple.h
Go to the documentation of this file.
1
// ======================================================================
2
//
3
// Copyright (c) 1999 The CGAL Consortium
4
5
// This software and related documentation is part of the Computational
6
// Geometry Algorithms Library (CGAL).
7
// This software and documentation is provided "as-is" and without warranty
8
// of any kind. In no event shall the CGAL Consortium be liable for any
9
// damage of any kind.
10
//
11
// Every use of CGAL requires a license.
12
//
13
// Academic research and teaching license
14
// - For academic research and teaching purposes, permission to use and copy
15
// the software and its documentation is hereby granted free of charge,
16
// provided that it is not a component of a commercial product, and this
17
// notice appears in all copies of the software and related documentation.
18
//
19
// Commercial licenses
20
// - A commercial license is available through Algorithmic Solutions, who also
21
// markets LEDA (http://www.algorithmic-solutions.de).
22
// - Commercial users may apply for an evaluation license by writing to
23
// Algorithmic Solutions (contact@algorithmic-solutions.com).
24
//
25
// The CGAL Consortium consists of Utrecht University (The Netherlands),
26
// ETH Zurich (Switzerland), Free University of Berlin (Germany),
27
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
28
// (Germany), Max-Planck-Institute Saarbrucken (Germany), RISC Linz (Austria),
29
// and Tel-Aviv University (Israel).
30
//
31
// ----------------------------------------------------------------------
32
//
33
// release : CGAL-2.2
34
// release_date : 2000, September 30
35
//
36
// source : Tuples.fw
37
// file : include/CGAL/Sixtuple.h
38
// package : Kernel_basic (3.14)
39
// revision : 3.14
40
// revision_date : 15 Sep 2000
41
// author(s) : Andreas Fabri
42
//
43
// coordinator : MPI, Saarbruecken (<Stefan.Schirra>)
44
// email : contact@cgal.org
45
// www : http://www.cgal.org
46
//
47
// ======================================================================
48
49
50
#ifndef CGAL__SIXTUPLE_H
51
#define CGAL__SIXTUPLE_H
52
53
CGAL_BEGIN_NAMESPACE
54
55
template
<
class
T >
56
class
_Sixtuple
:
public
Rep
57
{
58
public
:
59
60
T
e0
;
61
T
e1
;
62
T
e2
;
63
T
e3
;
64
T
e4
;
65
T
e5
;
66
67
_Sixtuple
()
68
{
69
}
70
_Sixtuple
(
const
T & a0,
const
T & a1,
const
T & a2,
71
const
T & a3,
const
T & a4,
const
T & a5)
72
:
e0
(a0),
e1
(a1),
e2
(a2),
e3
(a3),
e4
(a4),
e5
(a5)
73
{}
74
75
~_Sixtuple
()
76
{}
77
};
78
79
template
<
class
T >
80
class
Sixtuple
:
public
Ref_counted
81
{
82
public
:
83
84
T
e0
;
85
T
e1
;
86
T
e2
;
87
T
e3
;
88
T
e4
;
89
T
e5
;
90
91
Sixtuple
()
92
{}
93
94
Sixtuple
(
const
T & a0,
const
T & a1,
const
T & a2,
95
const
T & a3,
const
T & a4,
const
T & a5)
96
:
e0
(a0),
e1
(a1),
e2
(a2),
e3
(a3),
e4
(a4),
e5
(a5)
97
{}
98
};
99
100
CGAL_END_NAMESPACE
101
102
#endif // CGAL__SIXTUPLE_H
_Sixtuple::e0
T e0
Definition:
Sixtuple.h:60
_Sixtuple::e1
T e1
Definition:
Sixtuple.h:61
Sixtuple::e4
T e4
Definition:
Sixtuple.h:88
_Sixtuple::e5
T e5
Definition:
Sixtuple.h:65
_Sixtuple::_Sixtuple
_Sixtuple(const T &a0, const T &a1, const T &a2, const T &a3, const T &a4, const T &a5)
Definition:
Sixtuple.h:70
_Sixtuple::e4
T e4
Definition:
Sixtuple.h:64
Sixtuple::e1
T e1
Definition:
Sixtuple.h:85
_Sixtuple::e3
T e3
Definition:
Sixtuple.h:63
Sixtuple::e5
T e5
Definition:
Sixtuple.h:89
Sixtuple::e3
T e3
Definition:
Sixtuple.h:87
_Sixtuple
Definition:
Sixtuple.h:56
Sixtuple::Sixtuple
Sixtuple(const T &a0, const T &a1, const T &a2, const T &a3, const T &a4, const T &a5)
Definition:
Sixtuple.h:94
Sixtuple
Definition:
Sixtuple.h:80
_Sixtuple::_Sixtuple
_Sixtuple()
Definition:
Sixtuple.h:67
Sixtuple::e0
T e0
Definition:
Sixtuple.h:84
_Sixtuple::~_Sixtuple
~_Sixtuple()
Definition:
Sixtuple.h:75
Sixtuple::Sixtuple
Sixtuple()
Definition:
Sixtuple.h:91
Leda_like_rep
Definition:
Handle.h:57
CGAL_BEGIN_NAMESPACE
#define CGAL_BEGIN_NAMESPACE
Definition:
kdtree_d.h:86
_Sixtuple::e2
T e2
Definition:
Sixtuple.h:62
CGAL_END_NAMESPACE
#define CGAL_END_NAMESPACE
Definition:
kdtree_d.h:87
Sixtuple::e2
T e2
Definition:
Sixtuple.h:86
Rocface
CGAL
include
CGAL
Sixtuple.h
Generated on Wed Nov 30 2016 16:56:19 for Rocstar by
1.8.5