Isis Developer Reference
ViewportBuffer.cpp File Reference
#include "ViewportBuffer.h"
#include "ViewportBufferAction.h"
#include "ViewportBufferStretch.h"
#include "ViewportBufferFill.h"
#include "ViewportBufferTransform.h"
#include <QApplication>
#include <QQueue>
#include <QRect>
#include <QScrollBar>
#include "Brick.h"
#include "CubeDataThread.h"
#include "CubeViewport.h"
#include "SpecialPixel.h"
#include "PixelType.h"

Namespaces

namespace  Isis
 This is free and unencumbered software released into the public domain.
 

Macros

#define round(x)   ((x) > 0.0 ? (x) + 0.5 : (x) - 0.5)
 This is free and unencumbered software released into the public domain.
 

Macro Definition Documentation

◆ round

#define round ( x)    ((x) > 0.0 ? (x) + 0.5 : (x) - 0.5)

This is free and unencumbered software released into the public domain.

The authors of ISIS do not claim copyright on the contents of this file. For more details about the LICENSE terms and the AUTHORS, you will find files of those names at the top level of this repository.

Referenced by Isis::ViewportBuffer::pan(), Isis::RawCubeChunk::RawCubeChunk(), Isis::HistogramTool::refreshPlot(), Isis::RollingShutterCameraDetectorMap::removeJitter(), and Isis::ViewportBuffer::resizedViewport().