Loading...
Searching...
No Matches
WindLabAPI::CrpsRoughnessFactory Class Reference

Factory class for IrpsWLRoughness interface. More...

#include <RPSWindLabAPI.h>

Public Types

typedef IrpsWLRoughness *(*) CreateRoughnessCallback()
 

Public Member Functions

 CrpsRoughnessFactory ()
 
 ~CrpsRoughnessFactory ()
 

Static Public Member Functions

static IrpsWLRoughnessBuildObject (const std::string &name)
 
static std::map< const std::string, std::string > & GetAuthorMap ()
 
static std::map< const std::string, std::string > & GetDateMap ()
 
static std::map< const std::string, std::string > & GetLinkMap ()
 
static std::map< const std::string, CreateRoughnessCallback > & GetObjectNamesMap ()
 
static std::map< const std::string, std::string > & GetOjectAndPluginMap ()
 
static std::map< const std::string, std::string > & GetOjectDescriptionMap ()
 
static std::map< const std::string, std::string > & GetOjectsSkipDuringUnintallationMap ()
 
static QString GetOwnerPlugin ()
 
static std::map< const std::string, PyObject * > & GetProducerMap ()
 
static std::map< const std::string, bool > & GetStationarityMap ()
 
static std::map< const std::string, std::string > & GetTitleMap ()
 
static std::map< const std::string, std::string > & GetTobeInstalledObjectsMap ()
 
static std::map< const std::string, std::string > & GetVersionMap ()
 
static void InitializeObject (const std::string &name, const std::string &pluginName, const std::string &publicationTitle, const std::string &publicationLink, const std::string &publicationAuthor, const std::string &publicationDate, const std::string &version, const bool &stationarity)
 
static PyObject * produceFeature (const std::string &newFeatureName, const std::string &simulationName, const std::string &pluggedFeatureName)
 
static void RegisterObject (const std::string &name, const std::string &pluginName, const std::string &description, CreateRoughnessCallback cb)
 
static void SetOwnerPlugin (QString ownerPlugin)
 
static void UnregisterObject (const std::string &name, const std::string &pluginName)
 

Detailed Description

Factory class for IrpsWLRoughness interface.

Member Typedef Documentation

◆ CreateRoughnessCallback

IrpsWLRoughness *(*) WindLabAPI::CrpsRoughnessFactory::CreateRoughnessCallback()

Constructor & Destructor Documentation

◆ CrpsRoughnessFactory()

CrpsRoughnessFactory::CrpsRoughnessFactory ( )

◆ ~CrpsRoughnessFactory()

CrpsRoughnessFactory::~CrpsRoughnessFactory ( )

Member Function Documentation

◆ BuildObject()

IrpsWLRoughness * CrpsRoughnessFactory::BuildObject ( const std::string & name)
static

◆ GetAuthorMap()

std::map< const std::string, std::string > & CrpsRoughnessFactory::GetAuthorMap ( )
static

◆ GetDateMap()

std::map< const std::string, std::string > & CrpsRoughnessFactory::GetDateMap ( )
static

◆ GetLinkMap()

std::map< const std::string, std::string > & CrpsRoughnessFactory::GetLinkMap ( )
static

◆ GetObjectNamesMap()

std::map< const std::string, CreateRoughnessCallback > & CrpsRoughnessFactory::GetObjectNamesMap ( )
static

◆ GetOjectAndPluginMap()

std::map< const std::string, std::string > & CrpsRoughnessFactory::GetOjectAndPluginMap ( )
static

◆ GetOjectDescriptionMap()

std::map< const std::string, std::string > & CrpsRoughnessFactory::GetOjectDescriptionMap ( )
static

◆ GetOjectsSkipDuringUnintallationMap()

std::map< const std::string, std::string > & CrpsRoughnessFactory::GetOjectsSkipDuringUnintallationMap ( )
static

◆ GetOwnerPlugin()

QString CrpsRoughnessFactory::GetOwnerPlugin ( )
static

◆ GetProducerMap()

std::map< const std::string, PyObject * > & CrpsRoughnessFactory::GetProducerMap ( )
static

◆ GetStationarityMap()

std::map< const std::string, bool > & CrpsRoughnessFactory::GetStationarityMap ( )
static

◆ GetTitleMap()

std::map< const std::string, std::string > & CrpsRoughnessFactory::GetTitleMap ( )
static

◆ GetTobeInstalledObjectsMap()

std::map< const std::string, std::string > & CrpsRoughnessFactory::GetTobeInstalledObjectsMap ( )
static

◆ GetVersionMap()

std::map< const std::string, std::string > & CrpsRoughnessFactory::GetVersionMap ( )
static

◆ InitializeObject()

void CrpsRoughnessFactory::InitializeObject ( const std::string & name,
const std::string & pluginName,
const std::string & publicationTitle,
const std::string & publicationLink,
const std::string & publicationAuthor,
const std::string & publicationDate,
const std::string & version,
const bool & stationarity )
static

◆ produceFeature()

PyObject * CrpsRoughnessFactory::produceFeature ( const std::string & newFeatureName,
const std::string & simulationName,
const std::string & pluggedFeatureName )
static

◆ RegisterObject()

void CrpsRoughnessFactory::RegisterObject ( const std::string & name,
const std::string & pluginName,
const std::string & description,
CreateRoughnessCallback cb )
static

◆ SetOwnerPlugin()

void CrpsRoughnessFactory::SetOwnerPlugin ( QString ownerPlugin)
static

◆ UnregisterObject()

void CrpsRoughnessFactory::UnregisterObject ( const std::string & name,
const std::string & pluginName )
static

The documentation for this class was generated from the following files:
  • RPS/LabRPS/LabRPS_KOFFI/src/Mod/WindLabAPI/App/RPSWindLabAPI.h
  • RPS/LabRPS/LabRPS_KOFFI/src/Mod/WindLabAPI/App/RPSWindLabAPI.cpp