VTK
vtkDIMACSGraphWriter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: $RCSfile: vtkDIMACSGraphWriter.h,v $
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 =========================================================================*/
15 /*----------------------------------------------------------------------------
16  Copyright (c) Sandia Corporation
17  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
18 ----------------------------------------------------------------------------*/
19 
49 #ifndef vtkDIMACSGraphWriter_h
50 #define vtkDIMACSGraphWriter_h
51 
52 #include "vtkIOInfovisModule.h" // For export macro
53 #include "vtkDataWriter.h"
54 
55 class vtkGraph;
56 
58 {
59 public:
62  void PrintSelf(ostream& os, vtkIndent indent);
63 
65 
69 
70 protected:
73 
74  void WriteData();
75 
77 
78 private:
79  vtkDIMACSGraphWriter(const vtkDIMACSGraphWriter&); // Not implemented.
80  void operator=(const vtkDIMACSGraphWriter&); // Not implemented.
81 };
82 
83 #endif
vtkDIMACSGraphWriter::WriteData
void WriteData()
vtkDIMACSGraphWriter::vtkDIMACSGraphWriter
vtkDIMACSGraphWriter()
Definition: vtkDIMACSGraphWriter.h:71
vtkDIMACSGraphWriter::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkDIMACSGraphWriter
write vtkGraph data to a DIMACS formatted file
Definition: vtkDIMACSGraphWriter.h:58
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkIOInfovisModule.h
vtkDIMACSGraphWriter::New
static vtkDIMACSGraphWriter * New()
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkDIMACSGraphWriter::GetInput
vtkGraph * GetInput()
vtkDIMACSGraphWriter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkDIMACSGraphWriter::~vtkDIMACSGraphWriter
~vtkDIMACSGraphWriter()
Definition: vtkDIMACSGraphWriter.h:72
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkX3D::info
@ info
Definition: vtkX3D.h:376
VTKIOINFOVIS_EXPORT
#define VTKIOINFOVIS_EXPORT
Definition: vtkIOInfovisModule.h:15
vtkDataWriter.h
vtkDataWriter
helper class for objects that write vtk data files
Definition: vtkDataWriter.h:43
vtkGraph
Base class for graph data types.
Definition: vtkGraph.h:289
vtkDIMACSGraphWriter::GetInput
vtkGraph * GetInput(int port)