SourceXtractorPlusPlus
0.14
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SEImplementation
SEImplementation
Plugin
MeasurementFrameCoordinates
MeasurementFrameCoordinates.h
Go to the documentation of this file.
1
18
#ifndef _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMECOORDINATES_MEASUREMENTFRAMECOORDINATES_H_
19
#define _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMECOORDINATES_MEASUREMENTFRAMECOORDINATES_H_
20
21
#include "
SEFramework/Property/Property.h
"
22
#include "
SEFramework/CoordinateSystem/CoordinateSystem.h
"
23
24
namespace
SourceXtractor {
25
26
class
MeasurementFrameCoordinates
:
public
Property
{
27
28
public
:
29
virtual
~MeasurementFrameCoordinates
() =
default
;
30
31
MeasurementFrameCoordinates
(
std::shared_ptr<CoordinateSystem>
coordinate_system)
32
:
m_coordinate_system
(coordinate_system) {}
33
34
const
std::shared_ptr<CoordinateSystem>
getCoordinateSystem
()
const
{
35
return
m_coordinate_system
;
36
}
37
38
private
:
39
std::shared_ptr<CoordinateSystem>
m_coordinate_system
;
40
41
};
42
43
}
44
45
#endif
/* _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMECOORDINATES_MEASUREMENTFRAMECOORDINATES_H_ */
std::shared_ptr
Property.h
SourceXtractor::MeasurementFrameCoordinates::~MeasurementFrameCoordinates
virtual ~MeasurementFrameCoordinates()=default
SourceXtractor::Property
Base class for all Properties. (has no actual content)
Definition:
Property.h:33
SourceXtractor::MeasurementFrameCoordinates::m_coordinate_system
std::shared_ptr< CoordinateSystem > m_coordinate_system
Definition:
MeasurementFrameCoordinates.h:39
SourceXtractor::MeasurementFrameCoordinates
Definition:
MeasurementFrameCoordinates.h:26
CoordinateSystem.h
SourceXtractor::MeasurementFrameCoordinates::getCoordinateSystem
const std::shared_ptr< CoordinateSystem > getCoordinateSystem() const
Definition:
MeasurementFrameCoordinates.h:34
SourceXtractor::MeasurementFrameCoordinates::MeasurementFrameCoordinates
MeasurementFrameCoordinates(std::shared_ptr< CoordinateSystem > coordinate_system)
Definition:
MeasurementFrameCoordinates.h:31
Generated by
1.8.5