#include <vtkIndent.h>
Collaboration diagram for vtkIndent:

Public Methods | |
| void | Delete () |
| vtkIndent (int ind=0) | |
| virtual const char * | GetClassName () |
| vtkIndent | GetNextIndent () |
Static Public Methods | |
| vtkIndent * | New () |
Protected Attributes | |
| int | Indent |
Friends | |
| VTK_COMMON_EXPORT ostream & | operator<< (ostream &os, vtkIndent &o) |
vtkIndent is used to control indentation during the chaining print process. This way nested objects can correctly indent themselves.
Definition at line 63 of file vtkIndent.h.
|
|
Definition at line 67 of file vtkIndent.h. |
|
|
Definition at line 66 of file vtkIndent.h. |
|
|
|
|
|
Definition at line 70 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 84 of file vtkIndent.h. |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001