VPTissue Reference Manual
CellDivider.cpp File Reference

Implementation of CellDivider. More...

#include "CellDivider.h"
#include "bio/Cell.h"
#include "bio/CellAttributes.h"
#include "bio/Edge.h"
#include "bio/Mesh.h"
#include "bio/NeighborNodes.h"
#include "bio/Node.h"
#include "bio/Wall.h"
#include "math/array3.h"
#include "math/constants.h"
#include "math/Geom.h"
#include "math/RandomEngine.h"
#include "model/ComponentFactoryProxy.h"
#include "sim/CoreData.h"
#include "util/container/CircularIterator.h"
#include "util/container/ConstCircularIterator.h"
#include "util/misc/Exception.h"
#include "util/misc/log_debug.h"
#include <trng/uniform01_dist.hpp>
#include <array>
#include <cassert>
#include <list>
#include <memory>
#include <string>
#include <vector>
Include dependency graph for CellDivider.cpp:

Go to the source code of this file.

Namespaces

 SimPT_Sim
 Namespace for the core simulator.
 

Detailed Description

Implementation of CellDivider.

WARNING: THIS CLASS IS USED IN THE SIMULATOR BUT ALSO IN THE MESH EDITOR. WARNING: IN THE LATTER CASE SEVERAL DATA MEMBERS< MOST NOTABLY THE WARNING: CoreData MEMBER m_cd HAS DEFAULT VALUE WHICH MEANS ALL OF THE WARNING: POINTS IN m_cd CAN NOT BE DEREFERENCED.

Definition in file CellDivider.cpp.