Isis 3 Programmer Reference
Isis::BufferManager Class Reference

Manages a Buffer over a cube. More...

#include <BufferManager.h>

Inheritance diagram for Isis::BufferManager:
Inheritance graph
Collaboration diagram for Isis::BufferManager:
Collaboration graph

Public Member Functions

 BufferManager (int maxsamps, int maxlines, int maxbands, int bufsamps, int buflines, int bufbands, Isis::PixelType type, bool reverse=false)
 Constructs a BufferManager object.
 
 BufferManager (const BufferManager &other)
 Constructs a BufferManager object.
 
 ~BufferManager ()
 Destroys the BufferManager object.
 
bool operator++ (int)
 Moves the shape buffer to the next position.
 
BufferManageroperator+= (int i)
 Moves the shape buffer by a certain amount.
 
bool begin ()
 Moves the shape buffer to the first position.
 
bool next ()
 Moves the shape buffer to the next position.
 
bool end () const
 Returns true if the shape buffer has accessed the end of the cube.
 
bool setpos (BigInt map)
 Sets the position of the shape in the cube.
 
void swap (BufferManager &other)
 Swaps the values of this BufferManager with that of another.
 
BufferManageroperator= (const BufferManager &rhs)
 Creates a new BufferManager with the same values as another.
 
int SampleDimension () const
 Returns the number of samples in the shape buffer.
 
int LineDimension () const
 Returns the number of lines in the shape buffer.
 
int BandDimension () const
 Returns the number of bands in the shape buffer.
 
int size () const
 Returns the total number of pixels in the shape buffer.
 
int Sample (const int index=0) const
 Returns the sample position associated with a shape buffer index.
 
int Line (const int index=0) const
 Returns the line position associated with a shape buffer index.
 
int Band (const int index=0) const
 Returns the band position associated with a shape buffer index.
 
void Position (const int index, int &i_samp, int &i_line, int &i_band) const
 Returns the sample, line, and band position associated with a shape buffer index.
 
int Index (const int i_samp, const int i_line, const int i_band) const
 Given a sample, line, and band position, this returns the appropriate index in the shape buffer.
 
double at (const int index) const
 Returns the value in the shape buffer at the given index.
 
double & operator[] (const int index)
 Returns the value in the shape buffer at given index.
 
const double & operator[] (const int index) const
 Returns the value in the shape buffer at given index.
 
double * DoubleBuffer () const
 Returns the value of the shape buffer.
 
void Copy (const Buffer &in, bool includeRawBuf=true)
 Allows copying of the buffer contents to another Buffer.
 
bool CopyOverlapFrom (const Buffer &in)
 Allows copying of the buffer contents of a larger buffer to another same size or smaller Buffer, using their base positions to relate data.
 
void * RawBuffer () const
 Returns a void pointer to the raw buffer.
 
Isis::PixelType PixelType () const
 Returns the raw buffer pixel type.
 

Protected Member Functions

int MaxSamples () const
 Returns the number of samples in the cube.
 
int MaxLines () const
 Returns the number of lines in the cube.
 
int MaxBands () const
 Returns the number of bands in the cube.
 
BigInt MaxMaps () const
 Returns the maximum number of positions the shape buffer needs to cover the entire image (see setpos method for more info).
 
void SetIncrements (const int sinc, const int linc, const int binc)
 Sets how the shape is incremented through the cube.
 
void SetOffsets (const int soff, const int loff, const int boff)
 Sets the offset of the buffer.
 
void SetBasePosition (const int start_sample, const int start_line, const int start_band)
 This method is used to set the base position of the shape buffer.
 
void SetBaseSample (const int start_samp)
 This method is used to set the base sample position of the shape buffer.
 
void SetBaseLine (const int start_line)
 This method is used to set the base line position of the shape buffer.
 
void SetBaseBand (const int start_band)
 This method is used to set the base band position of the shape buffer.
 
void Allocate ()
 Size or resize the memory buffer.
 

Protected Attributes

int p_sample
 Starting sample to read/write.
 
int p_nsamps
 Number of samples to read/write.
 
int p_line
 Starting line to read/write.
 
int p_nlines
 Number of lines to read/write.
 
