VTK
Classes
dox/Common/vtkNew.h File Reference
#include "vtkIOStream.h"
Include dependency graph for vtkNew.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkNew< T >
 Allocate and hold a VTK object. More...

Functions

template<class T >
ostream & operator<< (ostream &os, const vtkNew< T > &p)

Function Documentation

template<class T >
ostream& operator<< ( ostream &  os,
const vtkNew< T > &  p 
) [inline]

Streaming operator to print vtkNew like regular pointers.

Definition at line 120 of file vtkNew.h.