VPTissue Reference Manual
ReduceCellWalls.h File Reference

Interface/Implementation for ReduceCellWalls. More...

#include "Cell.h"
#include "Wall.h"
Include dependency graph for ReduceCellWalls.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 SimPT_Sim
 Namespace for the core simulator.
 

Functions

template<typename R >
SimPT_Sim::ReduceCellWalls (Cell *cell, std::function< R(Cell *, Cell *, Wall *)> f)
 Traverse walls of cell and apply functor.
 

Detailed Description

Interface/Implementation for ReduceCellWalls.

Definition in file ReduceCellWalls.h.