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
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
94cc3ca8
Commit
94cc3ca8
authored
Sep 10, 2011
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC] Fixed a docu TODO and some [STYLE]
parent
dd95f961
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
src/modules/atlasSurfaces/WCreateSurfaceJob.h
src/modules/atlasSurfaces/WCreateSurfaceJob.h
+8
-6
No files found.
src/modules/atlasSurfaces/WCreateSurfaceJob.h
View file @
94cc3ca8
...
...
@@ -36,8 +36,10 @@
#include "core/graphicsEngine/algorithms/WMarchingCubesAlgorithm.h"
#include "core/graphicsEngine/WTriangleMesh.h"
/**
* TODO(schurade): Document this!
* Manager for parallel jobs that create parts of the surfaces enclosing the atlas regions.
* Each job performs a Marching Cubes part.
*/
template
<
typename
T
>
class
WCreateSurfaceJob
:
public
WThreadedJobs
<
WDataSetScalar
,
size_t
>
...
...
@@ -86,15 +88,15 @@ private:
*/
void
cutArea
(
boost
::
shared_ptr
<
WValueSet
<
T
>
>
vals
,
std
::
vector
<
float
>&
tempData
,
unsigned
int
number
);
// NOLINT
WSharedObject
<
size_t
>
m_counter
;
//!< job number
WSharedObject
<
size_t
>
m_counter
;
//!< job number
boost
::
shared_ptr
<
WGridRegular3D
>
m_grid
;
//!< stores pointer to grid
boost
::
shared_ptr
<
WGridRegular3D
>
m_grid
;
//!< stores pointer to grid
boost
::
shared_ptr
<
std
::
vector
<
boost
::
shared_ptr
<
WTriangleMesh
>
>
>
m_regionMeshes
;
//!< stores pointer
boost
::
shared_ptr
<
std
::
vector
<
boost
::
shared_ptr
<
WTriangleMesh
>
>
>
m_regionMeshes
;
//!< stores pointer
boost
::
shared_ptr
<
WProgressCombiner
>
m_progressCombiner
;
//!< stores pointer
boost
::
shared_ptr
<
WProgressCombiner
>
m_progressCombiner
;
//!< stores pointer
to combiner for different progress parts
boost
::
shared_ptr
<
WProgress
>
m_progress
;
//!< stores pointer to
boost
::
shared_ptr
<
WProgress
>
m_progress
;
//!< stores pointer to
progress indicator
};
template
<
typename
T
>
...
...
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