Classes | |
struct | FileType |
class | NormalGenerator |
class | ObjectDatabase |
class | ObjectDatabaseConfig |
class | ObjectDatabaseEntry |
class | ObjectDatabaseRecognizer |
class | ObjectManager |
Typedefs | |
typedef boost::shared_ptr< ObjectDatabaseConfig > | ObjectDatabaseConfigPtr |
typedef boost::shared_ptr< ObjectDatabaseEntry > | ObjectDatabaseEntryPtr |
typedef std::vector< ObjectDatabaseEntryPtr > | ObjectDatabaseEntryPtrCollection |
typedef std::map< std::string, ObjectDatabaseEntryPtr > | ObjectDatabaseEntryPtrMap |
typedef std::pair< std::string, ObjectDatabaseEntryPtr > | ObjectDatabaseEntryPtrMapPair |
typedef boost::shared_ptr< ObjectDatabaseRecognizer > | ObjectDatabaseRecognizerPtr |
typedef std::vector< ObjectDatabaseRecognizerPtr > | ObjectDatabaseRecognizerPtrCollection |
typedef std::map< std::string, ObjectDatabaseRecognizerPtr > | ObjectDatabaseRecognizerPtrMap |
typedef ObjectMetaData::Response | ObjectTypeResponse |
typedef ObjectTypeResponse::Ptr | ObjectTypeResponsePtr |
Copyright (C) 2016, Allgeyer Tobias, Aumann Florian, Borella Jocelyn, Braun Kai, Heizmann Heinrich, Heller Florian, Mehlhaus Jonas, Meißner Pascal, Schleicher Ralf, Stöckle Patrick, Walter Milena
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
typedef std::vector<ObjectDatabaseEntryPtr> object_database::ObjectDatabaseEntryPtrCollection |
typedef std::map<std::string, ObjectDatabaseEntryPtr> object_database::ObjectDatabaseEntryPtrMap |
typedef std::pair<std::string, ObjectDatabaseEntryPtr> object_database::ObjectDatabaseEntryPtrMapPair |
typedef std::vector<ObjectDatabaseRecognizerPtr> object_database::ObjectDatabaseRecognizerPtrCollection |
typedef std::map<std::string, ObjectDatabaseRecognizerPtr> object_database::ObjectDatabaseRecognizerPtrMap |
typedef ObjectMetaData::Response object_database::ObjectTypeResponse |
Definition at line 33 of file ObjectManager.h.
typedef ObjectTypeResponse::Ptr object_database::ObjectTypeResponsePtr |
Definition at line 34 of file ObjectManager.h.