VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
home
boeckb
code
depot
group-kitware
vtk
build-release
Utilities
Doxygen
dox
IO
Core
vtkAbstractPolyDataReader.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkAbstractPolyDataReader.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
=========================================================================*/
29
#ifndef vtkAbstractPolyDataReader_h
30
#define vtkAbstractPolyDataReader_h
31
32
#include "
vtkIOCoreModule.h
"
// For export macro
33
#include "
vtkPolyDataAlgorithm.h
"
34
35
class
VTKIOCORE_EXPORT
vtkAbstractPolyDataReader
:
public
vtkPolyDataAlgorithm
36
{
37
public
:
38
vtkTypeMacro(
vtkAbstractPolyDataReader
,
vtkPolyDataAlgorithm
);
39
void
PrintSelf
(ostream& os,
vtkIndent
indent);
40
42
43
vtkSetStringMacro(FileName);
44
vtkGetStringMacro(FileName);
46
47
protected
:
48
vtkAbstractPolyDataReader
();
49
~
vtkAbstractPolyDataReader
();
50
51
char
*
FileName
;
52
private
:
53
vtkAbstractPolyDataReader
(
const
vtkAbstractPolyDataReader
&);
// Not implemented.
54
void
operator=(
const
vtkAbstractPolyDataReader
&);
// Not implemented.
55
};
56
57
#endif
VTKIOCORE_EXPORT
#define VTKIOCORE_EXPORT
Definition:
vtkIOCoreModule.h:15
vtkPolyDataAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkAbstractPolyDataReader
Superclass for algorithms that read models from a file.
Definition:
vtkAbstractPolyDataReader.h:35
vtkPolyDataAlgorithm
Superclass for algorithms that produce only polydata as output.
Definition:
vtkPolyDataAlgorithm.h:43
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:38
vtkAbstractPolyDataReader::FileName
char * FileName
Definition:
vtkAbstractPolyDataReader.h:51
vtkIOCoreModule.h
vtkPolyDataAlgorithm.h
Generated by
1.8.9.1