20#include "vtkOutputWindow.h"
36 void SetEnabled(
int enabled){m_Enabled = enabled;this->Modified();};
void EnabledOn()
Enable log message displaying.
virtual void DisplayText(const char *)
Put the text into the log file.
static albaVTKLog * New()
vtkTypeMacro(albaVTKLog, vtkOutputWindow)
void EnabledOff()
Disable log message displaying.
int GetEnabled()
Get log message displaying.
void SetEnabled(int enabled)
Set log message displaying.