VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Infovis
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
35
#ifndef __vtkDIMACSGraphWriter_h
36
#define __vtkDIMACSGraphWriter_h
37
38
#include "
vtkDataWriter.h
"
39
40
class
vtkGraph
;
41
42
class
VTK_INFOVIS_EXPORT
vtkDIMACSGraphWriter
:
public
vtkDataWriter
43
{
44
public
:
45
static
vtkDIMACSGraphWriter
*
New
();
46
vtkTypeMacro(
vtkDIMACSGraphWriter
,
vtkDataWriter
);
47
void
PrintSelf
(ostream& os,
vtkIndent
indent);
48
50
51
vtkGraph
*
GetInput
();
52
vtkGraph
*
GetInput
(
int
port
);
54
55
protected
:
56
vtkDIMACSGraphWriter
() {};
57
~vtkDIMACSGraphWriter
() {};
58
59
void
WriteData
();
60
61
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
62
63
private
:
64
vtkDIMACSGraphWriter
(
const
vtkDIMACSGraphWriter
&);
// Not implemented.
65
void
operator=(
const
vtkDIMACSGraphWriter
&);
// Not implemented.
66
};
67
68
#endif
Generated on Thu Mar 13 2014 08:10:18 for VTK by
1.8.1.2