Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • openfpm_data openfpm_data
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Sbalzarini Lab
    • SSoftware
    • PParallel Computing
  • OpenFPM
  • openfpm_dataopenfpm_data
  • Wiki
  • Basic objects

Basic objects · Changes

Page history
Updated Basic objects (markdown) authored Aug 25, 2015 by Anonymous's avatar Anonymous
Hide whitespace changes
Inline Side-by-side
Basic-objects.md
View page @ d2fb453f
......@@ -4,14 +4,9 @@ The definition of a vector, grid, or graph, define how your data is organized, b
```cpp
/*! \brief Definition of a class Point in plain C++ and boost::vector for testing purpose
*
* Definition of a class Point in plain C++ and boost::vector for testing purpose
*
* \param T base type of all the fields
*
*/
/////////////////////////////////////
// C++ FORMAT
/////////////////////////////////////
template<typename T> class Point_orig
{
public:
......@@ -33,8 +28,10 @@ public:
inline void sets(T s_) {s = s_;};
};
// tranformed
////////////////////////////////////
// OPENFPM DATA STRUCTURE FORMAT
////////////////////////////////////
template<typename T> class Point_test
{
public:
......
Clone repository
  • Basic objects
  • Home
  • Iterators
  • Memory mappings
  • Memory objects
  • Template order