AbstractCellPopulation(AbstractMesh< ELEMENT_DIM, SPACE_DIM > &rMesh) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | 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 > | |
AbstractCentreBasedCellPopulation(AbstractMesh< ELEMENT_DIM, ELEMENT_DIM > &rMesh) | AbstractCentreBasedCellPopulation< DIM > | protected |
AbstractCentreBasedCellPopulation(AbstractMesh< ELEMENT_DIM, ELEMENT_DIM > &rMesh, std::vector< CellPtr > &rCells, const std::vector< unsigned > locationIndices=std::vector< unsigned >()) | AbstractCentreBasedCellPopulation< DIM > | |
AbstractOffLatticeCellPopulation(AbstractMesh< ELEMENT_DIM, SPACE_DIM > &rMesh) | AbstractOffLatticeCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
AbstractOffLatticeCellPopulation(AbstractMesh< ELEMENT_DIM, SPACE_DIM > &rMesh, std::vector< CellPtr > &rCells, const std::vector< unsigned > locationIndices=std::vector< unsigned >()) | AbstractOffLatticeCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
AcceptCellWriter(boost::shared_ptr< AbstractCellWriter< DIM, DIM > > pCellWriter, CellPtr pCell) | NodeBasedCellPopulation< DIM > | virtual |
AbstractCentreBasedCellPopulation< DIM >::AcceptCellWriter(boost::shared_ptr< AbstractCellWriter< ELEMENT_DIM, SPACE_DIM > > pCellWriter, CellPtr pCell)=0 | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | pure virtual |
AcceptCellWritersAcrossPopulation() | NodeBasedCellPopulationWithParticles< DIM > | protectedvirtual |
AcceptPopulationCountWriter(boost::shared_ptr< AbstractCellPopulationCountWriter< DIM, DIM > > pPopulationCountWriter) | NodeBasedCellPopulation< DIM > | virtual |
AbstractCentreBasedCellPopulation< DIM >::AcceptPopulationCountWriter(boost::shared_ptr< AbstractCellPopulationCountWriter< ELEMENT_DIM, SPACE_DIM > > pPopulationCountWriter)=0 | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | pure virtual |
AcceptPopulationWriter(boost::shared_ptr< AbstractCellPopulationWriter< DIM, DIM > > pPopulationWriter) | NodeBasedCellPopulation< DIM > | virtual |
AbstractCentreBasedCellPopulation< DIM >::AcceptPopulationWriter(boost::shared_ptr< AbstractCellPopulationWriter< ELEMENT_DIM, SPACE_DIM > > pPopulationWriter)=0 | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | pure virtual |
AddCell(CellPtr pNewCell, const c_vector< double, DIM > &rCellDivisionVector, CellPtr pParentCell) | NodeBasedCellPopulationWithParticles< DIM > | virtual |
AbstractCentreBasedCellPopulation< DIM >::AddCell(CellPtr pNewCell, const c_vector< double, ELEMENT_DIM > &rCellDivisionVector, CellPtr pParentCell=CellPtr()) | AbstractCentreBasedCellPopulation< DIM > | |
AbstractOffLatticeCellPopulation< ELEMENT_DIM, ELEMENT_DIM >::AddCell(CellPtr pNewCell, const c_vector< double, SPACE_DIM > &rCellDivisionVector, CellPtr pParentCell=CellPtr())=0 | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | pure 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 > | virtual |
AddCellWriter() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | inline |
AddCellWriter(boost::shared_ptr< AbstractCellWriter< ELEMENT_DIM, SPACE_DIM > > pCellWriter) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | inline |
AbstractCentreBasedCellPopulation< DIM >::AddNode(Node< SPACE_DIM > *pNewNode)=0 | AbstractOffLatticeCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | pure virtual |
AddPopulationWriter() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | inline |
AddPopulationWriter(boost::shared_ptr< AbstractCellPopulationWriter< ELEMENT_DIM, SPACE_DIM > > pPopulationWriter) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | inline |
AddReceivedCells() | NodeBasedCellPopulation< DIM > | |
Begin() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
boost::serialization::access class | NodeBasedCellPopulationWithParticles< DIM > | friend |
Clear() | NodeBasedCellPopulation< DIM > | |
CloseWritersFiles() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
CreateCellPair(CellPtr pCell1, CellPtr pCell2) | AbstractCentreBasedCellPopulation< DIM > | |
CreateOrderedPair(unsigned index1, unsigned index2) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
End() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
GetAbsoluteMovementThreshold() | AbstractOffLatticeCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetCellAncestors() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
GetCellCyclePhaseCount() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
GetCellMutationStateCount() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
GetCellNodePair(unsigned nodeIndex) | NodeBasedCellPopulation< DIM > | |
GetCellProliferativeTypeCount() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
GetCellPropertyRegistry() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
GetCellsUsingLocationIndex(unsigned index) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
GetCellUsingLocationIndex(unsigned index) | NodeBasedCellPopulation< DIM > | virtual |
GetCentroidOfCellPopulation() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
GetDampingConstant(unsigned nodeIndex) | AbstractCentreBasedCellPopulation< DIM > | virtual |
GetDampingConstantMutant() | AbstractOffLatticeCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetDampingConstantNormal() | AbstractOffLatticeCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetIdentifier() const | Identifiable | |
GetLocationIndexUsingCell(CellPtr pCell) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
GetLocationOfCellCentre(CellPtr pCell) | AbstractCentreBasedCellPopulation< DIM > | virtual |
GetMechanicsCutOffLength() | NodeBasedCellPopulation< DIM > | |
GetMeinekeDivisionSeparation() | AbstractCentreBasedCellPopulation< DIM > | |
GetNeighbouringLocationIndices(CellPtr pCell) | AbstractCentreBasedCellPopulation< DIM > | virtual |
GetNeighbouringNodeIndices(unsigned index) | NodeBasedCellPopulation< DIM > | virtual |
GetNode(unsigned index) | NodeBasedCellPopulation< DIM > | virtual |
GetNodeCorrespondingToCell(CellPtr pCell) | AbstractCentreBasedCellPopulation< DIM > | |
GetNodesWithinNeighbourhoodRadius(unsigned index, double neighbourhoodRadius) | NodeBasedCellPopulation< DIM > | |
GetNumAllCells() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
GetNumNodes() | NodeBasedCellPopulation< DIM > | virtual |
GetNumRealCells() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
GetOutputResultsForChasteVisualizer() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
GetParticleIndices() | NodeBasedCellPopulationWithParticles< DIM > | |
GetReceivedCells() | NodeBasedCellPopulation< DIM > | |
GetSizeOfCellPopulation() | NodeBasedCellPopulation< DIM > | |
GetUseVariableRadii() | NodeBasedCellPopulation< DIM > | |
GetVolumeOfCell(CellPtr pCell) | NodeBasedCellPopulation< DIM > | virtual |
GetWidth(const unsigned &rDimension) | NodeBasedCellPopulation< DIM > | virtual |
HasWriter() const | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | inline |
InitialiseCells() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
IsCellAssociatedWithADeletedLocation(CellPtr pCell) | AbstractCentreBasedCellPopulation< DIM > | virtual |
IsCellAttachedToLocationIndex(unsigned index) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
IsGhostNode(unsigned index) | AbstractCentreBasedCellPopulation< DIM > | virtual |
IsMarkedSpring(const std::pair< CellPtr, CellPtr > &rCellPair) | AbstractCentreBasedCellPopulation< DIM > | |
IsParticle(unsigned index) | NodeBasedCellPopulationWithParticles< DIM > | virtual |
IsRoomToDivide(CellPtr pCell) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | virtual |
mAbsoluteMovementThreshold | AbstractOffLatticeCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
MarkSpring(std::pair< CellPtr, CellPtr > &rCellPair) | AbstractCentreBasedCellPopulation< DIM > | |
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, ELEMENT_DIM > | protected |
mDampingConstantNormal | AbstractOffLatticeCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mLocationCellMap | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | protected |
mMarkedSprings | AbstractCentreBasedCellPopulation< DIM > | protected |
mMeinekeDivisionSeparation | AbstractCentreBasedCellPopulation< DIM > | protected |
mOutputResultsForChasteVisualizer | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | protected |
MoveCellInLocationMap(CellPtr pCell, unsigned old_index, unsigned new_index) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
mpCellPropertyRegistry | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | protected |
mpNodesOnlyMesh | NodeBasedCellPopulation< DIM > | protected |
mpVtkMetaFile | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | protected |
mrMesh | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | protected |
NodeBasedCellPopulation(NodesOnlyMesh< DIM > &rMesh, std::vector< CellPtr > &rCells, const std::vector< unsigned > locationIndices=std::vector< unsigned >(), bool deleteMesh=false, bool validate=true) | NodeBasedCellPopulation< DIM > | |
NodeBasedCellPopulation(NodesOnlyMesh< DIM > &rMesh) | NodeBasedCellPopulation< DIM > | |
NodeBasedCellPopulationWithParticles(NodesOnlyMesh< DIM > &rMesh, std::vector< CellPtr > &rCells, const std::vector< unsigned > locationIndices=std::vector< unsigned >(), bool deleteMesh=false) | NodeBasedCellPopulationWithParticles< DIM > | |
NodeBasedCellPopulationWithParticles(NodesOnlyMesh< DIM > &rMesh) | NodeBasedCellPopulationWithParticles< DIM > | |
NonBlockingSendCellsToNeighbourProcesses() | NodeBasedCellPopulation< DIM > | |
OpenWritersFiles(OutputFileHandler &rOutputFileHandler) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | virtual |
OutputCellPopulationInfo(out_stream &rParamsFile) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
OutputCellPopulationParameters(out_stream &rParamsFile) | NodeBasedCellPopulationWithParticles< DIM > | virtual |
RemoveCellUsingLocationIndex(unsigned index, CellPtr pCell) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | virtual |
RemoveDeadCells() | NodeBasedCellPopulation< DIM > | virtual |
rGetCells() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
rGetMesh() | NodeBasedCellPopulation< DIM > | |
rGetMesh() const | NodeBasedCellPopulation< DIM > | |
rGetNodePairs() | NodeBasedCellPopulation< DIM > | virtual |
SendCellsToNeighbourProcesses() | NodeBasedCellPopulation< DIM > | |
serialize(Archive &archive, const unsigned int version) | NodeBasedCellPopulationWithParticles< DIM > | inlineprivate |
SetAbsoluteMovementThreshold(double absoluteMovementThreshold) | AbstractOffLatticeCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
SetCellAncestorsToLocationIndices() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
SetCellUsingLocationIndex(unsigned index, CellPtr pCell) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
SetDampingConstantMutant(double dampingConstantMutant) | AbstractOffLatticeCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
SetDampingConstantNormal(double dampingConstantNormal) | AbstractOffLatticeCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
SetDataOnAllCells(const std::string &rDataName, double dataValue) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
SetDefaultCellMutationStateAndProliferativeTypeOrdering() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
SetLoadBalanceFrequency(unsigned loadBalanceFrequency) | NodeBasedCellPopulation< DIM > | |
SetLoadBalanceMesh(bool loadBalanceMesh) | NodeBasedCellPopulation< DIM > | |
SetMeinekeDivisionSeparation(double divisionSeparation) | AbstractCentreBasedCellPopulation< DIM > | |
SetNode(unsigned nodeIndex, ChastePoint< DIM > &rNewLocation) | NodeBasedCellPopulation< DIM > | |
AbstractCentreBasedCellPopulation< DIM >::SetNode(unsigned nodeIndex, ChastePoint< SPACE_DIM > &rNewLocation)=0 | AbstractOffLatticeCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | pure virtual |
SetOutputResultsForChasteVisualizer(bool outputResultsForChasteVisualizer) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | |
SetParticles(const std::set< unsigned > &rParticleIndices) | NodeBasedCellPopulationWithParticles< DIM > | private |
SetUseVariableRadii(bool useVariableRadii=true) | NodeBasedCellPopulation< DIM > | |
TestNodeBasedCellPopulationWithParticles (defined in NodeBasedCellPopulationWithParticles< DIM >) | NodeBasedCellPopulationWithParticles< DIM > | friend |
UnmarkSpring(std::pair< CellPtr, CellPtr > &rCellPair) | AbstractCentreBasedCellPopulation< DIM > | |
Update(bool hasHadBirthsOrDeaths=true) | NodeBasedCellPopulation< DIM > | virtual |
UpdateCellProcessLocation() | NodeBasedCellPopulation< DIM > | virtual |
UpdateNodeLocations(double dt) | NodeBasedCellPopulationWithParticles< DIM > | virtual |
UpdateParticlePositions(double dt) | NodeBasedCellPopulationWithParticles< DIM > | |
UpdateParticlesAfterReMesh(NodeMap &rMap) | NodeBasedCellPopulationWithParticles< DIM > | virtual |
Validate() | NodeBasedCellPopulationWithParticles< DIM > | protectedvirtual |
WriteResultsToFiles(const std::string &rDirectory) | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | virtual |
WriteVtkResultsToFile(const std::string &rDirectory) | NodeBasedCellPopulationWithParticles< DIM > | virtual |
~AbstractCellPopulation() | AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > | virtual |
~Identifiable() | Identifiable | virtual |
~NodeBasedCellPopulation() | NodeBasedCellPopulation< DIM > | virtual |