Chaste  Build::
Polygon< DIM > Member List

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

AddVertex(boost::shared_ptr< DimensionalChastePoint< DIM > > pVertex)Polygon< DIM >
AddVertices(std::vector< boost::shared_ptr< DimensionalChastePoint< DIM > > > vertices)Polygon< DIM >
ContainsPoint(const DimensionalChastePoint< DIM > &rLocation)Polygon< DIM >
Create(std::vector< boost::shared_ptr< DimensionalChastePoint< DIM > > > vertices)Polygon< DIM >static
Create(boost::shared_ptr< DimensionalChastePoint< DIM > > pVertex)Polygon< DIM >static
GetBoundingBox()Polygon< DIM >
GetCentroid()Polygon< DIM >
GetDistance(const DimensionalChastePoint< DIM > &rLocation)Polygon< DIM >
GetDistanceToEdges(const DimensionalChastePoint< DIM > &rLocation)Polygon< DIM >
GetNormal()Polygon< DIM >
GetPlane()Polygon< DIM >
GetVertex(unsigned idx)Polygon< DIM >
GetVertices()Polygon< DIM >
GetVtkPolygon()Polygon< DIM >
GetVtkVertices()Polygon< DIM >
mReferenceLengthPolygon< DIM >private
mVerticesPolygon< DIM >private
Polygon(std::vector< boost::shared_ptr< DimensionalChastePoint< DIM > > > vertices)Polygon< DIM >
Polygon(boost::shared_ptr< DimensionalChastePoint< DIM > > pVertex)Polygon< DIM >
ReplaceVertex(unsigned idx, boost::shared_ptr< DimensionalChastePoint< DIM > > pVertex)Polygon< DIM >
RotateAboutAxis(c_vector< double, 3 > axis, double angle)Polygon< DIM >
Translate(DimensionalChastePoint< DIM > translationVector)Polygon< DIM >
~Polygon()Polygon< DIM >