10 #ifndef _HDEBUGZBUFFER_H
11 #define _HDEBUGZBUFFER_H
19 #include "hic_types.h"
51 void OpenglFinishPicture(HIC_Rendition
const *nr,
bool swap_buffers );
57 static void RegisterCallbacks();
59 static void ogl_finish_picture(HIC_Rendition
const *nr,
bool swap_buffers );
float * m_FloatBuffer
scratch space for z values in range [0..1]
Definition: HDebugZBuffer.h:38
char * m_StandaloneSegmentName
path to the standalone window
Definition: HDebugZBuffer.h:36
HC_KEY m_GreyImageKey
key to the Image_By_Ref that represents the visualization
Definition: HDebugZBuffer.h:40
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:332
int m_height
width and height of the view (and thus the amount of scratch space required)
Definition: HDebugZBuffer.h:35
HC_KEY m_ViewKey
self-explanatory
Definition: HDebugZBuffer.h:33
HC_KEY m_StandaloneKey
key to the driver relevant to the standalone window
Definition: HDebugZBuffer.h:34
unsigned char * m_GreyBuffer
scratch space for output image
Definition: HDebugZBuffer.h:39
Definition: HDebugZBuffer.h:29