ARTS
2.4.0(git:4fb77825)
describe.h
Go to the documentation of this file.
1
/* Copyright (C) 2003-2012 Stefan Buehler <sbuehler@ltu.se>
2
3
This program is free software; you can redistribute it and/or modify it
4
under the terms of the GNU General Public License as published by the
5
Free Software Foundation; either version 2, or (at your option) any
6
later version.
7
8
This program is distributed in the hope that it will be useful,
9
but WITHOUT ANY WARRANTY; without even the implied warranty of
10
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
GNU General Public License for more details.
12
13
You should have received a copy of the GNU General Public License
14
along with this program; if not, write to the Free Software
15
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
16
USA. */
17
28
#ifndef describe_h
29
#define describe_h
30
31
#include "
matpackVII.h
"
32
#include "
mystring.h
"
33
34
String
describe
(
ConstTensor7View
x
);
35
String
describe
(
ConstTensor6View
x
);
36
String
describe
(
ConstTensor5View
x
);
37
String
describe
(
ConstTensor4View
x
);
38
String
describe
(
ConstTensor3View
x
);
39
String
describe
(
ConstMatrixView
x
);
40
String
describe
(
ConstVectorView
x
);
41
String
describe
(
const
Numeric
&
x
);
42
43
#endif // describe_h
ConstTensor7View
A constant view of a Tensor7.
Definition:
matpackVII.h:147
ConstTensor4View
A constant view of a Tensor4.
Definition:
matpackIV.h:133
my_basic_string< char >
ConstTensor6View
A constant view of a Tensor6.
Definition:
matpackVI.h:149
Numeric
NUMERIC Numeric
The type to use for all floating point numbers.
Definition:
matpack.h:33
ConstMatrixView
A constant view of a Matrix.
Definition:
matpackI.h:982
ConstTensor3View
A constant view of a Tensor3.
Definition:
matpackIII.h:132
ARTS::Var::x
Vector x(Workspace &ws) noexcept
Definition:
autoarts.h:7346
describe
String describe(ConstTensor7View x)
Describe Tensor7.
Definition:
describe.cc:38
ConstVectorView
A constant view of a Vector.
Definition:
matpackI.h:476
ConstTensor5View
A constant view of a Tensor5.
Definition:
matpackV.h:143
mystring.h
This file contains the definition of String, the ARTS string class.
matpackVII.h
src
describe.h
Generated on Thu Oct 15 2020 08:53:02 for ARTS by
1.8.20