Classes | Namespaces | Typedefs | Enumerations | Functions
io.hpp File Reference
#include "../glm.hpp"
#include "../gtx/quaternion.hpp"
#include <iosfwd>
#include <locale>
#include <utility>
#include "io.inl"
Include dependency graph for io.hpp:

Go to the source code of this file.

Classes

class  glm::io::basic_format_saver< CTy, CTr >
class  glm::io::basic_state_saver< CTy, CTr >
struct  glm::io::delimeter< CTy >
class  glm::io::format_punct< CTy >
struct  glm::io::order
struct  glm::io::precision
struct  glm::io::width

Namespaces

namespace  glm
namespace  glm::detail
namespace  glm::io

Typedefs

typedef basic_format_saver< char > glm::io::format_saver
typedef basic_state_saver< char > glm::io::state_saver
typedef basic_format_saver
< wchar_t > 
glm::io::wformat_saver
typedef basic_state_saver
< wchar_t > 
glm::io::wstate_saver

Enumerations

enum  glm::io::order_type { glm::io::column_major, glm::io::row_major }

Functions

template<typename FTy , typename CTy , typename CTr >
std::basic_ios< CTy, CTr > & glm::io::formatted (std::basic_ios< CTy, CTr > &)
template<typename FTy , typename CTy , typename CTr >
FTy const & glm::io::get_facet (std::basic_ios< CTy, CTr > &)
template<typename CTy , typename CTr >
std::basic_ostream< CTy, CTr > & glm::io::operator<< (std::basic_ostream< CTy, CTr > &, precision const &)
template<typename CTy , typename CTr >
std::basic_ostream< CTy, CTr > & glm::io::operator<< (std::basic_ostream< CTy, CTr > &, width const &)
template<typename CTy , typename CTr >
std::basic_ostream< CTy, CTr > & glm::io::operator<< (std::basic_ostream< CTy, CTr > &, delimeter< CTy > const &)
template<typename CTy , typename CTr >
std::basic_ostream< CTy, CTr > & glm::io::operator<< (std::basic_ostream< CTy, CTr > &, order const &)
template<typename CTy , typename CTr , typename T , precision P>
GLM_FUNC_DECL
std::basic_ostream< CTy, CTr > & 
glm::detail::operator<< (std::basic_ostream< CTy, CTr > &, tquat< T, P > const &)
template<typename CTy , typename CTr , typename T , precision P>
GLM_FUNC_DECL
std::basic_ostream< CTy, CTr > & 
glm::detail::operator<< (std::basic_ostream< CTy, CTr > &, tvec2< T, P > const &)
template<typename CTy , typename CTr , typename T , precision P>
GLM_FUNC_DECL
std::basic_ostream< CTy, CTr > & 
glm::detail::operator<< (std::basic_ostream< CTy, CTr > &, tvec3< T, P > const &)
template<typename CTy , typename CTr , typename T , precision P>
GLM_FUNC_DECL
std::basic_ostream< CTy, CTr > & 
glm::detail::operator<< (std::basic_ostream< CTy, CTr > &, tvec4< T, P > const &)
template<typename CTy , typename CTr , typename T , precision P>
GLM_FUNC_DECL
std::basic_ostream< CTy, CTr > & 
glm::detail::operator<< (std::basic_ostream< CTy, CTr > &, tmat2x2< T, P > const &)
template<typename CTy , typename CTr , typename T , precision P>
GLM_FUNC_DECL
std::basic_ostream< CTy, CTr > & 
glm::detail::operator<< (std::basic_ostream< CTy, CTr > &, tmat2x3< T, P > const &)
template<typename CTy , typename CTr , typename T , precision P>
GLM_FUNC_DECL
std::basic_ostream< CTy, CTr > & 
glm::detail::operator<< (std::basic_ostream< CTy, CTr > &, tmat2x4< T, P > const &)
template<typename CTy , typename CTr , typename T , precision P>
GLM_FUNC_DECL
std::basic_ostream< CTy, CTr > & 
glm::detail::operator<< (std::basic_ostream< CTy, CTr > &, tmat3x2< T, P > const &)
template<typename CTy , typename CTr , typename T , precision P>
GLM_FUNC_DECL
std::basic_ostream< CTy, CTr > & 
glm::detail::operator<< (std::basic_ostream< CTy, CTr > &, tmat3x3< T, P > const &)
template<typename CTy , typename CTr , typename T , precision P>
GLM_FUNC_DECL
std::basic_ostream< CTy, CTr > & 
glm::detail::operator<< (std::basic_ostream< CTy, CTr > &, tmat3x4< T, P > const &)
template<typename CTy , typename CTr , typename T , precision P>
GLM_FUNC_DECL
std::basic_ostream< CTy, CTr > & 
glm::detail::operator<< (std::basic_ostream< CTy, CTr > &, tmat4x2< T, P > const &)
template<typename CTy , typename CTr , typename T , precision P>
GLM_FUNC_DECL
std::basic_ostream< CTy, CTr > & 
glm::detail::operator<< (std::basic_ostream< CTy, CTr > &, tmat4x3< T, P > const &)
template<typename CTy , typename CTr , typename T , precision P>
GLM_FUNC_DECL
std::basic_ostream< CTy, CTr > & 
glm::detail::operator<< (std::basic_ostream< CTy, CTr > &, tmat4x4< T, P > const &)
template<typename CTy , typename CTr , typename T , precision P>
GLM_FUNC_DECL
std::basic_ostream< CTy, CTr > & 
glm::detail::operator<< (std::basic_ostream< CTy, CTr > &, std::pair< tmat4x4< T, P > const, tmat4x4< T, P > const > const &)
template<typename FTy , typename CTy , typename CTr >
std::basic_ios< CTy, CTr > & glm::io::unformattet (std::basic_ios< CTy, CTr > &)

Detailed Description

OpenGL Mathematics (glm.g-truc.net)

Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

GLM_GTX_io

Date:
2013-11-22
Author:
Jan P Springer (regnirpsj@gmail.com)
See also:
GLM Core (dependence)
GLM_GTC_quaternion (dependence)

Definition in file io.hpp.



rtabmap
Author(s): Mathieu Labbe
autogenerated on Sat Jul 23 2016 11:44:29