VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
IO
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
=========================================================================*/
29
#ifndef __vtkGaussianCubeReader_h
30
#define __vtkGaussianCubeReader_h
31
32
#include "
vtkMoleculeReaderBase.h
"
33
34
class
vtkImageData
;
35
class
vtkTransform
;
36
37
class
VTK_IO_EXPORT
vtkGaussianCubeReader
:
public
vtkMoleculeReaderBase
38
{
39
public
:
40
static
vtkGaussianCubeReader
*
New
();
41
vtkTypeMacro(
vtkGaussianCubeReader
,
vtkMoleculeReaderBase
);
42
void
PrintSelf
(ostream& os,
vtkIndent
indent);
43
44
vtkGetObjectMacro(
Transform
,
vtkTransform
);
45
vtkSetStringMacro(FileName);
46
vtkGetStringMacro(FileName);
47
vtkImageData
*GetGridOutput();
48
49
protected
:
50
vtkGaussianCubeReader
();
51
~
vtkGaussianCubeReader
();
52
53
char
*
FileName
;
54
vtkTransform
*
Transform
;
55
56
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
57
virtual
int
RequestInformation
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
58
59
void
ReadSpecificMolecule
(FILE* fp);
60
61
virtual
int
FillOutputPortInformation
(
int
,
vtkInformation
*);
62
private
:
63
vtkGaussianCubeReader
(
const
vtkGaussianCubeReader
&);
// Not implemented.
64
void
operator=(
const
vtkGaussianCubeReader
&);
// Not implemented.
65
};
66
67
#endif
Generated on Sun Sep 9 2012 13:03:41 for VTK by
1.8.1.2