#include <itkIndent.h>
Public Types | |
typedef Indent | Self |
Public Member Functions | |
void | Delete () |
Indent (int ind=0) | |
Indent | GetNextIndent () |
Static Public Member Functions | |
Self * | New () |
const char * | GetNameOfClass () |
Friends | |
ITKCommon_EXPORT std::ostream & | operator<< (std::ostream &os, const Indent &o) |
Indent is used to control indentation during the chaining print process. This way nested objects can correctly indent themselves. This class works with the print methods defined in Object (i.e., the public method Print() and the protected methods PrintSelf(), PrintHeader(), and PrintTrailer().
Definition at line 41 of file itkIndent.h.
|
Standard class typedefs. Definition at line 45 of file itkIndent.h. |
|
Construct the object with an initial indentation level. Definition at line 54 of file itkIndent.h. |
|
Destroy this instance. Definition at line 51 of file itkIndent.h. |
|
Return the name of the class. Definition at line 57 of file itkIndent.h. |
|
Determine the next indentation level. Keep indenting by two until the a maximum of forty spaces is reached. Referenced by itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >::PrintSelf(), and itk::DerivativeOperator< TPixel, VDimension, TAllocator >::PrintSelf(). |
|
Method for creation through the object factory. |
|
Print out the indentation. Basically output a bunch of spaces. |