casacore
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
casacore::LCRegionSingle Class Reference

More...

#include <LCRegionSingle.h>

Public Member Functions

 LCRegionSingle ()
 
 LCRegionSingle (const IPosition &latticeShape)
 Construct with the lattice shape only. More...
 
 LCRegionSingle (const LCRegionSingle &other)
 Copy constructor (copy semantics). More...
 
virtual ~LCRegionSingle ()
 
virtual Bool hasMask () const
 Does the region have a mask? More...
 
const Array< BoolmaskArray () const
 Get the mask (as an array). More...
 
Bool masksEqual (const LCRegion &other) const
 Is the mask of this region the same as the mask of the other. More...
 
virtual void set (const Bool &value)
 The following "put" functions are described in detail in class Lattice. More...
 
virtual void apply (Bool(*function)(Bool))
 Replace every element, x, of the Lattice with the result of f(x). More...
 
virtual void apply (Bool(*function)(const Bool &))
 
virtual void apply (const Functional< Bool, Bool > &function)
 
virtual void putAt (const Bool &value, const IPosition &where)
 Put the value of a single element. More...
 
virtual void copyData (const Lattice< Bool > &from)
 Copy the data from the given lattice to this one. More...
 
- Public Member Functions inherited from casacore::LCRegion
 LCRegion ()
 
 LCRegion (const IPosition &latticeShape)
 Construct with the lattice shape only. More...
 
 LCRegion (const LCRegion &other)
 Copy constructor (copy semantics). More...
 
virtual ~LCRegion ()
 
virtual Bool operator== (const LCRegion &other) const
 Equality
More...
 
Bool operator!= (const LCRegion &other) const
 Non-equality. More...
 
virtual Lattice< Bool > * clone () const
 Make a copy of the derived object. More...
 
virtual LCRegioncloneRegion () const =0
 
virtual void handleDelete ()
 Handle deletion of the region by deleting possible tables. More...
 
virtual void handleRename (const String &newName, Bool overwrite)
 Handle renaming the region by renaming possible tables. More...
 
virtual String type () const =0
 Region type. More...
 
const Stringcomment () const
 Get or set the comment. More...
 
void setComment (const String &comment)
 
