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_
std::string domain_;
variable domain_id_
int domain_id_ = -1;
variable landmark_id
int landmark_id = -1;
variable name_
std::string name_;
variable visible_
bool visible_ = true;
variable color_
std::string color_;
variable comment_
std::string comment_;
Updated on 2024-03-17 at 12:58:44 -0600