Field3D
SparseFile::CacheBlock Class Reference

#include <SparseFile.h>

Public Member Functions

 CacheBlock (DataTypeEnum blockTypeIn, int refIdxIn, int blockIdxIn)
 

Public Attributes

int blockIdx
 
DataTypeEnum blockType
 
int refIdx
 

Detailed Description

Definition at line 322 of file SparseFile.h.

Constructor & Destructor Documentation

◆ CacheBlock()

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

Definition at line 327 of file SparseFile.h.

327 :
328 blockType(blockTypeIn), refIdx(refIdxIn), blockIdx(blockIdxIn)
329 { }
DataTypeEnum blockType
Definition SparseFile.h:324

Member Data Documentation

◆ blockType

DataTypeEnum SparseFile::CacheBlock::blockType

◆ refIdx

int SparseFile::CacheBlock::refIdx

◆ blockIdx

int SparseFile::CacheBlock::blockIdx

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