SECKeyFrame.h
Go to the documentation of this file.
1
/*
2
* This file is part of ArmarX.
3
*
4
* ArmarX is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License version 2 as
6
* published by the Free Software Foundation.
7
*
8
* ArmarX is distributed in the hope that it will be useful, but
9
* 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, see <http://www.gnu.org/licenses/>.
15
*
16
* @package MemoryX::
17
* @author Mirko Waechter ( mirko.waechter at kit dot edu)
18
* @date 2014
19
* @copyright http://www.gnu.org/licenses/gpl-2.0.txt
20
* GNU General Public License
21
*/
22
23
24
#pragma once
25
26
#include <MemoryX/interface/memorytypes/MemoryEntities.h>
27
28
namespace
memoryx
29
{
30
31
class
SECKeyFrame
:
public
SECKeyFrameBase
32
{
33
public
:
34
SECKeyFrame
();
35
SECKeyFrame
(
const
SECKeyFrame
&
source
);
36
SECKeyFrame
&
operator=
(
const
SECKeyFrame
&
source
);
37
SECKeyFrame
(
int
index
, SECObjectRelationsBasePtr worldState);
38
Ice::ObjectPtr
ice_clone
()
const override
;
39
};
40
41
std::ostream&
operator<<
(std::ostream&
str
, SECKeyFrameBasePtr keyframe);
42
43
using
SECKeyFramePtr
=
IceInternal::Handle<SECKeyFrame>
;
44
45
}
46
str
std::string str(const T &t)
Definition:
UserAssistedSegmenterGuiWidgetController.cpp:42
index
uint8_t index
Definition:
EtherCATFrame.h:59
memoryx::SECKeyFrame::operator=
SECKeyFrame & operator=(const SECKeyFrame &source)
Definition:
SECKeyFrame.cpp:48
memoryx::SECKeyFrame::ice_clone
Ice::ObjectPtr ice_clone() const override
Definition:
SECKeyFrame.cpp:55
memoryx
VirtualRobot headers.
Definition:
CommonPlacesTester.cpp:48
IceInternal::Handle
Definition:
forward_declarations.h:8
boost::source
Vertex source(const detail::edge_base< Directed, Vertex > &e, const PCG &)
Definition:
point_cloud_graph.h:681
memoryx::SECKeyFrame::SECKeyFrame
SECKeyFrame()
Definition:
SECKeyFrame.cpp:30
memoryx::operator<<
std::ostream & operator<<(std::ostream &str, SECKeyFrameBasePtr keyframe)
Definition:
SECKeyFrame.cpp:61
memoryx::SECKeyFrame
Definition:
SECKeyFrame.h:31
armarx::aron::type::ObjectPtr
std::shared_ptr< Object > ObjectPtr
Definition:
Object.h:36
MemoryX
libraries
memorytypes
entity
SEC
SECKeyFrame.h
Generated on Sat Oct 12 2024 09:14:05 for armarx_documentation by
1.8.17