Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
StandardRecord
SRCovMx.h
Go to the documentation of this file.
1
#ifndef CAFSRCOVMX_H
2
#define CAFSRCOVMX_H
3
4
namespace
caf
5
{
6
class
SRCovMx
7
{
8
public
:
9
SRCovMx
();
10
11
float
xx
,
xy
,
xz
,
yy
,
yz
,
zz
;
12
};
13
}
14
15
#endif
caf::SRCovMx
Definition:
SRCovMx.h:6
caf::SRCovMx::xx
float xx
Definition:
SRCovMx.h:11
caf::SRCovMx::xy
float xy
Definition:
SRCovMx.h:11
caf::SRCovMx::yz
float yz
Definition:
SRCovMx.h:11
caf
Common Analysis Files.
Definition:
SRGAr.h:13
caf::SRCovMx::xz
float xz
Definition:
SRCovMx.h:11
caf::SRCovMx::yy
float yy
Definition:
SRCovMx.h:11
caf::SRCovMx::SRCovMx
SRCovMx()
Definition:
SRCovMx.cxx:11
caf::SRCovMx::zz
float zz
Definition:
SRCovMx.h:11
Generated by
1.8.11