|
NEST
2.6.0,not_revisioned_source_dir@0
|
Mask which covers all of space. More...
#include <mask.h>
Public Member Functions | |
| ~AllMask () | |
| bool | inside (const Position< D > &) const |
| bool | inside (const Box< D > &) const |
| bool | outside (const Box< D > &) const |
| Box< D > | get_bbox () const |
| The whole mask is inside (i.e., false everywhere outside) the bounding box. More... | |
| Mask< D > * | clone () const |
| Clone method. More... | |
Public Member Functions inherited from nest::Mask< D > | |
| ~Mask () | |
| bool | inside (const std::vector< double_t > &pt) const |
| AbstractMask * | intersect_mask (const AbstractMask &other) const |
| Create the intersection of this mask with another. More... | |
| AbstractMask * | union_mask (const AbstractMask &other) const |
| Create the union of this mask with another. More... | |
| AbstractMask * | minus_mask (const AbstractMask &other) const |
| Create the difference of this mask and another. More... | |
Public Member Functions inherited from nest::AbstractMask | |
| virtual | ~AbstractMask () |
| Virtual destructor. More... | |
| virtual DictionaryDatum | get_dict () const |
Mask which covers all of space.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
The whole mask is inside (i.e., false everywhere outside) the bounding box.
Implements nest::Mask< D >.
|
inlinevirtual |
Implements nest::Mask< D >.
|
inlinevirtual |
Implements nest::Mask< D >.
|
inlinevirtual |
Reimplemented from nest::Mask< D >.
1.8.7