int p_band
 Starting band to read/write.
 
int p_nbands
 Number of bands to read/write.
 
int p_npixels
 Number of pixels (nsamps * nlines * nbands)
 
double * p_buf
 Shape buffer allocated to the size of npixels for handling reads/writes.
 
const Isis::PixelType p_pixelType
 The pixel type of the raw buffer.
 
void * p_rawbuf
 The raw dm read from the disk.
 

Private Attributes

int p_maxSamps
 Maximum samples to map.
 
int p_maxLines
 Maximum lines to map.
 
int p_maxBands
 Maximum bands to map.
 
int p_sinc
 Sample increment.
 
int p_linc
 Line increment.
 
int p_binc
 Band increment.
 
int p_soff
 Sample offset.
 
int p_loff
 Line offset.
 
int p_boff
 Band offset.
 
int p_currentSample
 Current sample.
 
int p_currentLine
 Current line.
 
int p_currentBand
 Current band.
 
BigInt p_nmaps
 Total number of objects to map.
 
BigInt p_currentMap
 Current buffer map position.
 
bool p_reverse
 If true the axies are processed in Band, Line, Sample order (e.g., BIL).
 

Detailed Description

Manages a Buffer over a cube.

This class is used to manage a Buffer over a cube. Recall a Buffer is simply a 3-d shape (or subset) of a cube. For example, a line, tile, or spectra are some possible shapes. A buffer manager will walk the shape over the entire cube to ensure every pixel is accessed. When constructing a BufferManager, arguments for the cube size and buffer size are required. For example, construction for a (100 sample, 200 line, 2 band) cube accessed by a line shape would require the shape buffer to have 100 samples, 1 line, and 1 band. The manager would then access the lines sequentially in the first band and then proceed to the second band. A 100 sample, 1 line, and 2 band shape buffer would access each line but both bands simultaneously. Typically, a BufferManager is not instantiated directly but is used in a derived class such a Line or Tile.

If you would like to see BufferManager being used in implementation, see the LineManager, BoxcarManager, or TileManager class.

Author
2003-02-01 Jeff Anderson
History

2003-05-16 Stuart Sides - modified schema from astrogeology...isis.astrogeology

2003-06-02 Jeff Anderson - Modified setpos method to allow for speedy reverse direction management.

2005-05-23 Jeff Anderson - Modified to support 2GB+ files

2007-12-04 Christopher Austin - Added option to constructor to change the order of the progression through the cube

2008-06-18 Christopher Austin - Fixed documenation errors

2012-02-24 Steven Lambright - Optimized setpos() and made it public.

2017-08-30 Summer Stapleton - Updated documentation. References #4807.

Definition at line 52 of file BufferManager.h.

Constructor & Destructor Documentation

◆ BufferManager() [1/3]

Isis::BufferManager::BufferManager ( )

Definition at line 17 of file BufferManager.cpp.

◆ BufferManager() [2/3]

Isis::BufferManager::BufferManager ( int maxsamps,
int maxlines,
int maxbands,
int bufsamps,
int buflines,
int bufbands,
Isis::PixelType type,
bool reverse = false )

Constructs a BufferManager object.

Parameters
maxsampsMaximum samples to map
maxlinesMaximum lines to map
maxbandsMaximum bands to map
bufsampsNumber of samples in the shape buffer
buflinesNumber of lines in the shape buffer
bufbandsNumber of bands in the shape buffer
typeType of pixel in raw buffer
reverseModifies the order of progression this buffer takes through the cube. By default, progresses samples first, then lines, then bands. If reverse = true, then the buffer progresses bands first, then lines, then samples.

Definition at line 44 of file BufferManager.cpp.

References p_reverse, and SetIncrements().

◆ BufferManager() [3/3]

Isis::BufferManager::BufferManager ( const BufferManager & other)

Constructs a BufferManager object.

Parameters
&otherReference to a BufferManager to copy

Definition at line 62 of file BufferManager.cpp.

◆ ~BufferManager()

Isis::BufferManager::~BufferManager ( )
inline

Destroys the BufferManager object.

Definition at line 63 of file BufferManager.h.

Member Function Documentation

◆ Allocate()

