Skip to content

Commit

Permalink
Moved CubeIoHandler getters into public space
Browse files Browse the repository at this point in the history
  • Loading branch information
acpaquette committed Dec 11, 2024
1 parent aa82731 commit 0ed2884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion isis/src/base/objs/Cube/CubeIoHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ namespace Isis {
*/
virtual void updateLabels(Pvl &labels) = 0;

protected:
int bandCount() const;
int getBandCountInChunk() const;
BigInt getBytesPerChunk() const;
Expand All @@ -142,6 +141,8 @@ namespace Isis {
int sampleCount() const;
int getSampleCountInChunk() const;

protected:

void setChunkSizes(int numSamples, int numLines, int numBands);

/**
Expand Down

0 comments on commit 0ed2884

Please sign in to comment.