ALBA
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
albaVTKLog Class Reference

#include <albaVTKLog.h>

Inheritance diagram for albaVTKLog:
Inheritance graph
[legend]
Collaboration diagram for albaVTKLog:
Collaboration graph
[legend]

Public Member Functions

 vtkTypeMacro (albaVTKLog, vtkOutputWindow)
 
void SetEnabled (int enabled)
 
int GetEnabled ()
 
void EnabledOn ()
 
void EnabledOff ()
 
virtual void DisplayText (const char *)
 

Static Public Member Functions

static albaVTKLogNew ()
 

Protected Member Functions

 albaVTKLog ()
 
 ~albaVTKLog ()
 

Protected Attributes

int m_Enabled
 

Detailed Description

Definition at line 27 of file albaVTKLog.h.

Constructor & Destructor Documentation

◆ albaVTKLog()

albaVTKLog::albaVTKLog ( )
protected

◆ ~albaVTKLog()

albaVTKLog::~albaVTKLog ( )
protected

Member Function Documentation

◆ New()

static albaVTKLog * albaVTKLog::New ( )
static

◆ vtkTypeMacro()

albaVTKLog::vtkTypeMacro ( albaVTKLog  ,
vtkOutputWindow   
)

◆ SetEnabled()

void albaVTKLog::SetEnabled ( int  enabled)
inline

Set log message displaying.

Definition at line 36 of file albaVTKLog.h.

◆ GetEnabled()

int albaVTKLog::GetEnabled ( )
inline

Get log message displaying.

Definition at line 39 of file albaVTKLog.h.

◆ EnabledOn()

void albaVTKLog::EnabledOn ( )
inline

Enable log message displaying.

Definition at line 42 of file albaVTKLog.h.

◆ EnabledOff()

void albaVTKLog::EnabledOff ( )
inline

Disable log message displaying.

Definition at line 45 of file albaVTKLog.h.

◆ DisplayText()

virtual void albaVTKLog::DisplayText ( const char *  )
virtual

Put the text into the log file.

New lines are converted to carriage return new lines.

Member Data Documentation

◆ m_Enabled

int albaVTKLog::m_Enabled
protected

Definition at line 54 of file albaVTKLog.h.


The documentation for this class was generated from the following file: