|
|
This file is part of ArmarX. More...
Classes | |
| class | JSMP |
| struct | JSMPInput |
| struct | JSMPOutput |
| class | KeypointsMP |
| struct | KeypointsMPInput |
| struct | KeypointsMPOutput |
| class | MP |
| struct | MPInput |
| struct | MPInputOutput |
| struct | MPOutput |
| class | MPPool |
| class | TSMP |
| struct | TSMPInput |
| struct | TSMPOutput |
Typedefs | |
| using | DVec = Ice::DoubleSeq |
| using | DVecVec = DoubleSeqSeq |
| using | JSMPInputPtr = std::shared_ptr< JSMPInput > |
| using | JSMPOutputPtr = std::shared_ptr< JSMPOutput > |
| typedef std::shared_ptr< JSMP > | JSMPPtr |
| using | KeypointsMPInputPtr = std::shared_ptr< KeypointsMPInput > |
| using | KeypointsMPOutputPtr = std::shared_ptr< KeypointsMPOutput > |
| typedef std::shared_ptr< KeypointsMP > | KeypointsMPPtr |
| using | LockGuardType = std::lock_guard< std::recursive_mutex > |
| using | MPInputOutputPtr = std::shared_ptr< MPInputOutput > |
| using | MPInputPtr = std::shared_ptr< MPInput > |
| using | MPOutputPtr = std::shared_ptr< MPOutput > |
| using | MPPoolPtr = std::shared_ptr< MPPool > |
| using | MPPtr = std::shared_ptr< MP > |
| using | MPTrajs = std::vector< MPTraj > |
| using | MutexType = std::recursive_mutex |
| using | TSMPInputPtr = std::shared_ptr< TSMPInput > |
| using | TSMPOutputPtr = std::shared_ptr< TSMPOutput > |
| typedef std::shared_ptr< TSMP > | TSMPPtr |
| using | VMPPtr = std::shared_ptr< mplib::representation::vmp::PrincipalComponentVMP > |
This file is part of ArmarX.
ArmarX is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
ArmarX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
| using JSMPInputPtr = std::shared_ptr<JSMPInput> |
| using JSMPOutputPtr = std::shared_ptr<JSMPOutput> |
| using KeypointsMPInputPtr = std::shared_ptr<KeypointsMPInput> |
Definition at line 45 of file KeypointsMP.h.
| using KeypointsMPOutputPtr = std::shared_ptr<KeypointsMPOutput> |
Definition at line 46 of file KeypointsMP.h.
| typedef std::shared_ptr<KeypointsMP> KeypointsMPPtr |
Definition at line 57 of file KeypointsMP.h.
| using LockGuardType = std::lock_guard<std::recursive_mutex> |
| using MPInputOutputPtr = std::shared_ptr<MPInputOutput> |
| using MPInputPtr = std::shared_ptr<MPInput> |
| using MPOutputPtr = std::shared_ptr<MPOutput> |
| using TSMPInputPtr = std::shared_ptr<TSMPInput> |
| using TSMPOutputPtr = std::shared_ptr<TSMPOutput> |