CustusX
22.04-rc5
An IGT application
|
Formatting class for debug printing of the ssc library. More...
#include <cxIndent.h>
Public Types | |
enum | DETAIL { dSTRUCTURE, dNORMAL, dDETAILS } |
Public Member Functions | |
Indent () | |
Indent (int ind, DETAIL det=dNORMAL) | |
~Indent () | |
int | getIndent () const |
vtkIndent | getVtkIndent () const |
Indent | stepDown () const |
bool | includeDetails () const |
bool | includeNormal () const |
Public Attributes | |
DETAIL | mDetail |
how much info to print More... | |
int | mIndent |
Formatting class for debug printing of the ssc library.
Based on vtkIndent.
Definition at line 28 of file cxIndent.h.
enum cx::Indent::DETAIL |
Enumerator | |
---|---|
dSTRUCTURE |
print overall structure only |
dNORMAL |
print all contents of ssc structures |
dDETAILS |
include printing of vtk objects |
Definition at line 31 of file cxIndent.h.
cx::Indent::Indent | ( | ) |
Definition at line 17 of file cxIndent.cpp.
Definition at line 19 of file cxIndent.cpp.
cx::Indent::~Indent | ( | ) |
Definition at line 21 of file cxIndent.cpp.
int cx::Indent::getIndent | ( | ) | const |
Definition at line 23 of file cxIndent.cpp.
vtkIndent cx::Indent::getVtkIndent | ( | ) | const |
Definition at line 25 of file cxIndent.cpp.
bool cx::Indent::includeDetails | ( | ) | const |
Definition at line 32 of file cxIndent.cpp.
bool cx::Indent::includeNormal | ( | ) | const |
Definition at line 37 of file cxIndent.cpp.
Indent cx::Indent::stepDown | ( | ) | const |
Definition at line 27 of file cxIndent.cpp.
DETAIL cx::Indent::mDetail |
how much info to print
Definition at line 48 of file cxIndent.h.
int cx::Indent::mIndent |
Definition at line 49 of file cxIndent.h.