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 2022-07-23 at 17:50:03 -0600