VTK
|
#include "vtkIOStream.h"
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... | |