#include <GraphicsInterface.hpp>
Public Member Functions | |
offset_z_layer (int offset) | |
Passing this command to a graphics stream offsets the current z-value by offset. Negative values move the active layer to the back and positive values to the front. | |
int | offset () const |
void | offset (size_t offset) |
int imaging::GraphicsInterface::offset_z_layer::offset | ( | ) | const [inline] |
Returns the offset.
Referenced by imaging::OpenGlViewer::operator<<().
void imaging::GraphicsInterface::offset_z_layer::offset | ( | size_t | offset | ) | [inline] |
Sets the offset.