dip::viewer::SliceView class

Contents

Base classes

class dip::viewer::View
Displays a view of the dip::viewer::ViewingOptions model more...

Variables

dip::Image colored_ protected
Colored (RGB) image.
dip::ColorSpaceManager csm_ protected
For dip::viewer::ViewingOptions::LookupTable::ColorSpace
dip::uint dimx_ protected
Indices in options.dims_.
dip::uint dimy_ protected
Indices in options.dims_.
bool dirty_ = true protected
Texture needs to be rebuilt.
dip::Image projected_ protected
Projected (2D) image.
unsigned int texture_ = 0 protected
OpenGL texture identifier.

Variable documentation

dip::Image projected_ protected

Projected (2D) image.

dip::Image colored_ protected

Colored (RGB) image.

dip::uint dimx_ protected

Indices in options.dims_.

dip::uint dimy_ protected

Indices in options.dims_.

unsigned int texture_ = 0 protected

OpenGL texture identifier.

bool dirty_ = true protected

Texture needs to be rebuilt.