VTK  9.3.20240327
Classes | Functions
vtkIndent.h File Reference
#include "vtkCommonCoreModule.h"
#include "vtkSystemIncludes.h"
Include dependency graph for vtkIndent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkIndent
 a simple class to control print indentation More...
 

Functions

VTKCOMMONCORE_EXPORT ostream & operator<< (ostream &os, const vtkIndent &o)
 

Function Documentation

◆ operator<<()

VTKCOMMONCORE_EXPORT ostream& operator<< ( ostream &  os,
const vtkIndent o 
)

Basically output a bunch of spaces.