LuciadCPillar 2023.1.03
luciad::ModelMetadata Class Referencefinal

Represents meta data common for all types of models. More...

#include <luciad/models/ModelMetadata.h>

Classes

class  Builder
 The builder class to create the luciad::ModelMedata class. More...
 

Public Member Functions

const std::string & getTitle () const
 Returns the human-readable description of the model. More...
 

Static Public Member Functions

static Builder newBuilder ()
 Creates a builder class for the creation of the ModelMetadata. More...
 

Detailed Description

Represents meta data common for all types of models.

Member Function Documentation

◆ getTitle()

const std::string & luciad::ModelMetadata::getTitle ( ) const

Returns the human-readable description of the model.

Returns
the human-readable description of the model.

◆ newBuilder()

static Builder luciad::ModelMetadata::newBuilder ( )
static

Creates a builder class for the creation of the ModelMetadata.

Returns
the builder class for the creation of the ModelMetadata.