Classes | |
| class | BIAS::FilterDialogBase< InputST, OutputST > |
| Base class for all filter dialogs. More... | |
| class | BIAS::FilterDialogCannyEdge< InputST, OutputST > |
| Implementation of a CannyEdge filter dialog. More... | |
| class | BIAS::FilterDialogGauss< InputST, OutputST > |
| Implementation of a Gauss filter dialog. More... | |
| class | BIAS::FilterDialogGradientSobel3x3< InputST, OutputST > |
| Implementation of a GradientSobel3x3 filter dialog. More... | |
| class | BIAS::FilterDialogMean< InputST, OutputST > |
| Implementation of a Mean filter dialog. More... | |
| class | BIAS::FilterDialogMedian< InputST, OutputST > |
| Implementation of a Median filter dialog. More... | |
| class | BIAS::FilterDialogPreviewWindow< StorageType > |
| A preview window. More... | |
| class | BIAS::FilterDialogRescale< InputST, OutputST > |
| Implementation of a Rescale filter dialog. More... | |
| class | BIAS::GuiCV |
| Gui based on OpenCV is a simple windowing environment. More... | |
| class | BIAS::GuiEnhanced |
| extended GuiGTK with zoom and marking options More... | |
| class | BIAS::GuiGTK |
| Gui based on gtk is a simple windowing environment. More... | |
| class | BIAS::ICECallbackInterface |
| callback interface for ImageCanvasExtended More... | |
| class | ICECCallBackInterface |
| callback interface for ImageCanvasCheckerBoardExtract More... | |
| class | BIAS::ImageCanvas |
| display image in wx application, provides zoom and investigation functionality More... | |
| class | BIAS::ImageCanvasCheckerboardExtract |
| provides functionality for selection of checkerboard patterns More... | |
| class | BIAS::ImageCanvasEnhanced |
| provides functionality for selection of rectangle, point, . More... | |
| class | ImageCanvasGLBase |
| 2D image display canvas using OpenGL rendering internally. More... | |
| class | BIAS::OpenGLCanvas |
| OpenGL canvases with additinal event handling (JW). More... | |
| class | BIAS::OpenGLCanvasBase |
| base class for OpenGL canvases you could derive from to get base functionality (JW) More... | |
| class | BIAS::ParamGUI |
| ?? More... | |
| class | BIAS::ParamGUIPanel |
| ?? More... | |
| class | BIAS::RenderModeGL |
| GLRenderMode describes mode for rendering. More... | |
| class | BIAS::ScaledImageCanvas |
| display float images in wx application, provides zoom, scale, shift and investigation functionality More... | |
| class | BIAS::SettingsGL |
| Application controlled OpenGl renderingsettings. More... | |
Functions | |
| void | BIAS::ConsoleRedirectIO (std::string name) |
| Jan Woetzel 2005. | |
| void BIASGui_EXPORT BIAS::ConsoleRedirectIO | ( | std::string | name | ) |
Jan Woetzel 2005.
Extra Console for WIN32 WinMain gui applications.
Call this funtion in windows to redirect the output to a window
Redirects STDIN, STDERR, cout, cerrm wcout, cin, wcin, wcerr, cerr, wclog, clog.Displays output to cout, cerrm printf etc. based on "Covington, Michael. "Adding Graphics to Console Applications," Visual Developer, June/July 1997. Jan Woetzel 2005
Definition at line 23 of file ConsoleRedirectIO.cpp.
Referenced by BiasShowEpiApp::OnInit(), ShowCamWxApp::OnInit(), BIAS::ExampleMixtureOfGaussians::OnInit(), BIAS::SimpleGLApp::OnInit(), ExampleOpenGLCanvasApp::OnInit(), ExampleImageCanvasGLBaseApp::OnInit(), and ExampleGLSharedApp::OnInit().
1.5.6