#include <vtkIndent.h>
vtkIndent is used to control indentation during the chaining print process. This way nested objects can correctly indent themselves.
Definition at line 37 of file vtkIndent.h.
vtkIndent | GetNextIndent () |
VTK_COMMON_EXPORT ostream & | operator<< (ostream &os, const vtkIndent &o) |
Public Member Functions | |
void | Delete () |
vtkIndent (int ind=0) | |
Static Public Member Functions | |
static vtkIndent * | New () |
Protected Attributes | |
int | Indent |
|
Definition at line 41 of file vtkIndent.h. |
|
Definition at line 40 of file vtkIndent.h. |
|
|
|
Determine the next indentation level. Keep indenting by two until the max of forty. |
|
Print out the indentation. Basically output a bunch of spaces. |
|
Definition at line 56 of file vtkIndent.h. |