|
MeVisLab Toolbox Reference
|
Cluster user data parameters. More...
#include <mlClusterInfo.h>
Public Member Functions | |
| ClusterUserDataParameters () | |
Public Attributes | |
| bool | useImageValueAsUserData |
| MLdouble | voxelSizeInMilliliters |
| MLdouble | backgroundValue |
Cluster user data parameters.
Definition at line 23 of file mlClusterInfo.h.
|
inline |
Definition at line 25 of file mlClusterInfo.h.
References backgroundValue, useImageValueAsUserData, and voxelSizeInMilliliters.
| MLdouble ml::ClusterUserDataParameters::backgroundValue |
Definition at line 33 of file mlClusterInfo.h.
Referenced by ml::ClusterVoxelType<, SimilarVectorDirectionsClusterAlgorithm >::calcClustersForSlices(), and ClusterUserDataParameters().
| bool ml::ClusterUserDataParameters::useImageValueAsUserData |
Definition at line 31 of file mlClusterInfo.h.
Referenced by ml::ClusterVoxelType<, SimilarVectorDirectionsClusterAlgorithm >::calcClustersForSlices(), and ClusterUserDataParameters().
| MLdouble ml::ClusterUserDataParameters::voxelSizeInMilliliters |
Definition at line 32 of file mlClusterInfo.h.
Referenced by ml::ClusterVoxelType<, SimilarVectorDirectionsClusterAlgorithm >::calcClustersForSlices(), and ClusterUserDataParameters().