IGSTK
|
#include <vtkOutputWindow.h>
#include <vtkSmartPointer.h>
#include <igstkLogger.h>
#include "igstkMacros.h"
Go to the source code of this file.
Classes | |
class | igstk::VTKLoggerOutput |
This class overrides vtk::OutputWindow to redirect messages from VTK to itk::Logger. More... |
Namespaces | |
namespace | igstk |
This file contains the declarations of IGSTK Events used to communicate among components. |
Functions | |
std::ostream & | igstk::operator<< (std::ostream &os, VTKLoggerOutput &o) |
operator << for printing out through the output stream |