23#ifndef _SO_LDM_GLOBAL_RESOURCE_PARAM_
24#define _SO_LDM_GLOBAL_RESOURCE_PARAM_
26class SoLDMTileManager;
527 SET_VISUAL_FEEDBACK_PARAM = 0,
528 SET_MAX_MAIN_MEMORY = 1,
529 SET_MAX_TEX_MEMORY = 2,
530 SET_MAX_2D_TEXTURES = 3,
531 SET_MAX_NUM_TRIANGLES = 4,
532 SET_TEX3_LOAD_RATE = 5,
533 SET_TEX2_LOAD_RATE = 6,
535 SET_WRITE_ALTERNATE_REP = 8,
536 SET_READ_ALTERNATE_REP = 9,
537 SET_DELAYED_RENDERING = 10,
538 SET_VIEW_CULLING = 11,
539 SET_SCREEN_RESOLUTION_CULLING = 12,
540 SET_VIEWPOINT_REFINEMENT = 13,
541 SET_IGNORE_FULLY_TRANSPARENT_TILES = 14,
542 SET_SLICE_EQUAL_RES = 15,
543 SET_MOVE_LOW_RES = 16,
544 SET_LOAD_NOTIFICATION_RATE = 17
547 static void initClass();
552 static bool isDrawingOutlines();
558 static size_t getMaxTextureSizeBytes();
566 static SbBool s_drawTiles;
567 static SbBool s_drawSlicesTex;
568 static SbBool s_drawTopology;
569 static SbBool s_drawTileOutline;
570 static SbBool s_showTilesLoaded;
571 static SbBool s_showLoadUnloadTiles;
572 static SbBool s_useFakeData;
575 static SbBool s_ignoreFullyTransparentTiles;
576 static SbBool s_viewCulling;
577 static SbBool s_screenResolutionCulling;
578 static SbBool s_viewpointRefinement;
579 static SbBool s_sliceEqualResolution;
580 static SbBool s_moveLowResolution;
582 static int64_t s_defaultMaxTexMemMB;
583 static int64_t s_defaultMaxMainMemMB;
#define TRUE
Possible value of SbBool.
void SoLDMLoadCB(SbBool startLoading, void *userData)
Loading callback for LDM mode.
void SoLDMMonitoringCB(SoDataSet *dataSet, double elapsedTime, double memLoaded, void *userData)
Monitoring callback for LDM mode.
<a href="IconLegend.html"><img src="extLDM.gif" alt="Large Data Management" border="0"></a> Data set...
<a href="IconLegend.html"><img src="extLDM.gif" alt="Large Data Management" border="0"></a> Global r...
static void setLoadCB(SoLDMLoadCB *func, void *userData=NULL)
Sets a callback to be called with the tile loading state.
static void setTex2LoadRate(int loadRate)
Sets the maximum number of 2D textures allowed to be downloaded into texture (GPU) memory per frame (...
static int getMaxTexMemory()
Returns the maximum texture memory in MB for all the VolumeViz data sets.
static int getLoadNotificationRate()
Returns the load notification rate.
static void setSliceEqualResolution(SbBool state, SbBool forceRedraw=TRUE)
Sets the slice equal resolution flag.
static SoDEPRECATED SbBool getMoveLowResolution()
Returns the move low resolution flag.
static SoDEPRECATED void setMoveLowResolution(SbBool state)
Sets the low resolution when moving flag.
static void setVisualFeedbackParam(VisualFeedbackParam param, SbBool state)
Sets the specified visual feedback parameter to true or false.
static void setScreenResolutionCulling(SbBool flag)
Sets the screen resolution culling flag.
static int getTex2LoadRate()
Returns the maximum number of 2D textures allowed to be loaded into texture memory per frame for all ...
static void setIgnoreFullyTransparentTiles(SbBool state)
Sets the IgnoreFullyTransparentTiles flag.
static void setTex3LoadRate(int loadRate)
Sets the maximum number of 3D textures allowed to be downloaded into texture (GPU) memory,...
static SbBool getScreenResolutionCulling()
Returns the screen resolution culling state.
static int64_t getDefaultMaxMainMem()
Returns the default maximum system (CPU) memory in MB.
static void setLoadNotificationRate(int)
Sets the load notification rate (number of tiles).
static SbBool getViewpointRefinement()
Returns the viewpoint refinement flag.
static uint64_t getMax2DTexMemory()
Get the maximum number of 2D textures allowed to be loaded.
VisualFeedbackParam
Visual feedback modes.
@ DRAW_TILE_OUTLINE
Draw tile outlines for all primitives.
@ DRAW_TILES
Draw the tiles of SoVolumeRender or SoVolumeSkin primitives.
@ DRAW_SLICES_TEX
Use texturing for SoOrthoSlice, SoObliqueSlice, and SoVolumeGeometry primitives.
@ SHOW_TILES_VALUATED
Show tiles visited by the Tile Visitor.
@ USE_FAKE_DATA
Use fake data instead of the real data during loading into main memory.
@ SHOW_LOAD_UNLOAD_TILES
Show tiles loaded (in red) and unloaded (in blue) in texture memory.
@ DRAW_TOPOLOGY
Show tiles loaded in main memory.
static SbBool getIgnoreFullyTransparentTiles()
Returns the IgnoreFullyTransparentTiles flag.
static SbBool getViewCulling()
Returns the view culling flag.
static SbBool getVisualFeedbackParam(VisualFeedbackParam param)
Returns the state of the specified visual feedback parameter.
static void setMaxMainMemory(int maxMainMemory)
Sets the maximum main (CPU) memory, in MB, to use for all VolumeViz data sets.
static int getTex3LoadRate()
Returns the maximum number of tiles (3D textures) allowed to be downloaded into texture (GPU) memory ...
static void setMaxTexMemory(int maxTexMemory)
Sets the maximum texture (GPU) memory, in MB, for all VolumeViz data sets.
static SbBool getSliceEqualResolution()
Returns the slice equal resolution flag.
static void setViewpointRefinement(SbBool state)
Sets the viewpoint refinement flag.
static void setNumIO(unsigned int numIO)
Sets how many simultaneous tile loading threads to use if multi I/O mode is on (it is on when LDM mod...
static void setViewCulling(SbBool state, SbBool forceRedraw=TRUE)
Sets the view culling flag.
static unsigned int getNumIO()
Returns the current number of loading threads.
static void setMax2DTexMemory(uint64_t maxMemory)
Sets the maximum 2D texture GPU memory in MB allowed to be loaded for all VolumeViz data sets.
static int64_t getDefaultMaxTexMem()
Returns the default maximum GPU memory in MB.
static void setMonitoringCB(SoLDMMonitoringCB *func, int memAmount, void *userData=NULL)
Sets a monitoring callback .
static int getMaxMainMemory()
Returns the maximum main memory in MB for all the VolumeViz data sets.