Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// MDL v1 utf8
mevislabVersion = 3.5.0.675
network {
mevislabVersion = 4.2.70.9999
network {
watchlist = ""
}
module View2D {
internal {
internal {
frame = "429 -51 120 56"
moduleGroupName = ""
windows {
windows {
window _default {
geometry = "117 258 495 458"
sizeHint = "400 400"
Expand All @@ -20,12 +20,12 @@ module View2D {
}
}
}
fields {
fields {
instanceName = View2D
inventorInputOn = TRUE
inventorOutputOn = FALSE
view2DExtensionsOn = TRUE
startSlice = 37
startSlice = 39
numSlices = 1
numXSlices = 1
sliceStep = 1
Expand Down Expand Up @@ -62,19 +62,20 @@ module View2D {
borderOn = FALSE
borderColor = "0.899999976158142 0.899999976158142 0.899999976158142"
valueHighPrecision = TRUE
showColorChannelValues = FALSE
colorChannelSeparator = " / "
maxPrecision = 4
enableSlicing = TRUE
useRelativeLUTIfNoInputImage = TRUE
showColorChannelValues = FALSE
colorChannelSeparator = " / "
scaleLUTForNewImage = TRUE
computeLUTOnImageChange = FALSE
}
}
module CSOManager {
internal {
internal {
frame = "625 293 112 56"
moduleGroupName = ""
showNetworkPanel = true
windows {
windows {
window _default {
geometry = "623 215 692 561"
sizeHint = "692 561"
Expand All @@ -87,7 +88,7 @@ module CSOManager {
}
}
}
fields {
fields {
instanceName = CSOManager
workDirectlyOnInputCSOList = FALSE
updateCsoDisplayTree = TRUE
Expand Down Expand Up @@ -154,8 +155,6 @@ module CSOManager {
listSingleRemoveEmptyGroupHandling = RemoveAlways
listDefaultRemoveEmptyGroupHandling = RemoveAlways
enableUndoRedo = TRUE
numUndos = 12
numRedos = 0
undoStackLimit = 16
useSelectionCSONotification = FALSE
useSelectionGroupNotification = FALSE
Expand Down Expand Up @@ -195,10 +194,10 @@ module CSOManager {
}
}
module SoView2DCSOExtensibleEditor {
internal {
internal {
frame = "673 197 208 56"
moduleGroupName = ""
windows {
windows {
window _default {
geometry = "437 379 392 365"
sizeHint = "392 365"
Expand All @@ -211,12 +210,11 @@ module SoView2DCSOExtensibleEditor {
}
}
}
fields {
fields {
instanceName = SoView2DCSOExtensibleEditor
interactionProviderID = ""
drawingOn = TRUE
editingOn = TRUE
fixZOn = TRUE
color = "1 1 1"
selectionTolerance = 16
needsValidVoxel = FALSE
Expand Down Expand Up @@ -245,22 +243,24 @@ module SoView2DCSOExtensibleEditor {
allowSelectionWithDefaultRenderer = TRUE
renderCSOsOnImagesDependingOnCreationMode = ON_ALL_IMAGES
updateCSOIdUnderMouseCursor = FALSE
updateGhostedCSOIdUnderMouseCursor = FALSE
accumulateTransformations = FALSE
updateImageStatisticsOnFinishInteraction = FALSE
}
}
module SoCSOVisualizationSettings {
internal {
internal {
frame = "761 421 192 56"
moduleGroupName = ""
windows {
windows {
window _default {
geometry = "772 144 372 745"
sizeHint = "372 745"
wasOpen = no
}
}
}
fields {
fields {
instanceName = SoCSOVisualizationSettings
autoApply = TRUE
shouldUseAntiAliasing = TRUE
Expand All @@ -271,6 +271,8 @@ module SoCSOVisualizationSettings {
orientationFilterMode = ORIENTATION_MODE_ALL
parallelThicknessMode = PARALLEL_THICKNESS_MODE_RELATIVE_TO_SLICE
showParallelThickness = 0.2
showOnViewerWithIdMode = SHOW_ON_ALL_VIEWERS
viewerId = viewer1
ghostingDepthInVoxel = 0
voxelSlabAugment = 0
shouldRenderShadow = FALSE
Expand Down Expand Up @@ -378,30 +380,30 @@ module SoCSOVisualizationSettings {
}
}
module LocalImage {
internal {
internal {
frame = "373 437 168 72"
moduleGroupName = ""
showNetworkPanel = true
windows {
windows {
window _default {
geometry = "716 558 488 144"
sizeHint = "488 144"
wasOpen = no
}
}
}
fields {
fields {
instanceName = LocalImage
name = $(DemoDataPath)/Thorax1_CT.small.tif
autoLoad = TRUE
}
}
module SoCSOLiveWireEditor {
internal {
internal {
frame = "773 293 152 56"
moduleGroupName = ""
}
fields {
fields {
instanceName = SoCSOLiveWireEditor
extensionId = liveWire
allowCreation = TRUE
Expand Down Expand Up @@ -447,18 +449,18 @@ module SoCSOLiveWireEditor {
}
}
module CSOSliceInterpolator {
internal {
internal {
frame = "497 197 144 56"
moduleGroupName = ""
windows {
windows {
window _default {
geometry = "525 245 353 474"
sizeHint = "353 474"
wasOpen = no
}
}
}
fields {
fields {
instanceName = CSOSliceInterpolator
updateMode = Off
autoApply = FALSE
Expand Down Expand Up @@ -493,7 +495,7 @@ module CSOSliceInterpolator {
removeOriginalCSOs = FALSE
}
}
connections {
connections {
View2D.inImage = LocalImage.outImage
View2D.inInvPreLUT = SoView2DCSOExtensibleEditor.self
SoView2DCSOExtensibleEditor.inCSOList = CSOManager.outCSOList
Expand Down
Loading
Loading