Documentation for vtkIndent

vtkIndent - a simple class to control print indentation

Description:

vtkIndent is used to control indentation during the chaining print process. This way nested objects can correctly indent themselves.

 

Methods:

void Delete ()
void vtkIndent (int )
static vtkIndent *New ()
vtkIndent GetNextIndent ()

 

Detailed Method Descriptions:

Determine the next indentation level. Keep indenting by two until the max of forty.

vtkIndent GetNextIndent ()