Skip to content

shapeworks::Landmarks

Representation of the project's landmarks. More...

#include <Landmarks.h>

Public Functions

Name
Landmarks()
~Landmarks()
int get_number_of_landmarks()
Return number of landmarks.
Landmark get_landmark(int i)
Return the i-th landmark.
void set_landmark(int i, const Landmark & landmark)
Set the i-th landmark.
void new_landmark()
Create a new landmark.

Detailed Description

class shapeworks::Landmarks;

Representation of the project's landmarks.

The Landmarks class encapsulates a project's set of landmarks.

Public Functions Documentation

function Landmarks

Landmarks()

function ~Landmarks

~Landmarks()

function get_number_of_landmarks

int get_number_of_landmarks()

Return number of landmarks.

function get_landmark

Landmark get_landmark(
    int i
)

Return the i-th landmark.

function set_landmark

void set_landmark(
    int i,
    const Landmark & landmark
)

Set the i-th landmark.

function new_landmark

void new_landmark()

Create a new landmark.


Updated on 2022-07-23 at 16:40:06 -0600