Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VTK
VTK
Commits
db75cd83
Commit
db75cd83
authored
Aug 23, 2004
by
Mathieu Malaterre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
STYLE: Tweak
parent
570b23e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
9 deletions
+2
-9
Rendering/vtkUnstructuredGridTestRayIntegrator.cxx
Rendering/vtkUnstructuredGridTestRayIntegrator.cxx
+1
-3
Rendering/vtkUnstructuredGridTestRayIntegrator.h
Rendering/vtkUnstructuredGridTestRayIntegrator.h
+0
-2
Rendering/vtkUnstructuredGridVolumeRayIntegrator.cxx
Rendering/vtkUnstructuredGridVolumeRayIntegrator.cxx
+1
-4
No files found.
Rendering/vtkUnstructuredGridTestRayIntegrator.cxx
View file @
db75cd83
// -*- c++ -*-
/*=========================================================================
Program: Visualization Toolkit
...
...
@@ -22,7 +20,7 @@
#include "vtkColorTransferFunction.h"
#include "vtkPiecewiseFunction.h"
vtkCxxRevisionMacro
(
vtkUnstructuredGridTestRayIntegrator
,
"1.
1
"
);
vtkCxxRevisionMacro
(
vtkUnstructuredGridTestRayIntegrator
,
"1.
2
"
);
vtkStandardNewMacro
(
vtkUnstructuredGridTestRayIntegrator
);
template
<
class
T
>
...
...
Rendering/vtkUnstructuredGridTestRayIntegrator.h
View file @
db75cd83
// -*- c++ -*-
/*=========================================================================
Program: Visualization Toolkit
...
...
Rendering/vtkUnstructuredGridVolumeRayIntegrator.cxx
View file @
db75cd83
// -*- c++ -*-
/*=========================================================================
Program: Visualization Toolkit
...
...
@@ -16,10 +14,9 @@
=========================================================================*/
#include "vtkUnstructuredGridVolumeRayIntegrator.h"
vtkCxxRevisionMacro
(
vtkUnstructuredGridVolumeRayIntegrator
,
"1.
1
"
);
vtkCxxRevisionMacro
(
vtkUnstructuredGridVolumeRayIntegrator
,
"1.
2
"
);
//----------------------------------------------------------------------------
vtkUnstructuredGridVolumeRayIntegrator
::
vtkUnstructuredGridVolumeRayIntegrator
()
{
}
...
...
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