Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bill Lorensen
VTK
Commits
f8a94f70
Commit
f8a94f70
authored
May 01, 2012
by
Dave DeMarle
Browse files
Merge branch 'fix-chemistry-shared-windows-build' into release
Change-Id: I7ace63c5e6f56da87419c1c6dc504ea07729e2a7
parents
02aac437
45b0c171
Changes
3
Show whitespace changes
Inline
Side-by-side
Chemistry/vtkAbstractElectronicData.h
View file @
f8a94f70
...
...
@@ -35,7 +35,7 @@ public:
// Description:
// Returns the number of electrons in the molecule.
virtual
unsigned
int
GetNumberOfElectrons
()
=
0
;
virtual
vtkIdType
GetNumberOfElectrons
()
=
0
;
// Description:
// Returns the vtkImageData for the requested molecular orbital.
...
...
Chemistry/vtkMoleculeAlgorithm.h
View file @
f8a94f70
...
...
@@ -35,7 +35,7 @@
class
vtkDataSet
;
class
vtkMolecule
;
class
VTK_
FILTERING
_EXPORT
vtkMoleculeAlgorithm
:
public
vtkAlgorithm
class
VTK_
CHEMISTRY
_EXPORT
vtkMoleculeAlgorithm
:
public
vtkAlgorithm
{
public:
static
vtkMoleculeAlgorithm
*
New
();
...
...
Chemistry/vtkProgrammableElectronicData.h
View file @
f8a94f70
...
...
@@ -41,8 +41,8 @@ public:
// Description:
// Get/Set the number of electrons in the molecule. Needed for HOMO/LUMO
// convenience functions
vtkGetMacro
(
NumberOfElectrons
,
unsigned
int
);
vtkSetMacro
(
NumberOfElectrons
,
unsigned
int
);
vtkGetMacro
(
NumberOfElectrons
,
vtkIdType
);
vtkSetMacro
(
NumberOfElectrons
,
vtkIdType
);
// Description:
// Get/Set the vtkImageData for the requested molecular orbital.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment