AbstractCellPopulation(AbstractMesh< ELEMENT_DIM, SPACE_DIM > &rMesh) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
AbstractCellPopulation(AbstractMesh< ELEMENT_DIM, SPACE_DIM > &rMesh, std::vector< CellPtr > &rCells, const std::vector< unsigned > locationIndices=std::vector< unsigned >()) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
AbstractOffLatticeCellPopulation(AbstractMesh< ELEMENT_DIM, ELEMENT_DIM > &rMesh) | AbstractOffLatticeCellPopulation< DIM > | protected |
AbstractOffLatticeCellPopulation(AbstractMesh< ELEMENT_DIM, ELEMENT_DIM > &rMesh, std::vector< CellPtr > &rCells, const std::vector< unsigned > locationIndices=std::vector< unsigned >()) | AbstractOffLatticeCellPopulation< DIM > | |
AcceptCellWriter(boost::shared_ptr< AbstractCellWriter< DIM, DIM > > pCellWriter, CellPtr pCell) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
AbstractOffLatticeCellPopulation< DIM >::AcceptCellWriter(boost::shared_ptr< AbstractCellWriter< ELEMENT_DIM, SPACE_DIM > > pCellWriter, CellPtr pCell)=0 | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | pure virtual |
AcceptCellWritersAcrossPopulation() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | protectedvirtual |
AcceptPopulationCountWriter(boost::shared_ptr< AbstractCellPopulationCountWriter< DIM, DIM > > pPopulationCountWriter) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
AbstractOffLatticeCellPopulation< DIM >::AcceptPopulationCountWriter(boost::shared_ptr< AbstractCellPopulationCountWriter< ELEMENT_DIM, SPACE_DIM > > pPopulationCountWriter)=0 | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | pure virtual |
AcceptPopulationWriter(boost::shared_ptr< AbstractCellPopulationWriter< DIM, DIM > > pPopulationWriter) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
AbstractOffLatticeCellPopulation< DIM >::AcceptPopulationWriter(boost::shared_ptr< AbstractCellPopulationWriter< ELEMENT_DIM, SPACE_DIM > > pPopulationWriter)=0 | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | pure virtual |
AddCell(CellPtr pNewCell, CellPtr pParentCell=CellPtr()) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
AddCellIdOfT2Swap(unsigned idOfT2Swap) | VertexBasedCellPopulation< SPACE_DIM > | |
AddCellPopulationCountWriter() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | inline |
AddCellPopulationCountWriter(boost::shared_ptr< AbstractCellPopulationCountWriter< ELEMENT_DIM, SPACE_DIM > > pCellPopulationCountWriter) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | inline |
AddCellUsingLocationIndex(unsigned index, CellPtr pCell) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | virtual |
AddCellWriter() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | inline |
AddCellWriter(boost::shared_ptr< AbstractCellWriter< ELEMENT_DIM, SPACE_DIM > > pCellWriter) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | inline |
AddLocationOfT2Swap(c_vector< double, DIM > locationOfT2Swap) | VertexBasedCellPopulation< SPACE_DIM > | |
AddNode(Node< DIM > *pNewNode) | VertexBasedCellPopulation< SPACE_DIM > | |
AbstractOffLatticeCellPopulation< DIM >::AddNode(Node< ELEMENT_DIM > *pNewNode)=0 | AbstractOffLatticeCellPopulation< DIM > | pure virtual |
AddPopulationWriter() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | inline |
AddPopulationWriter(boost::shared_ptr< AbstractCellPopulationWriter< ELEMENT_DIM, SPACE_DIM > > pPopulationWriter) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | inline |
Begin() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
boost::serialization::access (defined in VertexBasedCellPopulation< SPACE_DIM >) | VertexBasedCellPopulation< SPACE_DIM > | friend |
CheckForStepSizeException(unsigned nodeIndex, c_vector< double, DIM > &rDisplacement, double dt) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
AbstractOffLatticeCellPopulation< DIM >::CheckForStepSizeException(unsigned nodeIndex, c_vector< double, ELEMENT_DIM > &rDisplacement, double dt)=0 | AbstractOffLatticeCellPopulation< DIM > | pure virtual |
ClearLocationsAndCellIdsOfT2Swaps() | VertexBasedCellPopulation< SPACE_DIM > | |
CloseWritersFiles() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
CreateOrderedPair(unsigned index1, unsigned index2) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
End() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetAbsoluteMovementThreshold() | AbstractOffLatticeCellPopulation< DIM > | |
GetCellAncestors() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetCellCyclePhaseCount() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetCellDataItemAtPdeNode(unsigned pdeNodeIndex, std::string &rVariableName, bool dirichletBoundaryConditionApplies=false, double dirichletBoundaryValue=0.0) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
GetCellIdsOfT2Swaps() | VertexBasedCellPopulation< SPACE_DIM > | |
GetCellMutationStateCount() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetCellProliferativeTypeCount() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetCellPropertyRegistry() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetCellsUsingLocationIndex(unsigned index) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetCellUsingLocationIndex(unsigned index) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | virtual |
GetCentroidOfCellPopulation() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetDampingConstant(unsigned nodeIndex) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
GetDampingConstantMutant() | AbstractOffLatticeCellPopulation< DIM > | |
GetDampingConstantNormal() | AbstractOffLatticeCellPopulation< DIM > | |
GetDefaultTimeStep() | VertexBasedCellPopulation< SPACE_DIM > | virtual |
GetElement(unsigned elementIndex) | VertexBasedCellPopulation< SPACE_DIM > | |
GetElementCorrespondingToCell(CellPtr pCell) | VertexBasedCellPopulation< SPACE_DIM > | |
GetIdentifier() const | Identifiable | |
GetLocationIndexUsingCell(CellPtr pCell) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetLocationOfCellCentre(CellPtr pCell) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
GetLocationsOfT2Swaps() | VertexBasedCellPopulation< SPACE_DIM > | |
GetNeighbouringLocationIndices(CellPtr pCell) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
GetNeighbouringNodeIndices(unsigned index) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
GetNode(unsigned index) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
GetNumAllCells() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetNumElements() | VertexBasedCellPopulation< SPACE_DIM > | |
GetNumNodes() | VertexBasedCellPopulation< SPACE_DIM > | virtual |
GetNumRealCells() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetOutputCellRearrangementLocations() | VertexBasedCellPopulation< SPACE_DIM > | |
GetOutputResultsForChasteVisualizer() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetRestrictVertexMovementBoolean() | VertexBasedCellPopulation< SPACE_DIM > | |
GetRosetteRankOfCell(CellPtr pCell) | VertexBasedCellPopulation< SPACE_DIM > | |
GetSizeOfCellPopulation() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetTetrahedralMeshForPdeModifier() | VertexBasedCellPopulation< SPACE_DIM > | virtual |
GetVertexBasedDivisionRule() | VertexBasedCellPopulation< SPACE_DIM > | |
GetVolumeOfCell(CellPtr pCell) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
GetWidth(const unsigned &rDimension) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
HasWriter() const | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | inline |
InitialiseCells() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
IsCellAssociatedWithADeletedLocation(CellPtr pCell) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
IsCellAttachedToLocationIndex(unsigned index) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | virtual |
IsPdeNodeAssociatedWithNonApoptoticCell(unsigned pdeNodeIndex) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
IsRoomToDivide(CellPtr pCell) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | virtual |
mAbsoluteMovementThreshold | AbstractOffLatticeCellPopulation< DIM > | protected |
mCellIdsOfT2Swaps | VertexBasedCellPopulation< SPACE_DIM > | private |
mCellLocationMap | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mCellPopulationCountWriters | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mCellPopulationWriters | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mCells | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mCellWriters | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mCentroid | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mDampingConstantMutant | AbstractOffLatticeCellPopulation< DIM > | protected |
mDampingConstantNormal | AbstractOffLatticeCellPopulation< DIM > | protected |
mDeleteMesh | VertexBasedCellPopulation< SPACE_DIM > | private |
mLocationCellMap | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mLocationsOfT2Swaps | VertexBasedCellPopulation< SPACE_DIM > | private |
mOutputCellRearrangementLocations | VertexBasedCellPopulation< SPACE_DIM > | private |
mOutputResultsForChasteVisualizer | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
MoveCellInLocationMap(CellPtr pCell, unsigned old_index, unsigned new_index) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
mpCellPropertyRegistry | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mpMutableVertexMesh | VertexBasedCellPopulation< SPACE_DIM > | private |
mpVertexBasedDivisionRule | VertexBasedCellPopulation< SPACE_DIM > | private |
mpVtkMetaFile | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mRestrictVertexMovement | VertexBasedCellPopulation< SPACE_DIM > | private |
mrMesh | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
OpenWritersFiles(OutputFileHandler &rOutputFileHandler) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
OutputCellPopulationInfo(out_stream &rParamsFile) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
OutputCellPopulationParameters(out_stream &rParamsFile) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
RemoveCellUsingLocationIndex(unsigned index, CellPtr pCell) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | virtual |
RemoveDeadCells() | VertexBasedCellPopulation< SPACE_DIM > | virtual |
rGetCells() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
rGetMesh() | VertexBasedCellPopulation< SPACE_DIM > | |
rGetMesh() const | VertexBasedCellPopulation< SPACE_DIM > | |
serialize(Archive &archive, const unsigned int version) | VertexBasedCellPopulation< SPACE_DIM > | inlineprivate |
SetAbsoluteMovementThreshold(double absoluteMovementThreshold) | AbstractOffLatticeCellPopulation< DIM > | |
SetCellAncestorsToLocationIndices() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
SetCellUsingLocationIndex(unsigned index, CellPtr pCell) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
SetDampingConstantMutant(double dampingConstantMutant) | AbstractOffLatticeCellPopulation< DIM > | |
SetDampingConstantNormal(double dampingConstantNormal) | AbstractOffLatticeCellPopulation< DIM > | |
SetDataOnAllCells(const std::string &rDataName, double dataValue) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
SetDefaultCellMutationStateAndProliferativeTypeOrdering() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
SetNode(unsigned index, ChastePoint< DIM > &rNewLocation) | VertexBasedCellPopulation< SPACE_DIM > | |
AbstractOffLatticeCellPopulation< DIM >::SetNode(unsigned nodeIndex, ChastePoint< ELEMENT_DIM > &rNewLocation)=0 | AbstractOffLatticeCellPopulation< DIM > | pure virtual |
AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM >::SetNode(unsigned nodeIndex, ChastePoint< SPACE_DIM > &rNewLocation)=0 | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | pure virtual |
SetOutputCellRearrangementLocations(bool outputCellRearrangementLocations) | VertexBasedCellPopulation< SPACE_DIM > | |
SetOutputResultsForChasteVisualizer(bool outputResultsForChasteVisualizer) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | |
SetRestrictVertexMovementBoolean(bool restrictVertexMovement) | VertexBasedCellPopulation< SPACE_DIM > | |
SetVertexBasedDivisionRule(boost::shared_ptr< AbstractVertexBasedDivisionRule< DIM > > pVertexBasedDivisionRule) | VertexBasedCellPopulation< SPACE_DIM > | |
SimulationSetupHook(AbstractCellBasedSimulation< DIM, DIM > *pSimulation) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
AbstractOffLatticeCellPopulation< DIM >::SimulationSetupHook(AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM > *pSimulation) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | virtual |
TestVertexBasedDivisionRules class | VertexBasedCellPopulation< SPACE_DIM > | friend |
Update(bool hasHadBirthsOrDeaths=true) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
UpdateCellProcessLocation() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | virtual |
UpdateNodeLocations(double dt) | AbstractOffLatticeCellPopulation< DIM > | virtual |
Validate() | VertexBasedCellPopulation< SPACE_DIM > | privatevirtual |
VertexBasedCellPopulation(MutableVertexMesh< DIM, DIM > &rMesh, std::vector< CellPtr > &rCells, bool deleteMesh=false, bool validate=true, const std::vector< unsigned > locationIndices=std::vector< unsigned >()) | VertexBasedCellPopulation< SPACE_DIM > | |
VertexBasedCellPopulation(MutableVertexMesh< DIM, DIM > &rMesh) | VertexBasedCellPopulation< SPACE_DIM > | |
WriteDataToVisualizerSetupFile(out_stream &pVizSetupFile) | VertexBasedCellPopulation< SPACE_DIM > | virtual |
WriteResultsToFiles(const std::string &rDirectory) | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | virtual |
WriteVtkResultsToFile(const std::string &rDirectory) | VertexBasedCellPopulation< SPACE_DIM > | privatevirtual |
~AbstractCellPopulation() | AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > | virtual |
~Identifiable() | Identifiable | virtual |
~VertexBasedCellPopulation() | VertexBasedCellPopulation< SPACE_DIM > | virtual |