OpenFPM_data  0.1.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Namespaces Functions Variables Typedefs Friends
toPoint< dim, St > Class Template Reference

Detailed Description

template<unsigned int dim, typename St>
class toPoint< dim, St >

Set of utility functions to convert to a point from other data types

Template Parameters
dimensionalityof the Point
Sttype of point

Definition at line 19 of file convert.hpp.

#include <convert.hpp>

Static Public Member Functions

static Point< dim, St > convert (const comb< dim > &c)
 Return the combination converted to point. More...
 

Member Function Documentation

template<unsigned int dim, typename St >
static Point<dim,St> toPoint< dim, St >::convert ( const comb< dim > &  c)
inlinestatic

Return the combination converted to point.

Definition at line 25 of file convert.hpp.


The documentation for this class was generated from the following file: