CalculateNeighbourData() | RegularGrid< DIM > | |
Create() | RegularGrid< DIM > | static |
GenerateFromPart(boost::shared_ptr< Part< DIM > > pPart, units::quantity< unit::length > gridSize) | RegularGrid< DIM > | |
Get1dGridIndex(unsigned xIndex, unsigned yIndex, unsigned zIndex) | RegularGrid< DIM > | |
GetExtents() | RegularGrid< DIM > | |
GetLocation(unsigned xIndex, unsigned yIndex, unsigned zIndex) | RegularGrid< DIM > | |
GetLocationOf1dIndex(unsigned gridIndex) | RegularGrid< DIM > | |
GetLocations() | RegularGrid< DIM > | |
GetNearestGridIndex(const DimensionalChastePoint< DIM > &rLocation) | RegularGrid< DIM > | |
GetNeighbourData() | RegularGrid< DIM > | |
GetNumberOfPoints() | RegularGrid< DIM > | |
GetOrigin() | RegularGrid< DIM > | |
GetPointCellMap(bool update=true) | RegularGrid< DIM > | |
GetPointNodeMap(bool update=true) | RegularGrid< DIM > | |
GetPointPointMap(std::vector< DimensionalChastePoint< DIM > > inputPoints) | RegularGrid< DIM > | |
GetPointSegmentMap(bool update=true, bool useVesselSurface=false) | RegularGrid< DIM > | |
GetReferenceLengthScale() | RegularGrid< DIM > | |
GetSpacing() | RegularGrid< DIM > | |
GetVtkGrid() | RegularGrid< DIM > | |
InterpolateGridValues(std::vector< DimensionalChastePoint< DIM > > locations, std::vector< double > values, bool useVtk=false) | RegularGrid< DIM > | |
IsLocationInPointVolume(DimensionalChastePoint< DIM > point, unsigned gridIndex) | RegularGrid< DIM > | |
IsOnBoundary(unsigned gridIndex) | RegularGrid< DIM > | |
IsOnBoundary(unsigned xIndex, unsigned yIndex, unsigned zIndex) | RegularGrid< DIM > | |
IsSegmentAtLatticeSite(unsigned index, bool update) | RegularGrid< DIM > | |
mCellPopulationReferenceLength | RegularGrid< DIM > | private |
mExtents | RegularGrid< DIM > | private |
mHasCellPopulation | RegularGrid< DIM > | private |
mNeighbourData | RegularGrid< DIM > | private |
mOrigin | RegularGrid< DIM > | private |
mpCellPopulation | RegularGrid< DIM > | private |
mpNetwork | RegularGrid< DIM > | private |
mPointCellMap | RegularGrid< DIM > | private |
mPointNodeMap | RegularGrid< DIM > | private |
mPointSegmentMap | RegularGrid< DIM > | private |
mPointSolution | RegularGrid< DIM > | private |
mpVtkGrid | RegularGrid< DIM > | private |
mReferenceLength | RegularGrid< DIM > | private |
mSpacing | RegularGrid< DIM > | private |
mVtkGridIsSetUp | RegularGrid< DIM > | private |
RegularGrid() | RegularGrid< DIM > | |
SetCellPopulation(AbstractCellPopulation< DIM > &rCellPopulation, units::quantity< unit::length > cellPopulationLengthScale) | RegularGrid< DIM > | |
SetExtents(std::vector< unsigned > extents) | RegularGrid< DIM > | |
SetOrigin(DimensionalChastePoint< DIM > origin) | RegularGrid< DIM > | |
SetPointValues(std::vector< double > pointSolution) | RegularGrid< DIM > | |
SetSpacing(units::quantity< unit::length > spacing) | RegularGrid< DIM > | |
SetUpVtkGrid() | RegularGrid< DIM > | |
SetVesselNetwork(boost::shared_ptr< VesselNetwork< DIM > > pNetwork) | RegularGrid< DIM > | |
Write(boost::shared_ptr< OutputFileHandler > pFileHandler) | RegularGrid< DIM > | |
~RegularGrid() | RegularGrid< DIM > | |