MorphoGraphX
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Vector.hpp File Reference

Defines the Vector class template This file is shared by cuda, do not include headers that nvcc can't handle (i.e. More...

#include <Config.hpp>
#include <cuda/CudaGlobal.hpp>
#include <StaticAssert.hpp>
#include <cassert>
#include <cmath>
#include <cstdarg>
#include <iostream>
#include <math.h>
#include <QTextStream>
#include <UnorderedMap.hpp>

Go to the source code of this file.

Classes

class  mgx::util::Vector< dim, T >
 Namespace containing all the utility classes. More...
 
struct  std::hash< mgx::util::Vector< dim, T > >
 

Namespaces

 mgx
 This namespace contains all the API of MorphoGraphX.
 

Functions

template<size_t dim, typename T , typename T1 >
CU_HOST_DEVICE Vector< dim, T > mgx::util::map (const T &(*fct)(const T1 &), const Vector< dim, T1 > &v)
 
template<size_t dim, typename T , typename T1 >
CU_HOST_DEVICE Vector< dim, T > mgx::util::map (T(*fct)(const T1 &), const Vector< dim, T1 > &v)
 

Detailed Description

Defines the Vector class template This file is shared by cuda, do not include headers that nvcc can't handle (i.e.

Qt)