, including all inherited members.
AbstractCellPopulation(AbstractMesh< ELEMENT_DIM, SPACE_DIM > &rMesh) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, protected] |
AbstractCellPopulation(AbstractMesh< ELEMENT_DIM, SPACE_DIM > &rMesh, std::vector< CellPtr > &rCells, const std::vector< unsigned > locationIndices=std::vector< unsigned >()) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
AbstractCentreBasedCellPopulation(AbstractMesh< ELEMENT_DIM, SPACE_DIM > &rMesh) | AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, protected] |
AbstractCentreBasedCellPopulation(AbstractMesh< ELEMENT_DIM, SPACE_DIM > &rMesh, std::vector< CellPtr > &rCells, const std::vector< unsigned > locationIndices=std::vector< unsigned >()) | AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
AbstractOffLatticeCellPopulation(AbstractMesh< ELEMENT_DIM, SPACE_DIM > &rMesh) | AbstractOffLatticeCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, protected] |
AbstractOffLatticeCellPopulation(AbstractMesh< ELEMENT_DIM, SPACE_DIM > &rMesh, std::vector< CellPtr > &rCells, const std::vector< unsigned > locationIndices=std::vector< unsigned >()) | AbstractOffLatticeCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
AcceptCellWriter(boost::shared_ptr< AbstractCellWriter< ELEMENT_DIM, SPACE_DIM > > pCellWriter, CellPtr pCell) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
AcceptPopulationCountWriter(boost::shared_ptr< AbstractCellPopulationCountWriter< ELEMENT_DIM, SPACE_DIM > > pPopulationCountWriter) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
AcceptPopulationWriter(boost::shared_ptr< AbstractCellPopulationWriter< ELEMENT_DIM, SPACE_DIM > > pPopulationWriter) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
AddCell(CellPtr pNewCell, const c_vector< double, SPACE_DIM > &rCellDivisionVector, CellPtr pParentCell) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
AddCellPopulationCountWriter() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
AddCellPopulationCountWriter(boost::shared_ptr< AbstractCellPopulationCountWriter< ELEMENT_DIM, SPACE_DIM > > pCellPopulationCountWriter) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
AddCellUsingLocationIndex(unsigned index, CellPtr pCell) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
AddCellWriter() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
AddCellWriter(boost::shared_ptr< AbstractCellWriter< ELEMENT_DIM, SPACE_DIM > > pCellWriter) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
AddNode(Node< SPACE_DIM > *pNewNode) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
AddPopulationWriter() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
AddPopulationWriter(boost::shared_ptr< AbstractCellPopulationWriter< ELEMENT_DIM, SPACE_DIM > > pPopulationWriter) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
Begin() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
boost::serialization::access class | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [friend] |
CalculateRestLengths() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
CheckCellPointers() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
CloseWritersFiles() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
CreateCellPair(CellPtr pCell1, CellPtr pCell2) | AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
CreateOrderedPair(unsigned index1, unsigned index2) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
CreateVoronoiTessellation() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
CreateVoronoiTessellation() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
CreateVoronoiTessellation() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
CreateVoronoiTessellation() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
CreateVoronoiTessellation() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
CreateVoronoiTessellation() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
DivideLongSprings(double springDivisionThreshold) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
End() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetAbsoluteMovementThreshold() | AbstractOffLatticeCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetAreaBasedDampingConstantParameter() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetCellAncestors() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetCellCyclePhaseCount() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetCellMutationStateCount() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetCellProliferativeTypeCount() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetCellPropertyRegistry() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetCellsUsingLocationIndex(unsigned index) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetCellUsingLocationIndex(unsigned index) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
GetCentroidOfCellPopulation() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetDampingConstant(unsigned nodeIndex) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
GetDampingConstantMutant() | AbstractOffLatticeCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetDampingConstantNormal() | AbstractOffLatticeCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetIdentifier() const | Identifiable | |
GetLocationIndexUsingCell(CellPtr pCell) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetLocationOfCellCentre(CellPtr pCell) | AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
GetMeinekeDivisionSeparation() | AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetNeighbouringLocationIndices(CellPtr pCell) | AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
GetNeighbouringNodeIndices(unsigned index) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
GetNode(unsigned index) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
GetNodeCorrespondingToCell(CellPtr pCell) | AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetNumAllCells() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetNumNodes() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
GetNumRealCells() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetOutputMeshInVtk() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetOutputResultsForChasteVisualizer() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetRestLength(unsigned indexA, unsigned indexB) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetSizeOfCellPopulation() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetSurfaceAreaOfVoronoiElement(unsigned index) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetVolumeOfCell(CellPtr pCell) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
GetVolumeOfVoronoiElement(unsigned index) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetVoronoiEdgeLength(unsigned index1, unsigned index2) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetVoronoiTessellation() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
GetWidth(const unsigned &rDimension) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
GetWriteVtkAsPoints() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
HasWriter() const | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
InitialiseCells() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
IsCellAssociatedWithADeletedLocation(CellPtr pCell) | AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
IsCellAttachedToLocationIndex(unsigned index) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
IsGhostNode(unsigned index) | AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
IsMarkedSpring(const std::pair< CellPtr, CellPtr > &rCellPair) | AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
IsParticle(unsigned index) | AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
IsRoomToDivide(CellPtr pCell) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
mAbsoluteMovementThreshold | AbstractOffLatticeCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mAreaBasedDampingConstantParameter | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
MarkSpring(std::pair< CellPtr, CellPtr > &rCellPair) | AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
mCellLocationMap | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mCellPopulationCountWriters | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mCellPopulationWriters | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mCells | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mCellWriters | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mCentroid | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mDampingConstantMutant | AbstractOffLatticeCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mDampingConstantNormal | AbstractOffLatticeCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mDeleteMesh | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
MeshBasedCellPopulation(MutableMesh< ELEMENT_DIM, SPACE_DIM > &rMesh, std::vector< CellPtr > &rCells, const std::vector< unsigned > locationIndices=std::vector< unsigned >(), bool deleteMesh=false, bool validate=true) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
MeshBasedCellPopulation(MutableMesh< ELEMENT_DIM, SPACE_DIM > &rMesh) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
mHasVariableRestLength | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mLocationCellMap | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mMarkedSprings | AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mMeinekeDivisionSeparation | AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mNodePairs | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mOutputMeshInVtk | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mOutputResultsForChasteVisualizer | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
MoveCellInLocationMap(CellPtr pCell, unsigned old_index, unsigned new_index) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
mpCellPropertyRegistry | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mpMutableMesh | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mpVoronoiTessellation | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mpVtkMetaFile | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mrMesh | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mSpringRestLengths | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mUseAreaBasedDampingConstant | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
mWriteVtkAsPoints | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [protected] |
OpenWritersFiles(OutputFileHandler &rOutputFileHandler) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
OutputCellPopulationInfo(out_stream &rParamsFile) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
OutputCellPopulationParameters(out_stream &rParamsFile) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
RemoveCellUsingLocationIndex(unsigned index, CellPtr pCell) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
RemoveDeadCells() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
rGetCells() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
rGetMesh() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
rGetMesh() const | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
rGetNodePairs() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
serialize(Archive &archive, const unsigned int version) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, private] |
SetAbsoluteMovementThreshold(double absoluteMovementThreshold) | AbstractOffLatticeCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
SetAreaBasedDampingConstant(bool useAreaBasedDampingConstant) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
SetAreaBasedDampingConstantParameter(double areaBasedDampingConstantParameter) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
SetCellAncestorsToLocationIndices() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
SetCellUsingLocationIndex(unsigned index, CellPtr pCell) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
SetDampingConstantMutant(double dampingConstantMutant) | AbstractOffLatticeCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
SetDampingConstantNormal(double dampingConstantNormal) | AbstractOffLatticeCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
SetDataOnAllCells(const std::string &dataName, double dataValue) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
SetDefaultCellMutationStateAndProliferativeTypeOrdering() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
SetMeinekeDivisionSeparation(double divisionSeparation) | AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
SetNode(unsigned nodeIndex, ChastePoint< SPACE_DIM > &rNewLocation) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
SetOutputMeshInVtk(bool outputMeshInVtk) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
SetOutputResultsForChasteVisualizer(bool outputResultsForChasteVisualizer) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
SetRestLength(unsigned indexA, unsigned indexB, double restLength) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
SetWriteVtkAsPoints(bool writeVtkAsPoints) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
SpringsBegin() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
SpringsEnd() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
TessellateIfNeeded() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
TestMeshBasedCellPopulation (defined in MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM >) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [friend] |
UnmarkSpring(std::pair< CellPtr, CellPtr > &rCellPair) | AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
Update(bool hasHadBirthsOrDeaths=true) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
UpdateCellProcessLocation() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
UpdateGhostNodesAfterReMesh(NodeMap &rMap) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, protected, virtual] |
UpdateNodeLocations(double dt) | AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
UseAreaBasedDampingConstant() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline] |
Validate() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, protected, virtual] |
WriteResultsToFiles(const std::string &rDirectory) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
WriteVtkResultsToFile(const std::string &rDirectory) | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
~AbstractCellPopulation() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |
~Identifiable() | Identifiable | [virtual] |
~MeshBasedCellPopulation() | MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > | [inline, virtual] |