#include <spherical_mask.hh>
Inherits ost::img::MaskBase.
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) |
Definition at line 35 of file spherical_mask.hh.
| SphericalMask | ( | ) |
| virtual ~SphericalMask | ( | ) | [virtual] |
| SphericalMask | ( | const Sphere & | s | ) |
| SphericalMask | ( | const Vec2 & | v, | |
| Real | d | |||
| ) |
| virtual void Apply | ( | MaskVisitor & | v | ) | [virtual] |
Implements MaskBase.
| virtual bool IsInside | ( | const Vec2 & | v | ) | [virtual] |
Implements MaskBase.
| virtual void Shift | ( | const Vec2 & | v | ) | [virtual] |
Implements MaskBase.
1.5.8