OpenStructure
|
#include <inverted_mask.hh>
Inherits MaskBase.
Public Member Functions | |
InvertedMask (const MaskPtr &lhs) | |
InvertedMask (const InvertedMask &m) | |
virtual | ~InvertedMask () |
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) |
Protected Attributes | |
MaskPtr | lhs_ |
Definition at line 29 of file inverted_mask.hh.
InvertedMask | ( | const MaskPtr & | lhs | ) |
InvertedMask | ( | const InvertedMask & | m | ) |
|
virtual |
|
virtual |
Implements MaskBase.
|
virtual |
Implements MaskBase.
|
virtual |
Implements MaskBase.
|
protected |
Definition at line 45 of file inverted_mask.hh.