Field3D
SparseFile::CacheBlock Class Reference

#include <SparseFile.h>

List of all members.

Public Member Functions

 CacheBlock (DataTypeEnum blockTypeIn, int refIdxIn, int blockIdxIn)

Public Attributes

int blockIdx
DataTypeEnum blockType
int refIdx

Constructor & Destructor Documentation

SparseFile::CacheBlock::CacheBlock ( DataTypeEnum  blockTypeIn,
int  refIdxIn,
int  blockIdxIn 
) [inline]

Definition at line 246 of file SparseFile.h.

                                                                      :
    blockType(blockTypeIn), refIdx(refIdxIn), blockIdx(blockIdxIn) 
  { }

Member Data Documentation


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