libwolfram20

◆ getTitle()

std::string WAImage::getTitle ( )

Returning a 'title' attribute of image.

Returns
Title of image
44 {
45 return this->_title;
46}
std::string _title
Descriptive title for internal identification of an image.
Definition: WAImage.h:43