VTK
9.2.6
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IO
Chemistry
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 "vtkIOChemistryModule.h"
// For export macro
33
#include "
vtkMoleculeReaderBase.h
"
34
35
class
VTKIOCHEMISTRY_EXPORT
vtkPDBReader
:
public
vtkMoleculeReaderBase
36
{
37
public
:
38
vtkTypeMacro(
vtkPDBReader
,
vtkMoleculeReaderBase
);
39
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
40
41
static
vtkPDBReader
*
New
();
42
43
protected
:
44
vtkPDBReader
();
45
~
vtkPDBReader
()
override
;
46
47
void
ReadSpecificMolecule
(FILE* fp)
override
;
48
49
private
:
50
vtkPDBReader
(
const
vtkPDBReader
&) =
delete
;
51
void
operator=(
const
vtkPDBReader
&) =
delete
;
52
};
53
54
#endif
vtkPDBReader
read Molecular Data files
Definition:
vtkPDBReader.h:35
vtkMoleculeReaderBase::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMoleculeReaderBase
Read molecular data files.
Definition:
vtkMoleculeReaderBase.h:44
vtkMoleculeReaderBase::ReadSpecificMolecule
virtual void ReadSpecificMolecule(FILE *fp)=0
vtkPolyDataAlgorithm::New
static vtkPolyDataAlgorithm * New()
vtkMoleculeReaderBase.h
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
Generated on Mon Oct 16 2023 11:19:41 for VTK by
1.8.10