VTK
vtkGenericDataObjectWriter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkGenericDataObjectWriter.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
25 #ifndef __vtkGenericDataObjectWriter_h
26 #define __vtkGenericDataObjectWriter_h
27 
28 #include "vtkDataWriter.h"
29 
31 {
32 public:
35  void PrintSelf(ostream& os, vtkIndent indent);
36 
37 protected:
40 
41  void WriteData();
43 
44 private:
45  vtkGenericDataObjectWriter(const vtkGenericDataObjectWriter&); // Not implemented.
46  void operator=(const vtkGenericDataObjectWriter&); // Not implemented.
47 };
48 
49 #endif
Store vtkAlgorithm input/output information.
helper class for objects that write vtk data files
Definition: vtkDataWriter.h:41
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
Definition: vtkIndent.h:37
virtual int FillInputPortInformation(int port, vtkInformation *info)
static vtkDataWriter * New()
#define VTK_IO_EXPORT
void WriteData()
writes any type of vtk data object to file