VPTissue Reference Manual
GeoData.h File Reference

Interface/Implementation for GeoData. More...

#include "AreaMoment.h"
#include "math/array3.h"
#include <array>
#include <iostream>
#include <tuple>
Include dependency graph for GeoData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SimPT_Sim::GeoData
 Plain data structure with cell geometric data (such as area). More...
 

Namespaces

 SimPT_Sim
 Namespace for the core simulator.
 

Functions

GeoData SimPT_Sim::ModifyForMove (const GeoData &old_geo, const std::array< double, 3 > &nb1_p, const std::array< double, 3 > &nb2_p, const std::array< double, 3 > &now_p, const std::array< double, 3 > &mov_p)
 
GeoData SimPT_Sim::operator+ (const GeoData &i1, const GeoData &i2)
 
GeoData SimPT_Sim::operator- (const GeoData &i1, const GeoData &i2)
 
std::ostream & SimPT_Sim::operator<< (std::ostream &os, const GeoData &c)
 

Detailed Description

Interface/Implementation for GeoData.

Definition in file GeoData.h.