VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Filtering
vtkDirectedGraph.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkDirectedGraph.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
=========================================================================*/
15
/*-------------------------------------------------------------------------
16
Copyright 2008 Sandia Corporation.
17
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18
the U.S. Government retains certain rights in this software.
19
-------------------------------------------------------------------------*/
40
#ifndef __vtkDirectedGraph_h
41
#define __vtkDirectedGraph_h
42
43
#include "
vtkGraph.h
"
44
45
class
VTK_FILTERING_EXPORT
vtkDirectedGraph
:
public
vtkGraph
46
{
47
public
:
48
static
vtkDirectedGraph
*
New
();
49
vtkTypeMacro(
vtkDirectedGraph
,
vtkGraph
);
50
void
PrintSelf
(ostream& os,
vtkIndent
indent);
51
53
virtual
int
GetDataObjectType
() {
return
VTK_DIRECTED_GRAPH
;}
54
55
//BTX
57
58
static
vtkDirectedGraph
*
GetData
(
vtkInformation
*
info
);
59
static
vtkDirectedGraph
*
GetData
(
vtkInformationVector
*v,
int
i=0);
60
//ETX
62
65
virtual
bool
IsStructureValid
(
vtkGraph
*g);
66
67
protected
:
68
vtkDirectedGraph
();
69
~
vtkDirectedGraph
();
70
71
private
:
72
vtkDirectedGraph
(
const
vtkDirectedGraph
&);
// Not implemented.
73
void
operator=(
const
vtkDirectedGraph
&);
// Not implemented.
74
};
75
76
#endif
Generated on Thu Mar 13 2014 08:09:54 for VTK by
1.8.1.2