| imagedata | |
| Comments | |
| Arguments | |
| Used by | |
| Uses | |
|
|
| imagedata::createRangeInformation | |
| Comments | |
| Arguments | menu object color |
| Used by | triangulation::installActiveTriangulation3DMenu contour::installContourVertexMenu SM2::selectVertex triangulation::installPrecomputedTriangulation3DMenu SM2::installSM2 tetrahedrisation::installActiveTetra3DMenu SM2::selectZone contour::installContourExternalMenu |
| Uses | |
proc imagedata::createRangeInformation { menu object color} { |
|
| imagedata::displayExternalForce | |
| Comments | |
| Arguments | range force |
| Used by | |
| Uses | |
proc imagedata::displayExternalForce { range force } { |
|
| imagedata::displayIntensityProfile | |
| Comments | |
| Arguments | il1 il2 |
| Used by | imagedata::viewImageProfile |
| Uses | |
proc imagedata::displayIntensityProfile { il1 il2 } { |
|
| imagedata::editClassDialog | |
| Comments | |
| Arguments | cinf color |
| Used by | imagedata::editRangeInformation |
| Uses | |
proc imagedata::editClassDialog { cinf { color "#E8E0D2" } } { |
|
| imagedata::editGradientBalloonDialog | |
| Comments | |
| Arguments | gbinf color |
| Used by | imagedata::editRangeInformation |
| Uses | |
proc imagedata::editGradientBalloonDialog { gbinf { color "#E8E0D2" } } { |
|
| imagedata::editGradientDialog | |
| Comments | |
| Arguments | ginf color |
| Used by | imagedata::editRangeInformation |
| Uses | |
proc imagedata::editGradientDialog { ginf { color "#E8E0D2" } } { |
|
| imagedata::editGradientGradientDialog | |
| Comments | |
| Arguments | gginf color |
| Used by | imagedata::editRangeInformation |
| Uses | |
proc imagedata::editGradientGradientDialog { gginf { color "#E8E0D2" } } { |
|
| imagedata::editIntensityProfileDialog | |
| Comments | |
| Arguments | ipinf color |
| Used by | triangulation::installPrecomputedTriangulation3DMenu contour::installActiveContour3DMenu imagedata::editRangeInformation contour::installSliceActiveContour2DMenu SM2::installSM2 |
| Uses | |
proc imagedata::editIntensityProfileDialog { ipinf { color "#E8E0D2" } } { |
|
| imagedata::editRangeInformation | |
| Comments | |
| Arguments | rinfo |
| Used by | SM2::selectZone contour::installContourExternalMenu SM2::selectVertex tetrahedrisation::installActiveTetra3DMenu contour::installContourVertexMenu SM2::installSM2 triangulation::installPrecomputedTriangulation3DMenu triangulation::installActiveTriangulation3DMenu |
| Uses | imagedata::editGradientDialog imagedata::editClassDialog imagedata::editIntensityProfileDialog imagedata::editGradientGradientDialog imagedata::editRegionDialog imagedata::editGradientBalloonDialog |
proc imagedata::editRangeInformation {rinfo} { |
|
| imagedata::editRegionDialog | |
| Comments | |
| Arguments | rinf color |
| Used by | imagedata::editRangeInformation |
| Uses | |
proc imagedata::editRegionDialog { rinf { color "#E8E0D2" } } { |
|
| imagedata::externalForce | |
| Comments | |
| Arguments | range |
| Used by | |
| Uses | |
proc imagedata::externalForce { range } { |
|
| imagedata::gradientDialog | |
| Comments | |
| Arguments | range img color |
| Used by | |
| Uses | inrimage::inrscale |
proc imagedata::gradientDialog { range img {color "#E8E0D2"}} { |
|
| imagedata::gradientGradientDialog | |
| Comments | |
| Arguments | range img color |
| Used by | imagedata::range2Dinstall |
| Uses | inrimage::inrscale |
proc imagedata::gradientGradientDialog { range img {color "#E8E0D2"}} { |
|
| imagedata::installDisplayMenu | |
| Comments | |
| Arguments | parent camera object color |
| Used by | |
| Uses | |
proc imagedata::installDisplayMenu { parent camera object color } { |
|
| imagedata::installMenu | |
| Comments | |
| Arguments | parent camera object color |
| Used by | |
| Uses | |
proc imagedata::installMenu { parent camera object color } { |
|
| imagedata::installObjectMenu | |
| Comments | |
| Arguments | parent camera object color |
| Used by | |
| Uses | |
proc imagedata::installObjectMenu { parent camera object color } { |
|
| imagedata::isAnImageInformation | |
| Comments | |
| Arguments | name |
| Used by | |
| Uses | |
proc imagedata::isAnImageInformation { name} { |
|
| imagedata::range2Dinstall | |
| Comments | |
| Arguments | parent camera object color |
| Used by | |
| Uses | imagedata::gradientGradientDialog |
proc imagedata::range2Dinstall { parent camera object color } { |
|
| imagedata::range2Duninstall | |
| Comments | |
| Arguments | parent camera object |
| Used by | |
| Uses | |
proc imagedata::range2Duninstall { parent camera object } { |
|
| imagedata::range3Dinstall | |
| Comments | |
| Arguments | parent camera object color |
| Used by | |
| Uses | |
proc imagedata::range3Dinstall { parent camera object color } { |
|
| imagedata::range3Duninstall | |
| Comments | |
| Arguments | parent camera object |
| Used by | |
| Uses | |
proc imagedata::range3Duninstall { parent camera object } { |
|
| imagedata::setExternalForce2D | |
| Comments | |
| Arguments | range force |
| Used by | |
| Uses | |
proc imagedata::setExternalForce2D { range force } { |
|
| imagedata::uninstallMenu | |
| Comments | |
| Arguments | parent camera object |
| Used by | |
| Uses | |
proc imagedata::uninstallMenu { parent camera object } { |
|
| imagedata::vRtransform | |
| Comments | proc imagedata::forceParameters { object color } { variable fl set name .forces$object if ![winfo exists $name] { toplevel $name -bg $color wm title $name "$object external forces" set mn [tk_optionMenu $name.fl imagedata::fl none] $mn delete 1 end $name.fl configure -bg $color foreach f "[$object -force list]" { $mn add radiobutton -variable imagedata::fl -label $f -background $color -command " foreach w \[winfo children $name.f\] { destroy \$w } switch \$imagedata::fl { none { } gradient { scale $name.f.th -label threshold -orient horizontal -from 0 -to 255 -bg $color bind $name.f.th scale $name.f.range -label range -orient horizontal -from 0 -to 30 -bg $color bind $name.f.range label $name.f.l -text \"orientation constraint\" -relief raised -bg $color radiobutton $name.f.none -text none -variable imagedata::forces -bg $color -anchor w -value none -command \"evaluate \\\"$object -gradient orientation none\\\"\" radiobutton $name.f.direct -text direct -variable imagedata::forces -bg $color -anchor w -value direct -command \"evaluate \\\"$object -gradient orientation direct\\\"\" radiobutton $name.f.opposite -text opposite -variable imagedata::forces -bg $color -anchor w -value opposite -command \"evaluate \\\"$object -gradient orientation opposite\\\"\" pack $name.f.th $name.f.range $name.f.l $name.f.none $name.f.direct $name.f.opposite -expand true -fill x scan \"\[$object -gradient\]\" \"orientation %s range %f threshold %f\" imagedata::forces rng th $name.f.th set \$th $name.f.range set \$rng } } " } frame $name.f -bg $color button $name.dismiss -text "Dismiss" -command "destroy $name" -bg $color pack $name.fl $name.f $name.dismiss -expand true -padx 10 -pady 5 } } |
| Arguments | x y |
| Used by | |
| Uses | |
proc imagedata::vRtransform { x y } { |
|
| imagedata::viewImageProfile | |
| Comments | |
| Arguments | object vertex bg |
| Used by | |
| Uses | imagedata::displayIntensityProfile |
proc imagedata::viewImageProfile { object vertex bg } { |
|
| imagedata::volumeRendering | |
| Comments | |
| Arguments | object color |
| Used by | |
| Uses | |
proc imagedata::volumeRendering { object {color #A0D0A0}} { |
|