void Isis::Buffer::Allocate ( )
protectedinherited

Size or resize the memory buffer.

Exceptions
Isis::iException::System- Memory allocation failed

Definition at line 340 of file Buffer.cpp.

References Isis::Message::MemoryAllocationFailed(), Isis::Buffer::p_buf, Isis::Buffer::p_npixels, Isis::Buffer::p_pixelType, Isis::Buffer::p_rawbuf, Isis::SizeOf(), and Isis::IException::Unknown.

Referenced by Isis::Buffer::Buffer(), Isis::Buffer::Buffer(), and Isis::Brick::Resize().

◆ at()

double Isis::Buffer::at ( const int index) const
inherited

Returns the value in the shape buffer at the given index.

Parameters
indexIndex position in buffer. Out of bounds index is trapped.
Returns
double Buffer value at index
Exceptions
Isis::iException::Programmer- Array Subscript not in range

Definition at line 231 of file Buffer.cpp.

References Isis::Message::ArraySubscriptNotInRange(), Isis::Buffer::p_buf, Isis::Buffer::p_npixels, and Isis::IException::Programmer.

Referenced by Isis::CubeDataThreadTester::BrickChanged(), Isis::ViewportBuffer::fillBuffer(), Isis::CubeDataThreadTester::ReadBrick(), and Isis::CubeDataThreadTester::ReadWriteBrick().

◆ Band()

int Isis::Buffer::Band ( const int index = 0) const
inherited

Returns the band position associated with a shape buffer index.

The shape buffer is one dimensional. Let us assume a nsamps=2, nlines=3, and nbands=2. Therefore the total size of the shape buffer is 12 and valid index values are 0-11. Indexes 0-5 will return band 1 and 6-11 will return band 2.

Parameters
indexShape buffer index to map to a band position. Defaults to 0.
Returns
int The absolute band number based on the buffer index.

Definition at line 162 of file Buffer.cpp.

References Isis::Buffer::p_band, Isis::Buffer::p_nlines, and Isis::Buffer::p_nsamps.

Referenced by Isis::Buffer::CopyOverlapFrom(), Isis::Buffer::Position(), and Isis::CubeIoHandler::writeIntoRaw().

◆ BandDimension()

int Isis::Buffer::BandDimension ( ) const
inlineinherited

Returns the number of bands in the shape buffer.

Returns
int

Definition at line 88 of file Buffer.h.

References Isis::Buffer::p_nbands.

Referenced by Isis::CubeIoHandler::writeIntoRaw().

◆ begin()

bool Isis::BufferManager::begin ( )
inline

Moves the shape buffer to the first position.

Returns
bool

Definition at line 96 of file BufferManager.h.

References setpos().

Referenced by Isis::ProcessByBoxcar::StartProcess().

◆ Copy()

void Isis::Buffer::Copy ( const Buffer & in,
bool includeRawBuf = true )
inherited

Allows copying of the buffer contents to another Buffer.

Parameters
inThe Buffer to be copied.
includeRawBufWhether to include raw dm read from disk
Exceptions
Isis::iException::Programmer- Input and Output buffers are not the same size
Isis::iException::Programmer- Input and Output buffers do not use the same pixel type

Definition at line 255 of file Buffer.cpp.

References Isis::Buffer::p_buf, Isis::Buffer::p_npixels, Isis::Buffer::p_pixelType, Isis::Buffer::p_rawbuf, Isis::IException::Programmer, and Isis::SizeOf().

Referenced by Isis::Buffer::Buffer().

◆ CopyOverlapFrom()

bool Isis::Buffer::CopyOverlapFrom ( const Buffer & in)
inherited

Allows copying of the buffer contents of a larger buffer to another same size or smaller Buffer, using their base positions to relate data.

This does not copy the raw buffer.

Parameters
inThe Buffer to be copied.
Returns
The operation was successful (the buffers overlapped)

Definition at line 285 of file Buffer.cpp.

References Isis::Buffer::Band(), Isis::Buffer::Line(), Isis::Buffer::p_band, Isis::Buffer::p_line, Isis::Buffer::p_nbands, Isis::Buffer::p_nlines, Isis::Buffer::p_npixels, Isis::Buffer::p_nsamps, Isis::Buffer::p_sample, Isis::Buffer::Sample(), and Isis::Buffer::size().

