| 
|   | LCBox () | 
|   | 
|   | LCBox (const IPosition &latticeShape) | 
|   | Construct a box for the full lattice shape.  
  | 
|   | 
|   | LCBox (const Slicer &box, const IPosition &latticeShape) | 
|   | Construct from the Slicer defining the box.  
  | 
|   | 
|   | LCBox (const IPosition &blc, const IPosition &trc, const IPosition &latticeShape) | 
|   | Construct from the IPosition's defining the bottom-left and top-right corner of the box.  
  | 
|   | 
|   | LCBox (const Vector< Float > &blc, const Vector< Float > &trc, const IPosition &latticeShape) | 
|   | Construct from the Vector's defining the bottom-left and top-right corner of the box.  
  | 
|   | 
|   | LCBox (const Vector< Double > &blc, const Vector< Double > &trc, const IPosition &latticeShape) | 
|   | 
|   | LCBox (const LCBox &other) | 
|   | Copy constructor (reference semantics).  
  | 
|   | 
| virtual  | ~LCBox () | 
|   | 
| LCBox &  | operator= (const LCBox &other) | 
|   | Assignment (copy semantics).  
  | 
|   | 
| virtual Bool  | operator== (const LCRegion &other) const | 
|   | Comparison.  
  | 
|   | 
| virtual LCRegion *  | cloneRegion () const | 
|   | Make a copy of the derived object.  
  | 
|   | 
| virtual String  | type () const | 
|   | Get the region type.  
  | 
|   | 
| virtual TableRecord  | toRecord (const String &tableName) const | 
|   | Convert the (derived) object to a record.  
  | 
|   | 
| Vector< Float >  | blc () const | 
|   | Get the box blc.  
  | 
|   | 
| Vector< Float >  | trc () const | 
|   | Get the box trc.  
  | 
|   | 
|   | LCRegionFixed () | 
|   | 
|   | LCRegionFixed (const IPosition &latticeShape) | 
|   | Construct with the lattice shape only.  
  | 
|   | 
|   | LCRegionFixed (const LCRegionFixed &other) | 
|   | Copy constructor (copy semantics).  
  | 
|   | 
| virtual  | ~LCRegionFixed () | 
|   | Destructor.  
  | 
|   | 
| const ArrayLattice< Bool > &  | getMask () const | 
|   | Return the mask.  
  | 
|   | 
|   | LCRegionSingle () | 
|   | 
|   | LCRegionSingle (const IPosition &latticeShape) | 
|   | Construct with the lattice shape only.  
  | 
|   | 
|   | LCRegionSingle (const LCRegionSingle &other) | 
|   | Copy constructor (copy semantics).  
  | 
|   | 
| virtual  | ~LCRegionSingle () | 
|   | 
| virtual Bool  | hasMask () const | 
|   | Does the region have a mask?  
  | 
|   | 
| const Array< Bool >  | maskArray () const | 
|   | Get the mask (as an array).  
  | 
|   | 
| Bool  | masksEqual (const LCRegion &other) const | 
|   | Is the mask of this region the same as the mask of the other.  
  | 
|   | 
| virtual void  | set (const Bool &value) | 
|   | The following "put" functions are described in detail in class Lattice.  
  | 
|   | 
| virtual void  | apply (Bool(*function)(Bool)) | 
|   | Replace every element, x, of the Lattice with the result of f(x).  
  | 
|   | 
| 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.  
  | 
|   | 
| virtual void  | copyData (const Lattice< Bool > &from) | 
|   | Copy the data from the given lattice to this one.  
  | 
|   | 
|   | LCRegion () | 
|   | 
|   | LCRegion (const IPosition &latticeShape) | 
|   | Construct with the lattice shape only.  
  | 
|   | 
|   | LCRegion (const LCRegion &other) | 
|   | Copy constructor (copy semantics).  
  | 
|   | 
| virtual  | ~LCRegion () | 
|   | 
| Bool  | operator!= (const LCRegion &other) const | 
|   | Non-equality.  
  | 
|   | 
| virtual Lattice< Bool > *  | clone () const | 
|   | Make a copy of the derived object.  
  | 
|   | 
| virtual void  | handleDelete () | 
|   | Handle deletion of the region by deleting possible tables.  
  | 
|   | 
| virtual void  | handleRename (const String &newName, Bool overwrite) | 
|   | Handle renaming the region by renaming possible tables.  
  | 
|   | 
| const String &  | comment () const | 
|   | Get or set the comment.  
  | 
