OpenStructure
|
#include <spherical_mask.hh>
Inherits MaskBase, and Sphere.
Public Member Functions | |
SphericalMask () | |
virtual | ~SphericalMask () |
SphericalMask (const Sphere &s) | |
SphericalMask (const Vec2 &v, Real d) | |
virtual MaskPtr | Clone () |
virtual bool | IsInside (const Vec2 &v) |
virtual void | Shift (const Vec2 &v) |
virtual void | Expand (Real d) |
virtual void | Scale (Real d) |
virtual void | Apply (MaskVisitor &v) |
Public Member Functions inherited from MaskBase | |
MaskBase () | |
virtual | ~MaskBase () |
bool | IsOutside (const Vec2 &v) |
virtual void | Shrink (Real d) |
Definition at line 35 of file spherical_mask.hh.
SphericalMask | ( | ) |
|
virtual |
SphericalMask | ( | const Sphere & | s | ) |
SphericalMask | ( | const Vec2 & | v, |
Real | d | ||
) |
|
virtual |
Implements MaskBase.
|
virtual |
Implements MaskBase.
|
virtual |
Implements MaskBase.