NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Protected Attributes | List of all members
nest::ConverseMask< D > Class Template Reference

Mask oriented in the opposite direction. More...

#include <mask.h>

Inheritance diagram for nest::ConverseMask< D >:
nest::Mask< D > nest::AbstractMask

Public Member Functions

 ConverseMask (const Mask< D > &m)
 Construct the converse of the two given mask. More...
 
 ConverseMask (const ConverseMask &m)
 Copy constructor. More...
 
 ~ConverseMask ()
 
bool inside (const Position< D > &p) const
 
bool inside (const Box< D > &b) const
 
bool outside (const Box< D > &b) 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
 
AbstractMaskintersect_mask (const AbstractMask &other) const
 Create the intersection of this mask with another. More...
 
AbstractMaskunion_mask (const AbstractMask &other) const
 Create the union of this mask with another. More...
 
AbstractMaskminus_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
 

Protected Attributes

Mask< D > * m_
 

Detailed Description

template<int D>
class nest::ConverseMask< D >

Mask oriented in the opposite direction.

Constructor & Destructor Documentation

template<int D>
nest::ConverseMask< D >::ConverseMask ( const Mask< D > &  m)
inline

Construct the converse of the two given mask.

A copy is made of the supplied Mask object.

template<int D>
nest::ConverseMask< D >::ConverseMask ( const ConverseMask< D > &  m)
inline

Copy constructor.

template<int D>
nest::ConverseMask< D >::~ConverseMask ( )
inline

Member Function Documentation

template<int D>
Mask< D > * nest::ConverseMask< D >::clone ( ) const
virtual

Clone method.

Returns
dynamically allocated copy of mask object

Implements nest::Mask< D >.

template<int D>
Box< D > nest::ConverseMask< D >::get_bbox ( ) const
virtual

The whole mask is inside (i.e., false everywhere outside) the bounding box.

Returns
bounding box

Implements nest::Mask< D >.

References nest::Box< D >::lower_left, and nest::Box< D >::upper_right.

template<int D>
bool nest::ConverseMask< D >::inside ( const Position< D > &  ) const
virtual
Returns
true if point is inside mask.

Implements nest::Mask< D >.

template<int D>
bool nest::ConverseMask< D >::inside ( const Box< D > &  ) const
virtual
Returns
true if the whole box is inside the mask.
Note
a return value of false is not a guarantee that the whole box is not inside the mask.

Implements nest::Mask< D >.

References nest::Box< D >::lower_left, and nest::Box< D >::upper_right.

template<int D>
bool nest::ConverseMask< D >::outside ( const Box< D > &  b) const
virtual
Returns
true if the whole box is outside the mask.
Note
a return value of false is not a guarantee that the whole box is not outside the mask.

Reimplemented from nest::Mask< D >.

References nest::Box< D >::lower_left, and nest::Box< D >::upper_right.

Member Data Documentation

template<int D>
Mask<D>* nest::ConverseMask< D >::m_
protected

The documentation for this class was generated from the following files: