Project OpenGeode
class GenericSphere
class GenericSphere
class GenericSphere
Functions
GenericSphere
cpp
public void GenericSphere<PointType, dimension>(PointType origin, double radius)public void GenericSphere<PointType, dimension>(PointType origin, double radius)GenericSphere
cpp
public void GenericSphere<PointType, dimension>(const GenericSphere<PointType, dimension> & other)public void GenericSphere<PointType, dimension>(const GenericSphere<PointType, dimension> & other)operator=
cpp
public GenericSphere<PointType, dimension> & operator=(const GenericSphere<PointType, dimension> & other)public GenericSphere<PointType, dimension> & operator=(const GenericSphere<PointType, dimension> & other)GenericSphere
cpp
public void GenericSphere<PointType, dimension>(GenericSphere<PointType, dimension> && other)public void GenericSphere<PointType, dimension>(GenericSphere<PointType, dimension> && other)operator=
cpp
public GenericSphere<PointType, dimension> & operator=(GenericSphere<PointType, dimension> && other)public GenericSphere<PointType, dimension> & operator=(GenericSphere<PointType, dimension> && other)origin
cpp
public const Point<dimension> & origin()public const Point<dimension> & origin()radius
cpp
public double radius()public double radius()bounding_box
cpp
public BoundingBox<dimension> bounding_box()public BoundingBox<dimension> bounding_box()