Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
5ecf920e
Commit
5ecf920e
authored
Dec 06, 2010
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[STYLE #455]
parent
859f9750
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
src/kernel/WSelectorBranch.h
src/kernel/WSelectorBranch.h
+8
-8
No files found.
src/kernel/WSelectorBranch.h
View file @
5ecf920e
...
...
@@ -42,7 +42,7 @@ public:
* \param fibers pointer to the fiber dataset to work on
* \param branch pointer to the branch object in the roi manager
*/
WSelectorBranch
(
boost
::
shared_ptr
<
const
WDataSetFibers
>
fibers
,
boost
::
shared_ptr
<
WRMBranch
>
branch
);
WSelectorBranch
(
boost
::
shared_ptr
<
const
WDataSetFibers
>
fibers
,
boost
::
shared_ptr
<
WRMBranch
>
branch
);
/**
* destructor
...
...
@@ -53,7 +53,7 @@ public:
* getter
* \return the bitfield that is created from all rois in this branch
*/
boost
::
shared_ptr
<
std
::
vector
<
bool
>
>
getBitField
();
boost
::
shared_ptr
<
std
::
vector
<
bool
>
>
getBitField
();
/**
* getter
...
...
@@ -65,7 +65,7 @@ public:
* adds a roi to the branch
* \param roi
*/
void
addRoi
(
boost
::
shared_ptr
<
WSelectorRoi
>
roi
);
void
addRoi
(
boost
::
shared_ptr
<
WSelectorRoi
>
roi
);
/**
* removes a roi fromt he branch
...
...
@@ -117,22 +117,22 @@ private:
/**
* the bitfield given to the outside world
*/
boost
::
shared_ptr
<
std
::
vector
<
bool
>
>
m_bitField
;
boost
::
shared_ptr
<
std
::
vector
<
bool
>
>
m_bitField
;
/**
* the bitfield we work on
*/
boost
::
shared_ptr
<
std
::
vector
<
bool
>
>
m_workerBitfield
;
boost
::
shared_ptr
<
std
::
vector
<
bool
>
>
m_workerBitfield
;
/**
* list of rois in this branch
*/
std
::
list
<
boost
::
shared_ptr
<
WSelectorRoi
>
>
m_rois
;
std
::
list
<
boost
::
shared_ptr
<
WSelectorRoi
>
>
m_rois
;
/**
* pointer to the branch object in the roi manager
*/
boost
::
shared_ptr
<
WRMBranch
>
m_branch
;
boost
::
shared_ptr
<
WRMBranch
>
m_branch
;
};
inline
boost
::
shared_ptr
<
std
::
vector
<
bool
>
>
WSelectorBranch
::
getBitField
()
...
...
@@ -144,7 +144,7 @@ inline boost::shared_ptr< std::vector<bool> > WSelectorBranch::getBitField()
return
m_bitField
;
}
inline
boost
::
shared_ptr
<
WRMBranch
>
WSelectorBranch
::
getBranch
()
inline
boost
::
shared_ptr
<
WRMBranch
>
WSelectorBranch
::
getBranch
()
{
return
m_branch
;
}
...
...
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