VTK
vtkCMLMoleculeReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkCMLMoleculeReader.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 =========================================================================*/
24 #ifndef vtkCMLMoleculeReader_h
25 #define vtkCMLMoleculeReader_h
26 
27 #include "vtkDomainsChemistryModule.h" // For export macro
28 #include "vtkMoleculeAlgorithm.h"
29 
30 class vtkMolecule;
31 
33 {
34 public:
37  void PrintSelf(ostream& os, vtkIndent indent);
38 
40 
44 
46 
47  vtkSetStringMacro(FileName);
48  vtkGetStringMacro(FileName);
50 
51 protected:
54 
58 
59  char *FileName;
60 
61 private:
62  vtkCMLMoleculeReader(const vtkCMLMoleculeReader&); // Not implemented.
63  void operator=(const vtkCMLMoleculeReader&); // Not implemented.
64 };
65 
66 #endif
vtkMoleculeAlgorithm
Superclass for algorithms that operate on vtkMolecules.
Definition: vtkMoleculeAlgorithm.h:42
vtkCMLMoleculeReader::~vtkCMLMoleculeReader
~vtkCMLMoleculeReader()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkCMLMoleculeReader::FileName
char * FileName
Definition: vtkCMLMoleculeReader.h:59
vtkMoleculeAlgorithm.h
vtkDomainsChemistryModule.h
VTKDOMAINSCHEMISTRY_EXPORT
#define VTKDOMAINSCHEMISTRY_EXPORT
Definition: vtkDomainsChemistryModule.h:15
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkSetStringMacro
#define vtkSetStringMacro(name)
Definition: vtkSetGet.h:104
vtkCMLMoleculeReader::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkCMLMoleculeReader::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkCMLMoleculeReader::vtkCMLMoleculeReader
vtkCMLMoleculeReader()
vtkCMLMoleculeReader
Read a CML file and output a vtkMolecule object.
Definition: vtkCMLMoleculeReader.h:33
vtkGetStringMacro
vtkGetStringMacro(ExtensionsString)
vtkMolecule
class describing a molecule
Definition: vtkMolecule.h:89
vtkCMLMoleculeReader::FillOutputPortInformation
int FillOutputPortInformation(int, vtkInformation *)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkCMLMoleculeReader::GetOutput
vtkMolecule * GetOutput()
vtkCMLMoleculeReader::SetOutput
void SetOutput(vtkMolecule *)
vtkCMLMoleculeReader::New
static vtkCMLMoleculeReader * New()