Skip to content

shapeworks::LandmarkDefinition

Landmark class containing properties of each landmark.

#include <Project.h>

Public Attributes

Name
std::string domain_
int domain_id_
int landmark_id
std::string name_
bool visible_
std::string color_
std::string comment_

Public Attributes Documentation

variable domain_

cpp std::string domain_;

variable domain_id_

cpp int domain_id_ = -1;

variable landmark_id

cpp int landmark_id = -1;

variable name_

cpp std::string name_;

variable visible_

cpp bool visible_ = true;

variable color_

cpp std::string color_;

variable comment_

cpp std::string comment_;


Updated on 2026-03-31 at 16:02:10 +0000