◆ DoubleBuffer()

double * Isis::Buffer::DoubleBuffer ( ) const
inlineinherited

Returns the value of the shape buffer.

Returns
double* The shape buffer

Definition at line 138 of file Buffer.h.

References Isis::Buffer::p_buf.

Referenced by Isis::AutoReg::ApplyGradientFilter(), Isis::Process::CalculateStatistics(), Isis::Cube::histogram(), Isis::DemShape::localRadius(), Isis::Cube::statistics(), and Isis::CubeIoHandler::writeIntoRaw().

◆ end()

bool Isis::BufferManager::end ( ) const
inline

Returns true if the shape buffer has accessed the end of the cube.

Returns
bool

Definition at line 115 of file BufferManager.h.

References p_currentMap, and p_nmaps.

Referenced by setpos(), and Isis::ProcessByBoxcar::StartProcess().

◆ Index()

int Isis::Buffer::Index ( const int i_samp,
const int i_line,
const int i_band ) const
inherited

Given a sample, line, and band position, this returns the appropriate index in the shape buffer.

Parameters
i_sampSample position.
i_lineLine position.
i_bandBand position.
Returns
int Index at the specified sample, line and band.
Exceptions
Isis::iException::Programmer- Array Subscript not in range

Definition at line 197 of file Buffer.cpp.

References Isis::Message::ArraySubscriptNotInRange(), Isis::Buffer::p_band, Isis::Buffer::p_line, Isis::Buffer::p_nbands, Isis::Buffer::p_nlines, Isis::Buffer::p_nsamps, Isis::Buffer::p_sample, and Isis::IException::Programmer.

Referenced by Isis::ViewportBuffer::fillBuffer(), and Isis::CubeIoHandler::writeIntoRaw().

◆ Line()

int Isis::Buffer::Line ( const int index = 0) const
inherited

Returns the line position associated with a shape buffer index.

The shape buffer is one dimensional. Let us assume a nsamps=2, nlines=3, and nbands=2. Therefore the total size of the shape buffer is 12 and valid index values are 0-11. Line(0), Line(1), Line(6) and Line(7), will return a 1, Line(2), Line(3), Line(8) and Line(9) will return a 2, and Line(4), Line(5), Line(10), and Line(11) will return a 3.

Parameters
indexShape buffer index to map to a line position. Defaults to 0
Returns
int The absolute line number based on the buffer index

Definition at line 145 of file Buffer.cpp.

References Isis::Buffer::p_line, Isis::Buffer::p_nlines, and Isis::Buffer::p_nsamps.

Referenced by Isis::Buffer::CopyOverlapFrom(), Isis::CubeViewport::cubeDataChanged(), Isis::ViewportBuffer::fillBuffer(), Isis::Buffer::Position(), Isis::QtExporter::writeGrayscale(), and Isis::StreamExporter::writeGrayscale().

◆ LineDimension()

int Isis::Buffer::LineDimension ( ) const
inlineinherited

Returns the number of lines in the shape buffer.

Returns
int

Definition at line 79 of file Buffer.h.

References Isis::Buffer::p_nlines.

Referenced by Isis::CubeViewport::cubeDataChanged(), and Isis::ViewportBuffer::fillBuffer().

◆ MaxBands()

int Isis::BufferManager::MaxBands ( ) const
inlineprotected

Returns the number of bands in the cube.

Returns
int

Definition at line 152 of file BufferManager.h.

References p_maxBands.

Referenced by Isis::BandManager::SetBand().

◆ MaxLines()

int Isis::BufferManager::MaxLines ( ) const
inlineprotected

Returns the number of lines in the cube.

Returns
int

Definition at line 143 of file BufferManager.h.

References p_maxLines.

Referenced by Isis::LineManager::SetLine().

◆ MaxMaps()

BigInt Isis::BufferManager::MaxMaps ( ) const
inlineprotected

Returns the maximum number of positions the shape buffer needs to cover the entire image (see setpos method for more info).

Returns
int

Definition at line 162 of file BufferManager.h.

