49 std::map<int, std::pair<glm::vec3, std::string>>
clusters;
65 std::vector<glm::vec4> &point_colors);
68 const std::vector<std::pair<const glm::vec3 *, int>> &landmark_colors,
73 std::vector<glm::vec4> &point_colors);
Storage of data used for cluster coloring.
int active_cluster
Index of the active cluster (into clusters) that is used for brushing.
void do_brushing(float alpha, const std::vector< std::pair< const glm::vec3 *, int > > &landmark_colors, const LandmarkModel &lm, size_t ri, size_t rn, const TransData &td, std::vector< glm::vec4 > &point_colors)
int cluster_col
Index of the column used in cluster coloring.
std::map< int, std::pair< glm::vec3, std::string > > clusters
Cluster colors and names for brushing, with id of cluster as a key.
void do_cluster_coloring(float alpha, size_t ri, size_t rn, const TransData &td, std::vector< glm::vec4 > &point_colors)
int last_id
Last used id, new cluster will get this value plus one.
const glm::vec3 default_cluster_color
float radius_size
Size of the brushing radius circle for mouse.
int cluster_cnt
Count of the clusters used in cluster coloring.
Model of the high- and low-dimensional landmarks.
Storage of the transformed data.