89 const double hotSamp = -0.5,
const double hotLine = -0.5) :
91 p_hotSample = hotSamp;
112 (
int)floor(line - p_hotLine), band);
128 inline void SetHotSpot(
const double sample = -0.5,
const double line = -0.5) {
129 p_hotSample = sample;
Buffer for reading and writing cube data.
Definition: Buffer.h:69
Buffer for containing a two dimensional section of an image.
Definition: Portal.h:52
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.
Definition: Buffer.cpp:122
Portal(const int bufSamps, const int bufLines, const Isis::PixelType type, const double hotSamp=-0.5, const double hotLine=-0.5)
Constructs a Portal object.
Definition: Portal.h:88
PixelType
Enumerations for Isis Pixel Types.
Definition: PixelType.h:43
~Portal()
Destroys the Portal object.
Definition: Portal.h:96
void SetPosition(const double sample, const double line, const int band)
Sets the line and sample position of the buffer.
Definition: Portal.h:109
void SetHotSpot(const double sample=-0.5, const double line=-0.5)
Sets the line and sample offsets for the buffer.
Definition: Portal.h:128
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31