Skip to content
GitLab
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
c78d99d8
Commit
c78d99d8
authored
May 07, 2012
by
Marcus D. Hanwell
Committed by
Code Review
May 07, 2012
Browse files
Merge topic 'chemistry-initialization' into master
94cce966
Set color ivars direct, be sure to delete strings
parents
aaa8659d
94cce966
Changes
2
Hide whitespace changes
Inline
Side-by-side
Chemistry/Core/vtkCMLMoleculeReader.cxx
View file @
c78d99d8
...
...
@@ -71,6 +71,7 @@ vtkCMLMoleculeReader::vtkCMLMoleculeReader()
//----------------------------------------------------------------------------
vtkCMLMoleculeReader
::~
vtkCMLMoleculeReader
()
{
this
->
SetFileName
(
NULL
);
}
//----------------------------------------------------------------------------
...
...
Chemistry/Core/vtkMoleculeMapper.cxx
View file @
c78d99d8
...
...
@@ -56,7 +56,7 @@ vtkMoleculeMapper::vtkMoleculeMapper()
BondRadius
(
0.075
)
{
// Initialize ivars:
this
->
Set
BondColor
(
50
,
50
,
50
)
;
this
->
BondColor
[
0
]
=
this
->
BondColor
[
1
]
=
this
->
BondColor
[
2
]
=
50
;
// Setup glyph sources
vtkNew
<
vtkSphereSource
>
sphere
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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