VTK
vtkTulipReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkTulipReader.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 -------------------------------------------------------------------------*/
67 #ifndef _vtkTulipReader_h
68 #define _vtkTulipReader_h
69 
70 #include "vtkIOInfovisModule.h" // For export macro
72 
74 {
75 public:
76  static vtkTulipReader *New();
78  void PrintSelf(ostream& os, vtkIndent indent);
79 
81 
82  vtkGetStringMacro(FileName);
83  vtkSetStringMacro(FileName);
85 
86 protected:
89 
90  virtual int RequestData(
94 
97 
98 private:
99  char* FileName;
100 
101  vtkTulipReader(const vtkTulipReader&); // Not implemented.
102  void operator=(const vtkTulipReader&); // Not implemented.
103 };
104 
105 #endif // _vtkTulipReader_h
106 
vtkTulipReader::~vtkTulipReader
~vtkTulipReader()
vtkTulipReader::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkTulipReader::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkIOInfovisModule.h
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkTulipReader::New
static vtkTulipReader * New()
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkSetStringMacro
#define vtkSetStringMacro(name)
Definition: vtkSetGet.h:104
vtkGetStringMacro
vtkGetStringMacro(ExtensionsString)
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
vtkUndirectedGraphAlgorithm
Superclass for algorithms that produce undirected graph as output.
Definition: vtkUndirectedGraphAlgorithm.h:49
vtkUndirectedGraphAlgorithm.h
vtkTulipReader
Reads tulip graph files.
Definition: vtkTulipReader.h:74
vtkTulipReader::vtkTulipReader
vtkTulipReader()
vtkTulipReader::FillOutputPortInformation
virtual int FillOutputPortInformation(int port, vtkInformation *info)