LuciadCPillar 2026.0
Loading...
Searching...
No Matches
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.

Static Public Member Functions

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

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()

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.