|
Choreonoid
1.1
|
#include <LinkGroup.h>
公開メンバ関数 | |
| LinkGroup () | |
| virtual | ~LinkGroup () |
| void | setName (const std::string &name) |
| const std::string & | name () |
| int | numElements () |
| bool | isSubGroup (int index) |
| bool | isLinkIndex (int index) |
| LinkGroupPtr | subGroup (int index) |
| int | linkIndex (int index) |
| std::vector< int > | collectLinkIndices () const |
| std::vector< LinkGroupPtr > | collectGroups () const |
基底クラス cnoid::Referenced に属する継承公開メンバ関数 | |
| Referenced () | |
| virtual | ~Referenced () |
静的公開メンバ関数 | |
| static LinkGroupPtr | create (BodyPtr body, const YamlSequence &linkGroupSeq) |
その他の継承メンバ | |
基底クラス cnoid::Referenced に属する継承限定公開メンバ関数 | |
| int | refCounter () |
| LinkGroup::LinkGroup | ( | ) |
|
virtual |
| std::vector<LinkGroupPtr> cnoid::LinkGroup::collectGroups | ( | ) | const |
| std::vector<int> cnoid::LinkGroup::collectLinkIndices | ( | ) | const |
|
static |
| linkGroupSeq | YAML node defining a ling group set. If linkGroupSeq.isValid() is false, a whole body group that contains all the links is created. |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.9.1