Go to the documentation of this file.
28 #ifndef LATTICES_LCPIXELSET_H
29 #define LATTICES_LCPIXELSET_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/lattices/LRegions/LCBox.h>
34 #include <casacore/casa/Arrays/Slicer.h>
virtual TableRecord toRecord(const String &tableName) const
Convert the (derived) object to a record.
A Vector of integers, for indexing into Array<T> objects.
LCPixelSet(const Array< Bool > &mask, const LCBox ®ion)
Construct from the box defining the position of the mask.
A hierarchical collection of named fields of various types.
virtual LCRegion * cloneRegion() const
Make a copy of the derived object.
Class to define a rectangular box of interest.
virtual LCRegion * doTranslate(const Vector< Float > &translateVector, const IPosition &newLatticeShape) const
Construct another LCPixelSet (for e.g.
virtual Bool operator==(const LCRegion &other) const
Comparison.
virtual String type() const
Get the region type.
static String className()
Get the class name (to store in the record).
Abstract base class to define a fixed region.
static LCPixelSet * fromRecord(const TableRecord &, const String &tablename)
Convert correct object from a record.
Class to define a rectangular mask as a region.
Abstract base class to define a region of interest in lattice coordinates.
LCPixelSet(const LCPixelSet &other)
Copy constructor (copy semantics).
this file contains all the compiler specific defines
LatticeExprNode mask(const LatticeExprNode &expr)
This function returns the mask of the given expression.
String: the storage and methods of handling collections of characters.
bool Bool
Define the standard types used by Casacore.
LCPixelSet & operator=(const LCPixelSet &other)
Assignment (copy semantics).