BALL
1.4.2
|
#include <BALL/MATHS/sphere3.h>
Public Member Functions | |
Constructors and Destructors | |
TSphere3 () | |
TSphere3 (const TSphere3 &sphere) | |
TSphere3 (const TVector3< T > &point, const T &radius) | |
virtual | ~TSphere3 () |
virtual void | clear () |
Assignment | |
void | swap (TSphere3 &sphere) |
void | set (const TSphere3 &sphere) |
void | set (const TVector3< T > &point, const T &r) |
TSphere3 & | operator= (const TSphere3 &sphere) |
void | get (TSphere3 &sphere) const |
void | get (TVector3< T > &point, T &r) const |
Predicates | |
bool | operator== (const TSphere3 &sphere) const |
bool | operator!= (const TSphere3 &sphere) const |
bool | has (const TVector3< T > &point, bool on_surface=false) const |
bool | isEmpty () const |
Debugging and Diagnostics | |
bool | isValid () const |
void | dump (std::ostream &s=std::cout, Size depth=0) const |
Public Attributes | |
Attributes | |
TVector3< T > | p |
T | radius |
Generic Sphere Class.
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Default initialisation
Reimplemented in BALL::VIEW::Sphere.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
TVector3<T> BALL::TSphere3< T >::p |
T BALL::TSphere3< T >::radius |