VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
IO
vtkPDBReader.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPDBReader.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
=========================================================================*/
28
#ifndef __vtkPDBReader_h
29
#define __vtkPDBReader_h
30
31
#include "
vtkMoleculeReaderBase.h
"
32
33
34
class
VTK_IO_EXPORT
vtkPDBReader
:
public
vtkMoleculeReaderBase
35
{
36
public
:
37
vtkTypeMacro(
vtkPDBReader
,
vtkMoleculeReaderBase
);
38
void
PrintSelf
(ostream& os,
vtkIndent
indent);
39
40
static
vtkPDBReader
*
New
();
41
42
protected
:
43
vtkPDBReader
();
44
~
vtkPDBReader
();
45
46
void
ReadSpecificMolecule
(FILE* fp);
47
48
private
:
49
vtkPDBReader
(
const
vtkPDBReader
&);
// Not implemented.
50
void
operator=(
const
vtkPDBReader
&);
// Not implemented.
51
};
52
53
#endif
Generated on Thu Mar 13 2014 08:10:21 for VTK by
1.8.1.2