References p_nmaps.

Referenced by Isis::Brick::Bricks(), and Isis::TileManager::Tiles().

◆ MaxSamples()

int Isis::BufferManager::MaxSamples ( ) const
inlineprotected

Returns the number of samples in the cube.

Returns
int

Definition at line 134 of file BufferManager.h.

References p_maxSamps.

Referenced by Isis::SampleManager::SetSample().

◆ next()

bool Isis::BufferManager::next ( )
inline

Moves the shape buffer to the next position.

Returns true if the next position is valid.

Returns
bool

Definition at line 106 of file BufferManager.h.

References p_currentMap, and setpos().

Referenced by operator++(), and Isis::ProcessByBoxcar::StartProcess().

◆ operator++()

bool Isis::BufferManager::operator++ ( int )
inline

Moves the shape buffer to the next position.

Returns true if the next position is valid.

Returns
bool

Definition at line 73 of file BufferManager.h.

References next().

◆ operator+=()

BufferManager & Isis::BufferManager::operator+= ( int i)
inline

Moves the shape buffer by a certain amount.

Returns a pointer to the BufferManager it was called on.

Parameters
iHow far to shift the shape buffer
Returns
BufferManager

Definition at line 86 of file BufferManager.h.

References p_currentMap, and setpos().

◆ operator=()

BufferManager & Isis::BufferManager::operator= ( const BufferManager & rhs)

Creates a new BufferManager with the same values as another.

Parameters
&rhsReference to a BufferManager to swap with
Returns
BufferManager

Definition at line 106 of file BufferManager.cpp.

References swap().

◆ operator[]() [1/2]

double & Isis::Buffer::operator[] ( const int index)
inlineinherited

Returns the value in the shape buffer at given index.

Parameters
indexIndex position in buffer. No out of bounds index is checked
Returns
double&

Definition at line 118 of file Buffer.h.

References Isis::Buffer::p_buf.

◆ operator[]() [2/2]

const double & Isis::Buffer::operator[] ( const int index) const
inlineinherited

Returns the value in the shape buffer at given index.

Parameters
indexIndex position in buffer. No out of bounds index is checked
Returns
double

Definition at line 129 of file Buffer.h.

References Isis::Buffer::p_buf.

◆ PixelType()

Isis::PixelType Isis::Buffer::PixelType ( ) const
inlineinherited

Returns the raw buffer pixel type.

Returns
Isis::PixelType

Definition at line 160 of file Buffer.h.

References Isis::Buffer::p_pixelType.

◆ Position()

void Isis::Buffer::Position ( const int index,
int & i_samp,
int & i_line,
int & i_band ) const
inherited

Returns the sample, line, and band position associated with a shape buffer index.

Performs the same function as the Sample, Line, and Band methods.

Parameters
indexShape buffer index to map to a band position.
i_sampSample position in shape buffer at index.
i_lineLine position in shape buffer at index
i_bandBand position in shape buffer at index.

Definition at line 177 of file Buffer.cpp.

References Isis::Buffer::Band(), Isis::Buffer::Line(), and Isis::Buffer::Sample().

◆ RawBuffer()

void * Isis::Buffer::RawBuffer ( ) const
inlineinherited

Returns a void pointer to the raw buffer.

Cast this void pointer using information from the PixelType() method

Returns
void* Pointer to the raw buffer

Definition at line 151 of file Buffer.h.

References Isis::Buffer::p_rawbuf.

◆ Sample()

int Isis::Buffer::Sample ( const int index = 0) const
inherited

Returns the sample position associated with a shape buffer index.

The shape buffer is one dimensional. Let us assume a nsamps=2, nlines=3, and nbands=2. Therefore the total size of the shape buffer is 12 and valid index values are 0-11. Sample(0), Sample(2), Sample(4), etc will return a 1 while Sample(1), Sample(3), Sample(5), etc will return a 2.

Parameters
indexShape buffer index to map to a sample position. Defaults to 0.
Returns
int The absolute sample number based on the buffer index.

Definition at line 127 of file Buffer.cpp.

References Isis::Buffer::p_nsamps, and Isis::Buffer::p_sample.

