|
| UBox () |
|
| UBox (const std::string &name, double dx, double dy, double dz) |
|
virtual | ~UBox () |
|
| UBox (const UBox &rhs) |
|
UBox & | operator= (const UBox &rhs) |
|
void | Set (double dx, double dy, double dz) |
|
void | Set (const UVector3 &vec) |
|
double | GetXHalfLength () const |
|
double | GetYHalfLength () const |
|
double | GetZHalfLength () const |
|
void | SetXHalfLength (double dx) |
|
void | SetYHalfLength (double dy) |
|
void | SetZHalfLength (double dz) |
|
EnumInside | Inside (const UVector3 &aPoint) const |
|
double | SafetyFromInside (const UVector3 &aPoint, bool aAccurate=false) const |
|
double | SafetyFromOutside (const UVector3 &aPoint, bool aAccurate=false) const |
|
double | DistanceToIn (const UVector3 &aPoint, const UVector3 &aDirection, double aPstep=UUtils::kInfinity) const |
|
double | DistanceToOut (const UVector3 &aPoint, const UVector3 &aDirection, UVector3 &aNormalVector, bool &aConvex, double aPstep=UUtils::kInfinity) const |
|
bool | Normal (const UVector3 &aPoint, UVector3 &aNormal) const |
|
void | Extent (UVector3 &aMin, UVector3 &aMax) const |
|
double | Capacity () |
|
double | SurfaceArea () |
|
VUSolid * | Clone () const |
|
UGeometryType | GetEntityType () const |
|
void | ComputeBBox (UBBox *, bool) |
|
void | GetParametersList (int, double *aArray) const |
|
UVector3 | GetPointOnSurface () const |
|
std::ostream & | StreamInfo (std::ostream &os) const |
|
| VUSolid () |
|
| VUSolid (const std::string &name) |
|
virtual | ~VUSolid () |
|
double | GetCarTolerance () const |
|
double | GetRadTolerance () const |
|
double | GetAngTolerance () const |
|
void | SetCarTolerance (double eps) |
|
void | SetRadTolerance (double eps) |
|
void | SetAngTolerance (double eps) |
|
virtual void | ExtentAxis (EAxisType aAxis, double &aMin, double &aMax) const |
|
const std::string & | GetName () const |
|
void | SetName (const std::string &aName) |
|
virtual void | SamplePointsInside (int, UVector3 *) const |
|
virtual void | SamplePointsOnSurface (int, UVector3 *) const |
|
virtual void | SamplePointsOnEdge (int, UVector3 *) const |
|
double | EstimateCubicVolume (int nStat, double epsilon) const |
|
double | EstimateSurfaceArea (int nStat, double ell) const |
|
Definition at line 33 of file UBox.hh.