VTK
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 "vtkIOGeometryModule.h" // For export macro
32 #include "vtkMoleculeReaderBase.h"
33 
34 
36 {
37 public:
39  void PrintSelf(ostream& os, vtkIndent indent);
40 
41  static vtkPDBReader *New();
42 
43 protected:
44  vtkPDBReader();
45  ~vtkPDBReader();
46 
47  void ReadSpecificMolecule(FILE* fp);
48 
49 private:
50  vtkPDBReader(const vtkPDBReader&); // Not implemented.
51  void operator=(const vtkPDBReader&); // Not implemented.
52 };
53 
54 #endif
read Molecular Data files
Definition: vtkPDBReader.h:35
read Molecular Data files
virtual void ReadSpecificMolecule(FILE *fp)=0
#define VTKIOGEOMETRY_EXPORT
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
Definition: vtkIndent.h:38