Bibliography.h
Go to the documentation of this file.
1 // kate: replace-tabs off; indent-width 4; indent-mode normal
2 // vim: ts=4:sw=4:noexpandtab
3 /*
4 
5 Copyright (c) 2010--2012,
6 François Pomerleau and Stephane Magnenat, ASL, ETHZ, Switzerland
7 You can contact the authors at <f dot pomerleau at gmail dot com> and
8 <stephane at magnenat dot net>
9 
10 All rights reserved.
11 
12 Redistribution and use in source and binary forms, with or without
13 modification, are permitted provided that the following conditions are met:
14  * Redistributions of source code must retain the above copyright
15  notice, this list of conditions and the following disclaimer.
16  * Redistributions in binary form must reproduce the above copyright
17  notice, this list of conditions and the following disclaimer in the
18  documentation and/or other materials provided with the distribution.
19  * Neither the name of the <organization> nor the
20  names of its contributors may be used to endorse or promote products
21  derived from this software without specific prior written permission.
22 
23 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
24 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26 DISCLAIMED. IN NO EVENT SHALL ETH-ASL BE LIABLE FOR ANY
27 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
30 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 
34 */
35 
36 #ifndef __POINTMATCHER_BIBLIOGRAPHY_H
37 #define __POINTMATCHER_BIBLIOGRAPHY_H
38 
39 #include <map>
40 #include <string>
41 #include <vector>
42 
43 namespace PointMatcherSupport
44 {
45  typedef std::vector<std::string> StringVector;
46  typedef std::map<std::string, std::string> StringMap;
47  typedef std::map<std::string, StringMap> StringMapMap;
49  typedef std::map<std::string, unsigned> BibIndices;
50 
52  {
53  enum Mode
54  {
55  NORMAL=0,
58  } mode;
61 
63  void dump(std::ostream& os) const;
64 
65  private:
66  void dumpText(std::ostream& os) const;
67  void dumpWiki(std::ostream& os) const;
68  void dumpBibtex(std::ostream& os) const;
69  };
70 
72 
73 }; // PointMatcherSupport
74 
75 #endif // __POINTMATCHER_BIBLIOGRAPHY_H
76 
PointMatcherSupport::CurrentBibliography::Mode
Mode
Definition: Bibliography.h:53
PointMatcherSupport::CurrentBibliography::entries
StringVector entries
Definition: Bibliography.h:60
PointMatcherSupport::BibIndices
std::map< std::string, unsigned > BibIndices
Definition: Bibliography.h:49
PointMatcherSupport::getAndReplaceBibEntries
std::string getAndReplaceBibEntries(const std::string &, CurrentBibliography &curBib)
PointMatcherSupport::CurrentBibliography::CurrentBibliography
CurrentBibliography(Mode mode=NORMAL)
Definition: Bibliography.cpp:237
PointMatcherSupport::CurrentBibliography::dumpBibtex
void dumpBibtex(std::ostream &os) const
PointMatcherSupport::Bibliography
StringMapMap Bibliography
Definition: Bibliography.h:48
testing::internal::string
::std::string string
Definition: gtest.h:1979
PointMatcherSupport::StringVector
std::vector< std::string > StringVector
Definition: Bibliography.h:45
PointMatcherSupport::StringMap
std::map< std::string, std::string > StringMap
Definition: Bibliography.h:46
PointMatcherSupport::CurrentBibliography::dumpText
void dumpText(std::ostream &os) const
Definition: Bibliography.cpp:252
PointMatcherSupport::CurrentBibliography::ROSWIKI
@ ROSWIKI
Definition: Bibliography.h:56
PointMatcherSupport::CurrentBibliography::dump
void dump(std::ostream &os) const
Definition: Bibliography.cpp:241
PointMatcherSupport::StringMapMap
std::map< std::string, StringMap > StringMapMap
Definition: Bibliography.h:47
PointMatcherSupport::CurrentBibliography::NORMAL
@ NORMAL
Definition: Bibliography.h:55
PointMatcherSupport::CurrentBibliography::BIBTEX
@ BIBTEX
Definition: Bibliography.h:57
PointMatcherSupport
Functions and classes that are not dependant on scalar type are defined in this namespace.
Definition: Bibliography.cpp:45
PointMatcherSupport::CurrentBibliography::indices
BibIndices indices
Definition: Bibliography.h:59
PointMatcherSupport::CurrentBibliography::mode
enum PointMatcherSupport::CurrentBibliography::Mode mode
PointMatcherSupport::CurrentBibliography::dumpWiki
void dumpWiki(std::ostream &os) const
Definition: Bibliography.cpp:279
PointMatcherSupport::CurrentBibliography
Definition: Bibliography.h:51


libpointmatcher
Author(s):
autogenerated on Mon Jan 1 2024 03:24:42