![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
object that encapsulate the mask function. More...
#include <Catalogue.h>
Public Member Functions | |
virtual bool | operator() (const std::shared_ptr< Object > obj) const |
call function This function can contain one or more checks on object variables, returning a bool More... | |
virtual | ~MaskObject () |
Default destructor. | |
object that encapsulate the mask function.
Mask should be an object that operates on object of type std::shared_ptr<cbl::catalogue::Object>, returning a bool
Definition at line 277 of file Catalogue.h.
|
inlinevirtual |
call function This function can contain one or more checks on object variables, returning a bool
obj | pointer to an object of type cbl::catalogue::Object |
Definition at line 287 of file Catalogue.h.