Chaste  Build::
Part< DIM > Member List

This is the complete list of members for Part< DIM >, including all inherited members.

AddCircle(units::quantity< unit::length > radius, DimensionalChastePoint< DIM > centre, unsigned numSegments=24)Part< DIM >
AddCuboid(units::quantity< unit::length > sizeX, units::quantity< unit::length > sizeY, units::quantity< unit::length > sizeZ, DimensionalChastePoint< DIM > origin)Part< DIM >
AddCylinder(units::quantity< unit::length > radius, units::quantity< unit::length > depth, DimensionalChastePoint< DIM > centre, unsigned numSegments=24)Part< DIM >
AddHoleMarker(DimensionalChastePoint< DIM > location)Part< DIM >
AddPolygon(std::vector< boost::shared_ptr< DimensionalChastePoint< DIM > > > vertices, bool newFacet=false, boost::shared_ptr< Facet< DIM > > pFacet=boost::shared_ptr< Facet< DIM > >())Part< DIM >
AddPolygon(boost::shared_ptr< Polygon< DIM > > pPolygon, bool newFacet=false, boost::shared_ptr< Facet< DIM > > pFacet=boost::shared_ptr< Facet< DIM > >())Part< DIM >
AddRectangle(units::quantity< unit::length > sizeX, units::quantity< unit::length > sizeY, DimensionalChastePoint< DIM > origin)Part< DIM >
AddVesselNetwork(boost::shared_ptr< VesselNetwork< DIM > > pVesselNetwork, bool surface=false)Part< DIM >
BooleanWithNetwork(boost::shared_ptr< VesselNetwork< DIM > > pVesselNetwork)Part< DIM >
Create()Part< DIM >static
Extrude(boost::shared_ptr< Polygon< DIM > > pPolygon, units::quantity< unit::length > distance)Part< DIM >
GetBoundingBox()Part< DIM >
GetContainingGridIndices(unsigned num_x, unsigned num_y, unsigned num_z, units::quantity< unit::length > spacing)Part< DIM >
GetFacet(const DimensionalChastePoint< DIM > &rLocation)Part< DIM >
GetFacets()Part< DIM >
GetHoleMarkers()Part< DIM >
GetPolygons()Part< DIM >
GetReferenceLengthScale()Part< DIM >
GetSegmentIndices()Part< DIM >
GetVertexLocations()Part< DIM >
GetVertices()Part< DIM >
GetVtk()Part< DIM >
IsPointInPart(DimensionalChastePoint< DIM > location)Part< DIM >
IsPointInPart(const std::vector< DimensionalChastePoint< DIM > > &location)Part< DIM >
MergeCoincidentVertices()Part< DIM >
mFacetsPart< DIM >private
mHoleMarkersPart< DIM >private
mReferenceLengthPart< DIM >private
mRegionMarkersPart< DIM >private
mVtkIsUpToDatePart< DIM >private
mVtkPartPart< DIM >private
Part()Part< DIM >
SetReferenceLengthScale(units::quantity< unit::length > referenceLength)Part< DIM >
Translate(DimensionalChastePoint< DIM > vector)Part< DIM >
Write(const std::string &rFilename, GeometryFormat::Value format=GeometryFormat::VTP)Part< DIM >
~Part()Part< DIM >