Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
StandardRecord
SRVector3D.h
Go to the documentation of this file.
1
#ifndef CAFSRVECTOR3D_H
2
#define CAFSRVECTOR3D_H
3
4
namespace
caf
5
{
6
class
SRVector3D
7
{
8
public
:
9
SRVector3D
();
10
SRVector3D
(
float
x
,
float
y
,
float
z
);
11
12
float
x
,
y
,
z
;
13
};
14
}
15
16
#endif
caf::SRVector3D::z
float z
Definition:
SRVector3D.h:73
caf::SRVector3D::y
float y
Definition:
SRVector3D.h:72
caf::SRVector3D::x
float x
Definition:
SRVector3D.h:71
caf
Common Analysis Files.
Definition:
SRGAr.h:13
caf::SRVector3D::SRVector3D
SRVector3D()
Definition:
SRVector3D.cxx:13
Generated by
1.8.11