OmeroBlitz API
Home Previous Up Next Index

omero::model::PixelsType

Overview

[ "protected" ] class PixelsType extends IObject

Used By

api::PixelsTypeList
api::IPixels::createImage
api::IPixels::getBitDepth
api::IProjection::projectPixels
api::IProjection::projectStack
OTF::getPixelsType
OTF::pixelsType
OTF::setPixelsType
Pixels::getPixelsType
Pixels::pixelsType
Pixels::setPixelsType

Operation Index

getValue
setValue
getBitSize
setBitSize

Data Member Index

value
bitSize

Operations

RString getValue()

void setValue(RString theValue)

RInt getBitSize()

void setBitSize(RInt theBitSize)

Data Members

RString value;

RInt bitSize;


Home Previous Up Next Index