VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
IO
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
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
57
class
VTKIOINFOVIS_EXPORT
vtkDIMACSGraphWriter
:
public
vtkDataWriter
58
{
59
public
:
60
static
vtkDIMACSGraphWriter
*
New
();
61
vtkTypeMacro(
vtkDIMACSGraphWriter
,
vtkDataWriter
);
62
void
PrintSelf
(ostream& os,
vtkIndent
indent);
63
65
66
vtkGraph
*
GetInput
();
67
vtkGraph
*
GetInput
(
int
port
);
69
70
protected
:
71
vtkDIMACSGraphWriter
() {};
72
~vtkDIMACSGraphWriter
() {};
73
74
void
WriteData
();
75
76
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
77
78
private
:
79
vtkDIMACSGraphWriter
(
const
vtkDIMACSGraphWriter
&);
// Not implemented.
80
void
operator=(
const
vtkDIMACSGraphWriter
&);
// Not implemented.
81
};
82
83
#endif
Generated on Thu May 24 2012 22:22:29 for VTK by
1.8.1