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

Factory class for IrpsWLGustFactor interface. More...

#include <RPSWindLabAPI.h>

Public Types

typedef IrpsWLGustFactor *(*) CreateGustFactorCallback()
 

Public Member Functions

 CrpsGustFactorFactory ()
 
 ~CrpsGustFactorFactory ()
 

Static Public Member Functions

static IrpsWLGustFactorBuildObject (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, CreateGustFactorCallback > & 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, CreateGustFactorCallback cb)
 
static void SetOwnerPlugin (QString ownerPlugin)
 
static void UnregisterObject (const std::string &name, const std::string &pluginName)
 

Detailed Description

Factory class for IrpsWLGustFactor interface.

Member Typedef Documentation

◆ CreateGustFactorCallback

IrpsWLGustFactor *(*) WindLabAPI::CrpsGustFactorFactory::CreateGustFactorCallback()

Constructor & Destructor Documentation

◆ CrpsGustFactorFactory()

CrpsGustFactorFactory::CrpsGustFactorFactory ( )

◆ ~CrpsGustFactorFactory()

CrpsGustFactorFactory::~CrpsGustFactorFactory ( )

Member Function Documentation

◆ BuildObject()

IrpsWLGustFactor * CrpsGustFactorFactory::BuildObject ( const std::string & name)
static

◆ GetAuthorMap()

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

◆ GetDateMap()

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

◆ GetLinkMap()

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

◆ GetObjectNamesMap()

std::map< const std::string, CreateGustFactorCallback > & CrpsGustFactorFactory::GetObjectNamesMap ( )
static

◆ GetOjectAndPluginMap()

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

◆ GetOjectDescriptionMap()

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

◆ GetOjectsSkipDuringUnintallationMap()

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

◆ GetOwnerPlugin()

QString CrpsGustFactorFactory::GetOwnerPlugin ( )
static

◆ GetProducerMap()

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

◆ GetStationarityMap()

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

◆ GetTitleMap()

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

◆ GetTobeInstalledObjectsMap()

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

◆ GetVersionMap()

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

◆ InitializeObject()

void CrpsGustFactorFactory::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 * CrpsGustFactorFactory::produceFeature ( const std::string & newFeatureName,
const std::string & simulationName,
const std::string & pluggedFeatureName )
static

◆ RegisterObject()

void CrpsGustFactorFactory::RegisterObject ( const std::string & name,
const std::string & pluginName,
const std::string & description,
CreateGustFactorCallback cb )
static

◆ SetOwnerPlugin()

void CrpsGustFactorFactory::SetOwnerPlugin ( QString ownerPlugin)
static

◆ UnregisterObject()

void CrpsGustFactorFactory::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