21#include "vtkCommonCoreModule.h"
24VTK_ABI_NAMESPACE_BEGIN
32 explicit vtkIndent(
int ind = 0) { this->Indent = ind; }
a simple class to control print indentation
friend VTKCOMMONCORE_EXPORT ostream & operator<<(ostream &os, const vtkIndent &o)
Print out the indentation.
vtkIndent GetNextIndent()
Determine the next indentation level.
VTKCOMMONCORE_EXPORT ostream & operator<<(ostream &os, const vtkIndent &o)