LCRegiontranslate (const IPosition &translateVector) const
 Construct another LCRegion (for e.g. More...
 
LCRegiontranslate (const IPosition &translateVector, const IPosition &newLatticeShape) const
 
LCRegiontranslate (const Vector< Float > &translateVector) const
 
LCRegiontranslate (const Vector< Float > &translateVector, const IPosition &newLatticeShape) const
 
const IPositionlatticeShape () const
 Give the full lattice shape. More...
 
const SlicerboundingBox () const
 Give the bounding box. More...
 
Slicer expand (const Slicer &slicer) const
 Expand a slicer or position in the region to the full lattice. More...
 
IPosition expand (const IPosition &index) const
 
virtual TableRecord toRecord (const String &tableName) const =0
 Convert the (derived) object to a record. More...
 
virtual uInt ndim () const
 Return the dimensionality of the region. More...
 
virtual IPosition shape () const
 Return the shape of the region (i.e. More...
 
virtual Bool isWritable () const
 Usually the lattice (i.e. More...
 
- Public Member Functions inherited from casacore::Lattice< Bool >
virtual ~Lattice ()
 a virtual destructor is needed so that it will use the actual destructor in the derived class More...
 
virtual Lattice< Bool > * clone () const=0
 Make a copy of the derived object (reference semantics). More...
 
virtual DataType dataType () const
 Get the data type of the lattice. More...
 
Bool operator() (const IPosition &where) const
 Return the value of the single element located at the argument IPosition. More...
 
virtual Bool getAt (const IPosition &where) const
 
Bool get (COWPtr< Array< Bool > > &buffer, Bool removeDegenerateAxes=False) const
 Functions which extract an Array of values from a Lattice. More...
 
Bool get (Array< Bool > &buffer, Bool removeDegenerateAxes=False)
 
Array< Boolget (Bool removeDegenerateAxes=False) const
 
Bool getSlice (COWPtr< Array< Bool > > &buffer, const Slicer &section, Bool removeDegenerateAxes=False) const
 
Bool getSlice (COWPtr< Array< Bool > > &buffer, const IPosition &start, const IPosition &shape, Bool removeDegenerateAxes=False) const
 
Bool getSlice (COWPtr< Array< Bool > > &buffer, const IPosition &start, const IPosition &shape, const IPosition &stride, Bool removeDegenerateAxes=False) const
 
Bool getSlice (Array< Bool > &buffer, const Slicer &section, Bool removeDegenerateAxes=False)
 
Bool getSlice (Array< Bool > &buffer, const IPosition &start, const IPosition &shape, Bool removeDegenerateAxes=False)
 
Bool getSlice (Array< Bool > &buffer, const IPosition &start, const IPosition &shape, const IPosition &stride, Bool removeDegenerateAxes=False)
 
Array< BoolgetSlice (const Slicer &section, Bool removeDegenerateAxes=False) const
 
Array< BoolgetSlice (const IPosition &start, const IPosition &shape, Bool removeDegenerateAxes=False) const
 
Array< BoolgetSlice (const IPosition &start, const IPosition &shape, const IPosition &stride, Bool removeDegenerateAxes=False) const
 
void putSlice (const Array< Bool > &sourceBuffer, const IPosition &where, const IPosition &stride)
 A function which places an Array of values within this instance of the Lattice at the location specified by the IPosition "where", incrementing by "stride". More...
 
void putSlice (const Array< Bool > &sourceBuffer, const IPosition &where)
 
void put (const Array< Bool > &sourceBuffer)
 
void operator+= (const Lattice< Bool > &other)
 Add, subtract, multiple, or divide by another Lattice. More...
 
void operator-= (const Lattice< Bool > &other)
 
void operator*= (const Lattice< Bool > &other)
 
void operator/= (const Lattice< Bool > &other)
 
virtual void copyDataTo (Lattice< Bool > &to) const
 Copy the data from this lattice to the given lattice. More...
 
virtual uInt advisedMaxPixels () const
 This function returns the advised maximum number of pixels to include in the cursor of an iterator. More...
 

Protected Member Functions

LCRegionSingleoperator= (const LCRegionSingle &other)
 Assignment (copy semantics) is only useful for derived classes. More...
 
void setMaskPtr (Lattice< Bool > &mask)
 Set the pointer to the mask in the derived class. More...
 
virtual Bool doGetSlice (Array< Bool > &buffer, const Slicer &section)
 Do the actual getting of the mask. More...
 
virtual void doPutSlice (const Array< Bool > &sourceBuffer, const IPosition &where, const IPosition &stride)
 Do the actual putting of the mask. More...
 
virtual IPosition doNiceCursorShape (uInt maxPixels) const
 Get the best cursor shape. More...
 
virtual LatticeIterInterface< Bool > * makeIter (const LatticeNavigator &navigator, Bool useRef) const
 Make an iterator. More...
 
- Protected Member Functions inherited from casacore::LCRegion
LCRegionoperator= (const LCRegion &other)
 Assignment (copy semantics) is only useful for derived classes. More...
 
void setBoundingBox (const Slicer &boundingBox)
 Sometimes it is inconvenient for a derived class to set the bounding box in the constructor. More...
 
void setShapeAndBoundingBox (const IPosition &latticeShape, const Slicer &boundingBox)
 
virtual LCRegiondoTranslate (const Vector< Float > &translateVector, const IPosition &newLatticeShape) const =0
 Do the actual translate in a derived class. More...
 
void defineRecordFields (RecordInterface &record, const String &className) const
 Define the type and class name in the record. More...
 
- Protected Member Functions inherited from casacore::Lattice< Bool >
 Lattice ()
 Define default constructor to satisfy compiler. More...
 
 Lattice (const Lattice< Bool > &)
 Copy constructor and assignment can only be used by derived classes. More...
 
virtual void handleMath (const Lattice< Bool > &from, int oper)
 Handle the Math operators (+=, -=, *=, /=). More...
 
virtual void handleMathTo (Lattice< Bool > &to, int oper) const
 
void handleMathTo (Lattice< Bool > &, int) const
 
Lattice< Bool > & operator= (const Lattice< Bool > &)
 

Private Attributes

Bool itsHasMask
 
Lattice< Bool > * itsMaskPtr
 

Additional Inherited Members

- Static Public Member Functions inherited from casacore::LCRegion
static LCRegionfromRecord (const TableRecord &, const String &tableName)
 Convert correct object from a record. More...
 

Detailed Description

Abstract base class to define a single region.

Intended use:

Public interface

Prerequisite

Synopsis

The LCRegion class is the abstract base class for various types of LCRegion's (e.g. LCRegionEllipsoid, LCRegionBox). It contains the minimal bounding box of the region and, if needed, a mask with the same shape as the bounding box. A mask element is true if the element is inside the box.

Each LCRegion object must be able to convert itself to and from a Record. In that way they can be made persistent (in for example a Table).

The LCRegion can be used in several Lattices and Images classes and functions to limit the area to operate on.

Example

Motivation

The Slicer class is too limited as a region, because it can only describe a rectangular region. Specialized classes are needed to describe arbitrary regions. They need a base class to combine them.

Definition at line 80 of file LCRegionSingle.h.

Constructor & Destructor Documentation

◆ LCRegionSingle() [1/3]

casacore::LCRegionSingle::LCRegionSingle ( )

◆ LCRegionSingle() [2/3]

casacore::LCRegionSingle::LCRegionSingle ( const IPosition latticeShape)

Construct with the lattice shape only.

◆ LCRegionSingle() [3/3]

casacore::LCRegionSingle::LCRegionSingle ( const LCRegionSingle other)

Copy constructor (copy semantics).

◆ ~LCRegionSingle()

virtual casacore::LCRegionSingle::~LCRegionSingle ( )
virtual

Member Function Documentation

◆ apply() [1/3]

virtual void casacore::LCRegionSingle::apply ( Bool(*)(Bool function)
virtual

Replace every element, x, of the Lattice with the result of f(x).

You must pass in the address of the function – so the function must be declared and defined in the scope of your program. All versions of apply require a function that accepts a single argument of type T (the Lattice template type) and return a result of the same type. The first apply expects a function with an argument passed by value; the second expects the argument to be passed by const reference; the third requires an instance of the class Functional<T,T>. The first form ought to run faster for the built-in types, which may be an issue for large Lattices stored in memory, where disk access is not an issue.

Reimplemented from casacore::LCRegion.

◆ apply() [2/3]

virtual void casacore::LCRegionSingle::apply ( Bool(*)(const Bool &)  function)
virtual

Reimplemented from casacore::LCRegion.

◆ apply() [3/3]

virtual void casacore::LCRegionSingle::apply ( const Functional< Bool, Bool > &  function)
virtual

Reimplemented from casacore::LCRegion.

◆ copyData()

virtual void casacore::LCRegionSingle::copyData ( const Lattice< Bool > &  from)
virtual

Copy the data from the given lattice to this one.

The default implementation uses function copyDataTo.

Reimplemented from casacore::LCRegion.

◆ doGetSlice()

virtual Bool casacore::LCRegionSingle::doGetSlice ( Array< Bool > &  buffer,
const Slicer section 
)
protectedvirtual

Do the actual getting of the mask.

Implements casacore::Lattice< Bool >.

◆ doNiceCursorShape()

virtual IPosition casacore::LCRegionSingle::doNiceCursorShape ( uInt  maxPixels) const
protectedvirtual

Get the best cursor shape.

Reimplemented in casacore::LCPagedMask, casacore::LCMask, and casacore::LCHDF5Mask.

◆ doPutSlice()

virtual void casacore::LCRegionSingle::doPutSlice ( const Array< Bool > &  sourceBuffer,
const IPosition where,
const IPosition stride 
)
protectedvirtual

Do the actual putting of the mask.

Only possible if region is writable.

Reimplemented from casacore::LCRegion.

◆ hasMask()

virtual Bool casacore::LCRegionSingle::hasMask ( ) const
virtual

Does the region have a mask?

Implements casacore::LCRegion.

◆ makeIter()

virtual LatticeIterInterface<Bool>* casacore::LCRegionSingle::makeIter ( const LatticeNavigator navigator,
Bool  useRef 
) const
protectedvirtual

Make an iterator.

When the underlying region has a mask, an iterator for that region is returned. Otherwise the standard iterator is returned.

Reimplemented from casacore::Lattice< Bool >.

Reimplemented in casacore::LCPagedMask, casacore::LCMask, and casacore::LCHDF5Mask.

◆ maskArray()

const Array<Bool> casacore::LCRegionSingle::maskArray ( ) const

Get the mask (as an array).

◆ masksEqual()

Bool casacore::LCRegionSingle::masksEqual ( const LCRegion other) const

Is the mask of this region the same as the mask of the other.

◆ operator=()

LCRegionSingle& casacore::LCRegionSingle::operator= ( const LCRegionSingle other)
protected

Assignment (copy semantics) is only useful for derived classes.

◆ putAt()

virtual void casacore::LCRegionSingle::putAt ( const Bool value,
const IPosition where 
)
virtual

Put the value of a single element.


The default implementation uses putSlice.

Reimplemented from casacore::LCRegion.

◆ set()

virtual void casacore::LCRegionSingle::set ( const Bool value)
virtual

The following "put" functions are described in detail in class Lattice.

They'll throw an exception is no mask is available or if the mask is not writable.

Reimplemented from casacore::LCRegion.

◆ setMaskPtr()

void casacore::LCRegionSingle::setMaskPtr ( Lattice< Bool > &  mask)
protected

Set the pointer to the mask in the derived class.

Member Data Documentation

◆ itsHasMask

Bool casacore::LCRegionSingle::itsHasMask
private

Definition at line 141 of file LCRegionSingle.h.

◆ itsMaskPtr

Lattice<Bool>* casacore::LCRegionSingle::itsMaskPtr
private

Definition at line 142 of file LCRegionSingle.h.


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