Referenced by Isis::Buffer::CopyOverlapFrom(), Isis::CubeViewport::cubeDataChanged(), Isis::ViewportBuffer::fillBuffer(), Isis::CubeDataThread::OverlapIndex(), and Isis::Buffer::Position().

◆ SampleDimension()

int Isis::Buffer::SampleDimension ( ) const
inlineinherited

Returns the number of samples in the shape buffer.

Returns
int

Definition at line 70 of file Buffer.h.

References Isis::Buffer::p_nsamps.

Referenced by Isis::CubeViewport::cubeDataChanged(), and Isis::ViewportBuffer::fillBuffer().

◆ SetBaseBand()

void Isis::Buffer::SetBaseBand ( const int start_band)
inlineprotectedinherited

This method is used to set the base band position of the shape buffer.

Parameters
start_bandStarting band to set

Definition at line 193 of file Buffer.h.

References Isis::Buffer::p_band.

Referenced by Isis::Brick::SetBaseBand(), and Isis::Buffer::SetBasePosition().

◆ SetBaseLine()

void Isis::Buffer::SetBaseLine ( const int start_line)
inlineprotectedinherited

This method is used to set the base line position of the shape buffer.

Parameters
start_lineStarting line to set

Definition at line 183 of file Buffer.h.

References Isis::Buffer::p_line.

Referenced by Isis::Brick::SetBaseLine(), and Isis::Buffer::SetBasePosition().

◆ SetBasePosition()

void Isis::Buffer::SetBasePosition ( const int start_sample,
const int start_line,
const int start_band )
protectedinherited

This method is used to set the base position of the shape buffer.

In general it is used by BufferManager objects to progress sequentially through a cube by line, tile, boxcar, etc.

Parameters
start_sampleStarting sample to set.
start_lineStarting line to set.
start_bandStarting band to set.

Definition at line 106 of file Buffer.cpp.

References Isis::Buffer::SetBaseBand(), Isis::Buffer::SetBaseLine(), and Isis::Buffer::SetBaseSample().

Referenced by Isis::Brick::SetBasePosition(), setpos(), and Isis::Portal::SetPosition().

◆ SetBaseSample()

void Isis::Buffer::SetBaseSample ( const int start_samp)
inlineprotectedinherited

This method is used to set the base sample position of the shape buffer.

Parameters
start_sampStarting sample to set

Definition at line 173 of file Buffer.h.

References Isis::Buffer::p_sample.

Referenced by Isis::Buffer::SetBasePosition(), and Isis::Brick::SetBaseSample().

◆ SetIncrements()

void Isis::BufferManager::SetIncrements ( const int sinc,
const int linc,
const int binc )
protected

Sets how the shape is incremented through the cube.

By default (if this method is not invoked) shapes are moved sequentially through the cube with no overlap. For example, assume a 3 sample by 3 line tile buffer. It would first move across the image from left-to-right starting at sample 1, line 1, and band 1. Upon an increment it would be positioned at sample 4, line 1, and band 1. Each successive increment would cause the sample position to increase by 3 until it exceeds the number of samples in the cube. At that point the shape buffer would be positioned at sample 1, line 4, and band 1 (effectively moving to the next row of tiles). The shape would then continue moving across the cube until it reaches the edge again. Then the next row of tiles would be accessed until the shape reached the bottom of the cube. This default management can be overridden using this method. For example, by setting the increments to (6,3,1) we effectively skip every other tile. By setting them to (6,6,1) we skip every other tile and every other row of tiles. By setting them to (1,1,1) we essentially have NSxNLxNB positions in the cube and the 3x3 tile is managed such that the top left corner of the tile is moved over by 1 sample until it reaches the end of the line then down 1 line and so on until the end of the cube is reached.

Parameters
sincSample increment
lincLine increment
bincBand increment

Definition at line 139 of file BufferManager.cpp.

References p_binc, p_boff, p_currentBand, p_currentLine, p_currentMap, p_currentSample, p_linc, p_loff, p_maxBands, p_maxLines, p_maxSamps, p_nmaps, p_sinc, and p_soff.

Referenced by Isis::BoxcarManager::BoxcarManager(), and BufferManager().

◆ SetOffsets()

