Thanks to visit codestin.com
Credit goes to github.com

Skip to content

itcd/transfer-function-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is an editor for transfer functions in the Voreen XML format. The code was successfully compiled with Visual Studio 2015 and Qt 5.5.

editor.png

A sample transfer function in the Voreen XML format is shown as follows.

#!XML

<?xml version="1.0" ?>
<VoreenData version="1">
    <TransFuncIntensity type="TransFuncIntensity">
        <alphaMode value="1" />
        <gammaValue value="1" />
        <domain x="0" y="1" />
        <threshold x="0" y="1" />
        <Keys>
            <key type="TransFuncMappingKey">
                <intensity value="0.14115535" />
                <split value="false" />
                <colorL r="153" g="0" b="255" a="0" />
            </key>
            <key type="TransFuncMappingKey">
                <intensity value="0.15267822" />
                <split value="false" />
                <colorL r="129" g="90" b="255" a="11" />
            </key>
...
        </Keys>
    </TransFuncIntensity>
</VoreenData>

About

A transfer function editor with Qt 5 for the Voreen XML format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published