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=========================================================================*/
29#ifndef vtkPDBReader_h
30#define vtkPDBReader_h
31
32#include "vtkIOGeometryModule.h" // For export macro
34
35
36class VTKIOGEOMETRY_EXPORT vtkPDBReader : public vtkMoleculeReaderBase
37{
38public:
40 void PrintSelf(ostream& os, vtkIndent indent);
41
42 static vtkPDBReader *New();
43
44protected:
47
48 void ReadSpecificMolecule(FILE* fp);
49
50private:
51 vtkPDBReader(const vtkPDBReader&) VTK_DELETE_FUNCTION;
52 void operator=(const vtkPDBReader&) VTK_DELETE_FUNCTION;
53};
54
55#endif
a simple class to control print indentation
Definition: vtkIndent.h:40
read Molecular Data files
read Molecular Data files
Definition: vtkPDBReader.h:37
static vtkPDBReader * New()
void ReadSpecificMolecule(FILE *fp)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.