void Isis::BufferManager::SetOffsets ( const int soff,
const int loff,
const int boff )
protected

Sets the offset of the buffer.

By default (if this method is not invoked) the offsets are (0,0,0). Offsets are applied when computing the top-left corner of the shape buffer. When used in conjunction with the SetIncrements method, this allows for centering shape buffers around a pixel when passing in negative offsets. For example,with a 3x3x1 shape and offsets of (-1,-1,0) and increments of (1,1,1) would cause the manager to walk a 3x3 buffer through the entire image. Setting the manager position the beginning causes the 3x3 window to be positioned such that sample 1, line 1 of the cube would be at the center of the window and increment would cause sample 2, line 1 to be at the center of the window. Successive increments will move the window in the sample direction until the end of line is reached at which time the buffer would be centered on sample 1, line 2.

Parameters
soffSample offset
loffLine offset
boffBand offset

Definition at line 178 of file BufferManager.cpp.

References p_boff, p_loff, and p_soff.

Referenced by Isis::BoxcarManager::BoxcarManager().

◆ setpos()

bool Isis::BufferManager::setpos ( BigInt map)

Sets the position of the shape in the cube.

This shape fits into the cube a specific number of times.

When p_reverse is left false: (default) For example, a line shape on a 100 sample, 200 line, and 2 band cube would have 200*2 or 400 different positions as there are 400 total lines in the cube. Performing setpos(0) would position the shape at sample 1, line 1, and band 1. While setpos(200) would position the shape at sample 1, line 1, and band 2. Finally, setpos(399) would position the shape at sample 1, line 400, and band 2. Setpos returns true if it was sucessfully in setting the position, and false if the shape is at the end of the cube (beyond index 399 in the case of our example).

When p_reverse is set to true: Following the above cube with 100 samples, 200 lines, and 2 bands, performing the setpos(0) would still position the shape at sample 1, line 1, and band 1. However, setpos(1) would position the shape at sample 1, line 1, band 2, while setpos(200) would position the spame at sample 1, line 100, band 1. Setpos returns true of it was sucessfully in setting the position, and false if the shape is at the end of the cube(beyond final index).

Parameters
mapShape buffer position value
Returns
bool True or False depending on whether the shape is at the end of the cube or not.
Exceptions
Isis::iException::Programmer- Invalid value for map argument

Definition at line 218 of file BufferManager.cpp.

References end(), p_binc, p_boff, p_currentBand, p_currentLine, p_currentMap, p_currentSample, p_linc, p_loff, p_maxBands, p_maxLines, p_maxSamps, p_reverse, p_sinc, p_soff, Isis::IException::Programmer, and Isis::Buffer::SetBasePosition().

Referenced by begin(), next(), operator+=(), Isis::BandManager::SetBand(), Isis::Brick::SetBrick(), Isis::LineManager::SetLine(), Isis::SampleManager::SetSample(), and Isis::TileManager::SetTile().

◆ size()

◆ swap()

void Isis::BufferManager::swap ( BufferManager & other)

Swaps the values of this BufferManager with that of another.

Parameters
&otherReference to a BufferManager to swap with

Definition at line 80 of file BufferManager.cpp.

References p_binc, p_boff, p_currentBand, p_currentLine, p_currentMap, p_currentSample, p_linc, p_loff, p_maxBands, p_maxLines, p_maxSamps, p_nmaps, p_reverse, p_sinc, and p_soff.

Referenced by operator=().

Member Data Documentation

◆ p_band

int Isis::Buffer::p_band
protectedinherited

◆ p_binc

int Isis::BufferManager::p_binc
private

Band increment.

Definition at line 176 of file BufferManager.h.

Referenced by SetIncrements(), setpos(), and swap().

◆ p_boff

int Isis::BufferManager::p_boff
private

Band offset.

Definition at line 180 of file BufferManager.h.

Referenced by SetIncrements(), SetOffsets(), setpos(), and swap().

◆ p_buf

double* Isis::Buffer::p_buf
protectedinherited

◆ p_currentBand

int Isis::BufferManager::p_currentBand
private

Current band.

Definition at line 184 of file BufferManager.h.

