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
45
Issues
45
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
2d1e43ef
Commit
2d1e43ef
authored
Aug 16, 2010
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[STYLE] fixed capitalization of property names
parent
345a2530
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
14 deletions
+14
-14
src/modules/clusterParamDisplay/WMClusterParamDisplay.cpp
src/modules/clusterParamDisplay/WMClusterParamDisplay.cpp
+4
-4
src/modules/clusterSlicer/WMClusterSlicer.cpp
src/modules/clusterSlicer/WMClusterSlicer.cpp
+1
-1
src/modules/detTractClustering/WMDetTractClustering.cpp
src/modules/detTractClustering/WMDetTractClustering.cpp
+1
-1
src/modules/effectiveConnectivityCluster/WMEffectiveConnectivityCluster.cpp
...iveConnectivityCluster/WMEffectiveConnectivityCluster.cpp
+3
-3
src/modules/voxelizer/WMVoxelizer.cpp
src/modules/voxelizer/WMVoxelizer.cpp
+5
-5
No files found.
src/modules/clusterParamDisplay/WMClusterParamDisplay.cpp
View file @
2d1e43ef
...
...
@@ -119,13 +119,13 @@ void WMClusterParamDisplay::initSubModules()
// preset properties
m_fiberClustering
->
getProperties
()
->
getProperty
(
"Invisible fibers"
)
->
toPropBool
()
->
set
(
true
);
m_voxelizer
->
getProperties
()
->
getProperty
(
"Fiber
T
racts"
)
->
toPropBool
()
->
set
(
false
);
m_voxelizer
->
getProperties
()
->
getProperty
(
"Display
V
oxels"
)
->
toPropBool
()
->
set
(
false
);
m_voxelizer
->
getProperties
()
->
getProperty
(
"Fiber
t
racts"
)
->
toPropBool
()
->
set
(
false
);
m_voxelizer
->
getProperties
()
->
getProperty
(
"Display
v
oxels"
)
->
toPropBool
()
->
set
(
false
);
// forward properties
m_properties
->
addProperty
(
m_fiberClustering
->
getProperties
()
->
getProperty
(
"Output cluster ID"
)
);
m_properties
->
addProperty
(
m_fiberClustering
->
getProperties
()
->
getProperty
(
"Go"
)
);
m_properties
->
addProperty
(
m_voxelizer
->
getProperties
()
->
getProperty
(
"Fiber
T
racts"
)
);
m_properties
->
addProperty
(
m_voxelizer
->
getProperties
()
->
getProperty
(
"Fiber
t
racts"
)
);
m_properties
->
addProperty
(
m_gaussFiltering
->
getProperties
()
->
getProperty
(
"Iterations"
)
);
m_properties
->
addProperty
(
m_clusterSlicer
->
getProperties
()
->
getProperty
(
"Show or
Hide ISO V
oxels"
)
);
m_properties
->
addProperty
(
m_clusterSlicer
->
getProperties
()
->
getProperty
(
"Show or
hide iso v
oxels"
)
);
}
src/modules/clusterSlicer/WMClusterSlicer.cpp
View file @
2d1e43ef
...
...
@@ -75,7 +75,7 @@ void WMClusterSlicer::connectors()
void
WMClusterSlicer
::
properties
()
{
m_drawISOVoxels
=
m_properties
->
addProperty
(
"Show or
Hide ISO Voxels"
,
"En/Disables to draw the voxels withing a given ISOS
urface."
,
true
);
m_drawISOVoxels
=
m_properties
->
addProperty
(
"Show or
hide iso voxels"
,
"En/Disables to draw the voxels within a given iso
urface."
,
true
);
m_isoValue
=
m_properties
->
addProperty
(
"Iso value"
,
""
,
0.01
);
}
...
...
src/modules/detTractClustering/WMDetTractClustering.cpp
View file @
2d1e43ef
...
...
@@ -140,7 +140,7 @@ void WMDetTractClustering::properties()
m_numValidClusters
=
m_infoProperties
->
addProperty
(
"#Clusters used:"
,
"Number of clusters beeing bigger than the given threshold"
,
0
);
m_numValidClusters
->
setMin
(
0
);
m_numValidClusters
->
setMax
(
wlimits
::
MAX_INT32_T
);
m_clusterSizes
=
m_infoProperties
->
addProperty
(
"Cluster
S
izes:"
,
"Size of each valid cluster"
,
std
::
string
()
);
m_clusterSizes
=
m_infoProperties
->
addProperty
(
"Cluster
s
izes:"
,
"Size of each valid cluster"
,
std
::
string
()
);
}
void
WMDetTractClustering
::
updateOutput
()
...
...
src/modules/effectiveConnectivityCluster/WMEffectiveConnectivityCluster.cpp
View file @
2d1e43ef
...
...
@@ -175,10 +175,10 @@ void WMEffectiveConnectivityCluster::moduleMain()
// set/forward some props
props
=
m_voxelizer
->
getProperties
();
props
->
getProperty
(
"Center
L
ine"
)
->
toPropBool
()
->
set
(
false
);
props
->
getProperty
(
"Center
l
ine"
)
->
toPropBool
()
->
set
(
false
);
props
->
getProperty
(
"active"
)
->
toPropBool
()
->
set
(
false
);
props
->
getProperty
(
"Fiber
T
racts"
)
->
toPropBool
()
->
set
(
false
);
props
->
getProperty
(
"Display
V
oxels"
)
->
toPropBool
()
->
set
(
false
);
props
->
getProperty
(
"Fiber
t
racts"
)
->
toPropBool
()
->
set
(
false
);
props
->
getProperty
(
"Display
v
oxels"
)
->
toPropBool
()
->
set
(
false
);
props
->
getProperty
(
"Lighting"
)
->
toPropBool
()
->
set
(
false
);
// set longest line based parameterization
...
...
src/modules/voxelizer/WMVoxelizer.cpp
View file @
2d1e43ef
...
...
@@ -147,12 +147,12 @@ void WMVoxelizer::properties()
m_paramAlgoSelections
->
addItem
(
"By Integration"
,
"Integrate along the voxelized line."
);
m_antialiased
=
m_properties
->
addProperty
(
"Antialiasing"
,
"Enable/Disable antialiased drawing of voxels."
,
true
,
m_fullUpdate
);
m_drawfibers
=
m_properties
->
addProperty
(
"Fiber
T
racts"
,
"Enable/Disable drawing of the fibers of a cluster."
,
true
,
m_fullUpdate
);
m_drawBoundingBox
=
m_properties
->
addProperty
(
"Bounding
Box Enable F
eature"
,
"Enable/Disable drawing of a clusters BoundingBox."
,
true
);
m_drawCenterLine
=
m_properties
->
addProperty
(
"Center
L
ine"
,
"Enable/Disable display of the center line"
,
true
);
m_drawfibers
=
m_properties
->
addProperty
(
"Fiber
t
racts"
,
"Enable/Disable drawing of the fibers of a cluster."
,
true
,
m_fullUpdate
);
m_drawBoundingBox
=
m_properties
->
addProperty
(
"Bounding
box enable f
eature"
,
"Enable/Disable drawing of a clusters BoundingBox."
,
true
);
m_drawCenterLine
=
m_properties
->
addProperty
(
"Center
l
ine"
,
"Enable/Disable display of the center line"
,
true
);
m_lighting
=
m_properties
->
addProperty
(
"Lighting"
,
"Enable/Disable lighting."
,
true
);
m_drawVoxels
=
m_properties
->
addProperty
(
"Display
V
oxels"
,
"Enable/Disable drawing of marked voxels."
,
true
,
m_fullUpdate
);
m_rasterAlgo
=
m_properties
->
addProperty
(
"Raster
A
lgo"
,
"Specifies the algorithm you may want to use for voxelization."
,
m_drawVoxels
=
m_properties
->
addProperty
(
"Display
v
oxels"
,
"Enable/Disable drawing of marked voxels."
,
true
,
m_fullUpdate
);
m_rasterAlgo
=
m_properties
->
addProperty
(
"Raster
a
lgo"
,
"Specifies the algorithm you may want to use for voxelization."
,
std
::
string
(
"WBresenham"
),
m_fullUpdate
);
m_voxelsPerUnit
=
m_properties
->
addProperty
(
"Voxels per unit"
,
"Specified the number of voxels per unit in the coordinate system. This "
"is useful to increase the resolution of the grid"
,
1
,
m_fullUpdate
);
...
...
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