Compounds | |
struct | extfile::AddressEntry |
Entry in address table file. More... | |
class | extfile::CachedExtentFile |
Extent file with extent cache. More... | |
class | extfile::ExtentFile |
Class for reading extent files. More... | |
class | extfile::ExtentFileDescriptor |
Descriptor for an extent file. More... | |
class | extfile::FilePattern |
Descriptor for an input file pattern. More... | |
class | extfile::FileWrapper |
Class for encapsulating file access. More... | |
struct | extfile::LabelDescription |
A dataset label. More... | |
class | extfile::LoadedExtent |
Linked list for LRU extent cache. More... | |
class | extfile::StringA |
Simple string wrapper class (taken from CAP2 library and trimmed slightly). More... | |
class | extfile::Stripe |
Descriptor for a stripe of the extent file. More... | |
struct | extfile::Vector |
3D Vector. More... | |
Typedefs | |
typedef UInt32(* | StripeFunc )(UInt32 in, UInt32 sc) |
Functions | |
UInt32 | defaultStripe (UInt32 in, UInt32 sc) |
Variables | |
const Int32 | MAXSTRIPES = 16 |
const Int32 | MAXZOOM = 16 |
const Int32 | MAXCHANNELS = 16 |
|
Type for striping function.
|
|
Default striping function. This function simply returns extent number modulo number of stripes.
|
|
Maximum number of source datasets (channels).
|
|
Maximum number of stripes.
|
|
Maximum number of zoom levels.
|