Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Related Pages  

vtkIndent Class Reference

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

#include <vtkIndent.h>

List of all members.

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_EXPORT ostream & operator<< (ostream &os, vtkIndent &o)


Detailed Description

a simple class to control print indentation.

Date:
2000/12/10 20:08:11
Revision:
1.28

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


Member Function Documentation

vtkIndent vtkIndent::GetNextIndent  
 

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


Friends And Related Function Documentation

VTK_EXPORT ostream& operator<< ostream &    os,
vtkIndent &    o
[friend]
 

Print out the indentation. Basically output a bunch of spaces.


The documentation for this class was generated from the following file:
Generated on Tue Mar 19 13:27:25 2002 for VTK by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002