Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Todd Kordenbrock
VTK-m
Commits
d2abcfe8
Commit
d2abcfe8
authored
Apr 09, 2018
by
James Kress
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding copy and assignment operators.
parent
3bdb8cb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
vtkm/rendering/AxisAnnotation3D.h
vtkm/rendering/AxisAnnotation3D.h
+3
-0
No files found.
vtkm/rendering/AxisAnnotation3D.h
View file @
d2abcfe8
...
...
@@ -61,6 +61,9 @@ public:
~
AxisAnnotation3D
();
AxisAnnotation3D
(
const
AxisAnnotation3D
&
)
=
delete
;
AxisAnnotation3D
&
operator
=
(
const
AxisAnnotation3D
&
)
=
delete
;
VTKM_CONT
void
SetMoreOrLessTickAdjustment
(
int
offset
)
{
this
->
MoreOrLessTickAdjustment
=
offset
;
}
...
...
Write
Preview
Markdown
is supported
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