20 #define EDGE_THRESHOLD_WEIGHT 0
21 #define EDGE_THRESHOLD_CENTRALITY 1
32 AddRenderingEdgeThresholdParameters();
33 if ( IsValidEnumerationValue( value ) )
45 AddRenderingEdgeThresholdParameters();
46 if ( IsValidEnumerationValue( value ) )
67 return Superclass::AddEnum( name,
id );
virtual void AddRenderingEdgeThresholdParameters()
virtual bool SetValue(const std::string &name)
#define EDGE_THRESHOLD_WEIGHT
This file defines the rendering properties available for connectomics networks in MITK...
const std::string connectomicsRenderingEdgeParameterWeight
Using the weight as parameter.
const std::string connectomicsRenderingEdgeParameterCentrality
Using the edge centrality as parameter.
virtual bool AddEnum(const std::string &name, const IdType &id) override
ConnectomicsRenderingEdgeThresholdParameterProperty()
#define EDGE_THRESHOLD_CENTRALITY