20 #define NODE_COLOR_CONSTANT 0
21 #define NODE_COLOR_DEGREE 1
22 #define NODE_COLOR_BETWEENNESS 2
23 #define NODE_COLOR_CLUSTERING 3
24 #define NODE_COLOR_SHORTEST_PATH 4
35 AddRenderingNodeColorParameters();
36 if ( IsValidEnumerationValue( value ) )
48 AddRenderingNodeColorParameters();
49 if ( IsValidEnumerationValue( value ) )
70 return Superclass::AddEnum( name,
id );
virtual bool SetValue(const std::string &name)
const std::string connectomicsRenderingNodeParameterBetweenness
Using the node betweenness as parameter.
virtual bool AddEnum(const std::string &name, const IdType &id) override
const std::string connectomicsRenderingNodeParameterClustering
Using the node clustering coefficient as parameter.
#define NODE_COLOR_CLUSTERING
#define NODE_COLOR_CONSTANT
#define NODE_COLOR_BETWEENNESS
This file defines the rendering properties available for connectomics networks in MITK...
virtual void AddRenderingNodeColorParameters()
ConnectomicsRenderingNodeColorParameterProperty()
const std::string connectomicsRenderingNodeParameterConstant
Constant.
const std::string connectomicsRenderingNodeParameterDegree
Using the node degree as parameter.
#define NODE_COLOR_SHORTEST_PATH
#define NODE_COLOR_DEGREE
const std::string connectomicsRenderingNodeParameterColoringShortestPath
Color nodes by shortest path length to a chosen node.