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

Factory class for IrpsWLSkewness interface. More...

#include <RPSWindLabAPI.h>

Public Types

typedef IrpsWLSkewness *(*) CreateSkewnessCallback()
 

Public Member Functions

 CrpsSkewnessFactory ()
 
 ~CrpsSkewnessFactory ()
 

Static Public Member Functions

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

Detailed Description

Factory class for IrpsWLSkewness interface.

Member Typedef Documentation

◆ CreateSkewnessCallback

IrpsWLSkewness *(*) WindLabAPI::CrpsSkewnessFactory::CreateSkewnessCallback()

Constructor & Destructor Documentation

◆ CrpsSkewnessFactory()

CrpsSkewnessFactory::CrpsSkewnessFactory ( )

◆ ~CrpsSkewnessFactory()

CrpsSkewnessFactory::~CrpsSkewnessFactory ( )

Member Function Documentation

◆ BuildObject()

IrpsWLSkewness * CrpsSkewnessFactory::BuildObject ( const std::string & name)
static

◆ GetAuthorMap()

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

◆ GetDateMap()

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

◆ GetLinkMap()

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

◆ GetObjectNamesMap()

std::map< const std::string, CreateSkewnessCallback > & CrpsSkewnessFactory::GetObjectNamesMap ( )
static

◆ GetOjectAndPluginMap()

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

◆ GetOjectDescriptionMap()

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

◆ GetOjectsSkipDuringUnintallationMap()

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

◆ GetOwnerPlugin()

QString CrpsSkewnessFactory::GetOwnerPlugin ( )
static

◆ GetProducerMap()

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

◆ GetStationarityMap()

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

◆ GetTitleMap()

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

◆ GetTobeInstalledObjectsMap()

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

◆ GetVersionMap()

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

◆ InitializeObject()

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

◆ RegisterObject()

void CrpsSkewnessFactory::RegisterObject ( const std::string & name,
const std::string & pluginName,
const std::string & description,
CreateSkewnessCallback cb )
static

◆ SetOwnerPlugin()

void CrpsSkewnessFactory::SetOwnerPlugin ( QString ownerPlugin)
static

◆ UnregisterObject()

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