25 #ifndef vtkTreeWriter_h 
   26 #define vtkTreeWriter_h 
   28 #include "vtkIOLegacyModule.h"  
   60   void WriteEdges(ostream& Stream, 
vtkTree* Tree);
 
write vtkTree data to a file 
 
helper class for objects that write vtk data files 
 
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses. 
 
a simple class to control print indentation 
 
vtkDataObject * GetInput()
 
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm. 
 
static vtkDataWriter * New()
Created object with default header, ASCII format, and default names for scalars, vectors, tensors, normals, and texture coordinates. 
 
A rooted tree data structure.