VTK
vtkGaussianCubeReader.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkGaussianCubeReader.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=========================================================================*/
30#ifndef vtkGaussianCubeReader_h
31#define vtkGaussianCubeReader_h
32
33#include "vtkIOGeometryModule.h" // For export macro
35
36class vtkImageData;
37class vtkTransform;
38
39class VTKIOGEOMETRY_EXPORT vtkGaussianCubeReader : public vtkMoleculeReaderBase
40{
41public:
44 void PrintSelf(ostream& os, vtkIndent indent);
45
46 vtkGetObjectMacro(Transform,vtkTransform);
47 vtkSetStringMacro(FileName);
50
51protected:
54
55 char *FileName;
57
60
61 void ReadSpecificMolecule(FILE* fp);
62
64private:
65 vtkGaussianCubeReader(const vtkGaussianCubeReader&) VTK_DELETE_FUNCTION;
66 void operator=(const vtkGaussianCubeReader&) VTK_DELETE_FUNCTION;
67};
68
69#endif
read ASCII Gaussian Cube Data files
virtual int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void ReadSpecificMolecule(FILE *fp)
static vtkGaussianCubeReader * New()
vtkImageData * GetGridOutput()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
topologically and geometrically regular array of data
Definition: vtkImageData.h:46
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
read Molecular Data files
describes linear transformations via a 4x4 matrix
Definition: vtkTransform.h:61
Transform
Definition: ADIOSDefs.h:40
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.