Referenced by SetIncrements(), setpos(), and swap().

◆ p_currentLine

int Isis::BufferManager::p_currentLine
private

Current line.

Definition at line 183 of file BufferManager.h.

Referenced by SetIncrements(), setpos(), and swap().

◆ p_currentMap

BigInt Isis::BufferManager::p_currentMap
private

Current buffer map position.

Definition at line 187 of file BufferManager.h.

Referenced by end(), next(), operator+=(), SetIncrements(), setpos(), and swap().

◆ p_currentSample

int Isis::BufferManager::p_currentSample
private

Current sample.

Definition at line 182 of file BufferManager.h.

Referenced by SetIncrements(), setpos(), and swap().

◆ p_linc

int Isis::BufferManager::p_linc
private

Line increment.

Definition at line 175 of file BufferManager.h.

Referenced by SetIncrements(), setpos(), and swap().

◆ p_line

int Isis::Buffer::p_line
protectedinherited

◆ p_loff

int Isis::BufferManager::p_loff
private

Line offset.

Definition at line 179 of file BufferManager.h.

Referenced by SetIncrements(), SetOffsets(), setpos(), and swap().

◆ p_maxBands

int Isis::BufferManager::p_maxBands
private

Maximum bands to map.

Definition at line 172 of file BufferManager.h.

Referenced by MaxBands(), SetIncrements(), setpos(), and swap().

◆ p_maxLines

int Isis::BufferManager::p_maxLines
private

Maximum lines to map.

Definition at line 171 of file BufferManager.h.

Referenced by MaxLines(), SetIncrements(), setpos(), and swap().

◆ p_maxSamps

int Isis::BufferManager::p_maxSamps
private

Maximum samples to map.

Definition at line 170 of file BufferManager.h.

Referenced by MaxSamples(), SetIncrements(), setpos(), and swap().

◆ p_nbands

int Isis::Buffer::p_nbands
protectedinherited

Number of bands to read/write.

Definition at line 205 of file Buffer.h.

Referenced by Isis::Buffer::BandDimension(), Isis::Buffer::Buffer(), Isis::Buffer::CopyOverlapFrom(), Isis::Buffer::Index(), and Isis::Brick::Resize().

◆ p_nlines

int Isis::Buffer::p_nlines
protectedinherited

◆ p_nmaps

BigInt Isis::BufferManager::p_nmaps
private

Total number of objects to map.

Definition at line 186 of file BufferManager.h.

Referenced by end(), MaxMaps(), SetIncrements(), and swap().

◆ p_npixels

int Isis::Buffer::p_npixels
protectedinherited

◆ p_nsamps

int Isis::Buffer::p_nsamps
protectedinherited

◆ p_pixelType

const Isis::PixelType Isis::Buffer::p_pixelType
protectedinherited

The pixel type of the raw buffer.

Definition at line 211 of file Buffer.h.

Referenced by Isis::Buffer::Allocate(), Isis::Buffer::Copy(), and Isis::Buffer::PixelType().

◆ p_rawbuf

void* Isis::Buffer::p_rawbuf
protectedinherited

The raw dm read from the disk.

Definition at line 212 of file Buffer.h.

Referenced by Isis::Buffer::Allocate(), Isis::Buffer::Copy(), Isis::Buffer::RawBuffer(), Isis::Brick::Resize(), and Isis::Buffer::~Buffer().

◆ p_reverse

bool Isis::BufferManager::p_reverse
private

If true the axies are processed in Band, Line, Sample order (e.g., BIL).

If left false, the axies are processed in the Sample, Line, Band order (e.g., BSQ, BIP).

Definition at line 194 of file BufferManager.h.

Referenced by BufferManager(), setpos(), and swap().

◆ p_sample

int Isis::Buffer::p_sample
protectedinherited

◆ p_sinc

int Isis::BufferManager::p_sinc
private

Sample increment.

Definition at line 174 of file BufferManager.h.

Referenced by SetIncrements(), setpos(), and swap().

◆ p_soff

int Isis::BufferManager::p_soff
private

Sample offset.

Definition at line 178 of file BufferManager.h.

Referenced by SetIncrements(), SetOffsets(), setpos(), and swap().


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