VTK
Classes | Functions
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)
 Streaming operator to print vtkNew like regular pointers. More...
 

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 133 of file vtkNew.h.