|   | 
| void  | setComment (const String &comment) | 
|   | 
| LCRegion *  | translate (const IPosition &translateVector) const | 
|   | Construct another LCRegion (for e.g.  
  | 
|   | 
| LCRegion *  | translate (const IPosition &translateVector, const IPosition &newLatticeShape) const | 
|   | 
| LCRegion *  | translate (const Vector< Float > &translateVector) const | 
|   | 
| LCRegion *  | translate (const Vector< Float > &translateVector, const IPosition &newLatticeShape) const | 
|   | 
| const IPosition &  | latticeShape () const | 
|   | Give the full lattice shape.  
  | 
|   | 
| const Slicer &  | boundingBox () const | 
|   | Give the bounding box.  
  | 
|   | 
| Slicer  | expand (const Slicer &slicer) const | 
|   | Expand a slicer or position in the region to the full lattice.  
  | 
|   | 
| IPosition  | expand (const IPosition &index) const | 
|   | 
| virtual uInt  | ndim () const | 
|   | Return the dimensionality of the region.  
  | 
|   | 
| virtual IPosition  | shape () const | 
|   | Return the shape of the region (i.e.  
  | 
|   | 
| virtual Bool  | isWritable () const | 
|   | Usually the lattice (i.e.  
  | 
|   | 
| virtual  | ~Lattice () | 
|   | a virtual destructor is needed so that it will use the actual destructor in the derived class  
  | 
|   | 
| virtual DataType  | dataType () const | 
|   | Get the data type of the lattice.  
  | 
|   | 
| Bool  | operator() (const IPosition &where) const | 
|   | Return the value of the single element located at the argument IPosition.  
  | 
|   | 
| 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.  
  | 
|   | 
| Bool  | get (Array< Bool > &buffer, Bool removeDegenerateAxes=False) | 
|   | 
| Array< Bool >  | get (Bool removeDegenerateAxes=False) const | 
|   | 
| Bool  | getSlice (COWPtr< Array< Bool > > &buffer, const Slicer §ion, 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 §ion, 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< Bool >  | getSlice (const Slicer §ion, Bool removeDegenerateAxes=False) const | 
|   | 
| Array< Bool >  | getSlice (const IPosition &start, const IPosition &shape, Bool removeDegenerateAxes=False) const | 
|   | 
| Array< Bool >  | getSlice (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".  
  | 
|   | 
| 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.  
  | 
|   | 
| 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.  
  | 
|   | 
| virtual uInt  | advisedMaxPixels () const | 
|   | This function returns the advised maximum number of pixels to include in the cursor of an iterator.  
  | 
|   | 
| virtual  | ~LatticeBase () | 
|   | A virtual destructor is needed so that it will use the actual destructor in the derived class.  
  | 
|   | 
| virtual String  | imageType () const | 
|   | Get the image type (returns name of derived class).  
  | 
|   | 
| virtual Bool  | isPersistent () const | 
|   | Is the lattice persistent and can it be loaded by other processes as well? That is the case for a PagedArray or PagedImage and for an ImageExpr which does not use transient lattices or regions.  
  | 
|   | 
| virtual Bool  | isPaged () const | 
|   | Is the lattice paged to disk?  
The default implementation returns False.  
  | 
|   | 
| virtual Bool  | canReferenceArray () const | 
|   | Can the lattice data be referenced as an array section? That is the case for an ArrayLattice or a Temp/SubLattice using it.  
  | 
|   | 
| virtual void  | save (const String &fileName) const | 
|   | Save the image in an AipsIO file with the given name.  
  | 
|   | 
| virtual Bool  | lock (FileLocker::LockType, uInt nattempts) | 
|   | It is strongly recommended to use class LatticeLocker to handle lattice locking.  
  | 
|   | 
| virtual void  | unlock () | 
|   | 
| virtual Bool  | hasLock (FileLocker::LockType) const | 
|   | 
| virtual void  | resync () | 
|   | Resynchronize the Lattice object with the lattice file.  
  | 
|   | 
| virtual void  | flush () | 
|   | Flush the data (but do not unlock).  
  | 
|   | 
| virtual void  | tempClose () | 
|   | Temporarily close the lattice.  
  | 
|   | 
| virtual void  | reopen () | 
|   | Explicitly reopen the temporarily closed lattice.  
  | 
|   | 
| virtual String  | name (Bool stripPath=False) const | 
|   | Return the name of the current Lattice object.  
  | 
|   | 
| virtual size_t  | nelements () const | 
|   | Return the total number of elements in this Lattice.  
  | 
|   | 
| size_t  | size () const | 
|   | 
| Bool  | conform (const LatticeBase &other) const | 
|   | Return a value of "True" if this instance of Lattice and 'other' have the same shape, otherwise returns a value of "False".  
  | 
|   | 
| virtual LELCoordinates  | lelCoordinates () const | 
|   | Return the coordinates of the lattice.  
  | 
|   | 
| IPosition  | niceCursorShape (uInt maxPixels) const | 
|   | Returns a recommended cursor shape for iterating through all the pixels in the Lattice.  
  | 
|   | 
| IPosition  | niceCursorShape () const | 
|   | 
| virtual Bool  | ok () const | 
|   | Check class internals - used for debugging.  
  | 
|   | 
| virtual uInt  | maximumCacheSize () const | 
|   | Maximum cache size - not necessarily all used.  
  | 
|   | 
| virtual void  | setMaximumCacheSize (uInt howManyPixels) | 
|   | Set the maximum (allowed) cache size as indicated.  
  | 
|   | 
| virtual void  | setCacheSizeInTiles (uInt howManyTiles) | 
|   | Set the actual cache size for this Array to be big enough for the indicated number of tiles.  
  | 
|   | 
| virtual void  | setCacheSizeFromPath (const IPosition &sliceShape, const IPosition &windowStart, const IPosition &windowLength, const IPosition &axisPath) | 
|   | Set the cache size as to "fit" the indicated path.  
  | 
|   | 
| virtual void  | clearCache () | 
|   | Clears and frees up the caches, but the maximum allowed cache size is unchanged from when setCacheSize was called.  
  | 
|   | 
| virtual void  | showCacheStatistics (ostream &os) const | 
|   | Report on cache success.  
  | 
|   | 
 | 
| virtual LCRegion *  | doTranslate (const Vector< Float > &translateVector, const IPosition &newLatticeShape) const | 
|   | Construct another LCBox (for e.g.  
  | 
|   | 
| LCRegionFixed &  | operator= (const LCRegionFixed &other) | 
|   | Assignment (copy semantics) is only useful for derived classes.  
  | 
|   | 
| void  | setMask (const Array< Bool > &mask) | 
|   | Set the mask.  
  | 
|   | 
| LCRegionSingle &  | operator= (const LCRegionSingle &other) | 
|   | Assignment (copy semantics) is only useful for derived classes.  
  | 
|   | 
| void  | setMaskPtr (Lattice< Bool > &mask) | 
|   | Set the pointer to the mask in the derived class.  
  | 
|   | 
| virtual Bool  | doGetSlice (Array< Bool > &buffer, const Slicer §ion) | 
|   | Do the actual getting of the mask.  
  | 
|   | 
| virtual void  | doPutSlice (const Array< Bool > &sourceBuffer, const IPosition &where, const IPosition &stride) | 
|   | Do the actual putting of the mask.  
  | 
|   | 
| virtual IPosition  | doNiceCursorShape (uInt maxPixels) const | 
|   | Get the best cursor shape.  
  | 
|   | 
| virtual LatticeIterInterface< Bool > *  | makeIter (const LatticeNavigator &navigator, Bool useRef) const | 
|   | Make an iterator.  
  | 
|   | 
| LCRegion &  | operator= (const LCRegion &other) | 
|   | Assignment (copy semantics) is only useful for derived classes.  
  | 
|   | 
| void  | setBoundingBox (const Slicer &boundingBox) | 
|   | Sometimes it is inconvenient for a derived class to set the bounding box in the constructor.  
  | 
|   | 
| void  | setShapeAndBoundingBox (const IPosition &latticeShape, const Slicer &boundingBox) | 
|   | 
| void  | defineRecordFields (RecordInterface &record, const String &className) const | 
|   | Define the type and class name in the record.  
  | 
|   | 
|   | Lattice () | 
|   | Define default constructor to satisfy compiler.  
  | 
|   | 
|   | Lattice (const Lattice< Bool > &) | 
|   | Copy constructor and assignment can only be used by derived classes.  
  | 
|   | 
| virtual void  | handleMath (const Lattice< Bool > &from, int oper) | 
|   | Handle the Math operators (+=, -=, *=, /=).  
  | 
|   | 
| virtual void  | handleMathTo (Lattice< Bool > &to, int oper) const | 
|   | 
| void  | handleMathTo (Lattice< Bool > &, int) const | 
|   | 
| Lattice< Bool > &  | operator= (const Lattice< Bool > &) | 
|   | 
|   | LatticeBase () | 
|   | Define default constructor to be used by derived classes.  
  | 
|   | 
|   | LatticeBase (const LatticeBase &) | 
|   | Copy constructor and assignment can only be used by derived classes.  
  | 
|   | 
| LatticeBase &  | operator= (const LatticeBase &) | 
|   | 
| void  | throwBoolMath () const | 
|   | Throw an exception for arithmetic on a Bool Lattice.  
  | 
|   | 
Class to define a rectangular box of interest.
Intended use:
Public interface
Prerequisite
Synopsis
The LCBox class is a specialization of class LCRegion. It makes it possible to define a rectangular region of interest.
Example
 
 
Definition at line 65 of file LCBox.h.