Class xlifepp::subdivision::SurfRevolution#

class SurfRevolution : public xlifepp::subdivision::PatchGeometry#

Inheritence diagram for xlifepp::subdivision::SurfRevolution:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "2" [label="xlifepp::subdivision::PatchGeometry" tooltip="xlifepp::subdivision::PatchGeometry"] "3" [label="xlifepp::subdivision::SurfCone" tooltip="xlifepp::subdivision::SurfCone"] "4" [label="xlifepp::subdivision::SurfCylinder" tooltip="xlifepp::subdivision::SurfCylinder"] "5" [label="xlifepp::subdivision::SurfEllipsoid" tooltip="xlifepp::subdivision::SurfEllipsoid"] "1" [label="xlifepp::subdivision::SurfRevolution" tooltip="xlifepp::subdivision::SurfRevolution" fillcolor="#BFBFBF"] "6" [label="xlifepp::subdivision::SurfSphere" tooltip="xlifepp::subdivision::SurfSphere"] "3" -> "1" [dir=forward tooltip="public-inheritance"] "4" -> "1" [dir=forward tooltip="public-inheritance"] "5" -> "1" [dir=forward tooltip="public-inheritance"] "1" -> "2" [dir=forward tooltip="public-inheritance"] "6" -> "1" [dir=forward tooltip="public-inheritance"] }

Collaboration diagram for xlifepp::subdivision::SurfRevolution:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "11" [label="xlifepp::Vector< real_t >" tooltip="xlifepp::Vector< real_t >"] "5" [label="std::basic_string< char >" tooltip="std::basic_string< char >"] "6" [label="std::basic_string< Char >" tooltip="std::basic_string< Char >"] "4" [label="std::string" tooltip="std::string"] "8" [label="std::vector< T >" tooltip="std::vector< T >"] "13" [label="std::vector< K >" tooltip="std::vector< K >"] "7" [label="std::vector< real_t >" tooltip="std::vector< real_t >"] "9" [label="std::vector< xlifepp::Point >" tooltip="std::vector< xlifepp::Point >"] "10" [label="xlifepp::Point" tooltip="xlifepp::Point"] "12" [label="xlifepp::Vector< K >" tooltip="xlifepp::Vector< K >"] "3" [label="xlifepp::subdivision::DivideByZero" tooltip="xlifepp::subdivision::DivideByZero"] "2" [label="xlifepp::subdivision::PatchGeometry" tooltip="xlifepp::subdivision::PatchGeometry"] "1" [label="xlifepp::subdivision::SurfRevolution" tooltip="xlifepp::subdivision::SurfRevolution" fillcolor="#BFBFBF"] "11" -> "7" [dir=forward tooltip="public-inheritance"] "11" -> "12" [dir=forward tooltip="template-instance"] "5" -> "6" [dir=forward tooltip="template-instance"] "4" -> "5" [dir=forward tooltip="public-inheritance"] "13" -> "8" [dir=forward tooltip="template-instance"] "7" -> "8" [dir=forward tooltip="template-instance"] "9" -> "8" [dir=forward tooltip="template-instance"] "10" -> "7" [dir=forward tooltip="public-inheritance"] "12" -> "13" [dir=forward tooltip="public-inheritance"] "3" -> "4" [dir=forward tooltip="usage"] "3" -> "7" [dir=forward tooltip="usage"] "3" -> "9" [dir=forward tooltip="usage"] "2" -> "3" [dir=forward tooltip="usage"] "2" -> "4" [dir=forward tooltip="usage"] "1" -> "2" [dir=forward tooltip="public-inheritance"] "1" -> "10" [dir=forward tooltip="usage"] "1" -> "11" [dir=forward tooltip="usage"] }

Subclassed by xlifepp::subdivision::SurfCone, xlifepp::subdivision::SurfCylinder, xlifepp::subdivision::SurfEllipsoid, xlifepp::subdivision::SurfSphere

Public Functions

SurfRevolution(const number_t type, const std::string descr, const Point &P1, const Point &P2, const real_t radius)#

main constructor

inline Vect AxisVector() const#

returns the unitary axis vector

inline virtual Point EndPt1() const#

returns the end points of the axis

inline real_t Height() const#

returns the distance between the two end points of the axis