Click or drag to resize
SoLDMNodeFrontManagerGetNumFileIDs Method

Returns the total number of file IDs used ( < getNumTileIDs() ).

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public int GetNumFileIDs()

Return Value

Type: Int32
Remarks

m_numFileIDs must be initialized the first time getNextTexFront is called.

If the data set has dimension x,y,z, then getNumTileIds represents the number of tiles in a cubic data set of dimension D, where

D = nearest greater power of 2 to max(x,y,z)

(This number varies depending on the topology used). A fileID represents the ID of a tile that is actually used and is 0 if the tile is outside of the actual non cubic data set of dimension x,y,z.

getNumFileIDs returns the number of non null fileIds and is used by the Tile Manager. (It represents the maximum number of non-empty tiles that can be present in main memory.)

See Also