FAST  3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
Public Attributes | List of all members
fast::ImagePyramidLevel Class Reference

#include <ImagePyramidAccess.hpp>

Public Attributes

int width
 
int height
 
int tileWidth = 256
 
int tileHeight = 256
 
int tilesX
 
int tilesY
 
bool memoryMapped
 
uint8_t * data
 
int fileHandle
 

Member Data Documentation

◆ data

uint8_t* fast::ImagePyramidLevel::data

◆ fileHandle

int fast::ImagePyramidLevel::fileHandle

◆ height

int fast::ImagePyramidLevel::height

◆ memoryMapped

bool fast::ImagePyramidLevel::memoryMapped

◆ tileHeight

int fast::ImagePyramidLevel::tileHeight = 256

◆ tilesX

int fast::ImagePyramidLevel::tilesX

◆ tilesY

int fast::ImagePyramidLevel::tilesY

◆ tileWidth

int fast::ImagePyramidLevel::tileWidth = 256

◆ width

int fast::ImagePyramidLevel::width

The documentation for this class was generated from the following file: