Go to the documentation of this file.
6 #ifndef CNOID_BODY_PLUGIN_ZMPSEQ_ITEM_H
7 #define CNOID_BODY_PLUGIN_ZMPSEQ_ITEM_H
9 #include <cnoid/Vector3SeqItem>
10 #include <cnoid/ZMPSeq>
11 #include "exportdecl.h"
15 class ExtensionManager;
26 std::shared_ptr<ZMPSeq>
zmpseq() {
return zmpseq_; }
27 std::shared_ptr<const ZMPSeq>
zmpseq()
const {
return zmpseq_; }
33 virtual Item* doDuplicate()
const;
37 std::shared_ptr<ZMPSeq> zmpseq_;
ref_ptr< ZMPSeqItem > ZMPSeqItemPtr
Definition: ZMPSeqItem.h:40
Definition: ZMPSeqItem.h:17
Definition: ExtensionManager.h:23
Definition: PutPropertyFunction.h:51
std::shared_ptr< ZMPSeq > zmpseq()
Definition: ZMPSeqItem.h:26
CNOID_EXPORT bool makeRootRelative(ZMPSeq &zmpseq, BodyMotion &motion, bool on)
Definition: ZMPSeq.cpp:121
Definition: Referenced.h:103
Definition: AbstractSceneLoader.h:11
Definition: Vector3SeqItem.h:15
std::shared_ptr< const ZMPSeq > zmpseq() const
Definition: ZMPSeqItem.h:27