OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
rbeCore::cfgPoint Class Reference

#include "RubberbandConfiguration.h"

Public Member Functions

 cfgPoint (int _id, const std::string &_formulaU, const std::string &_formulaV, const std::string &_formulaW)
 
 cfgPoint (int _id, DefaultPoint _formulaU, const std::string &_formulaV, const std::string &_formulaW)
 
 cfgPoint (int _id, const std::string &_formulaU, DefaultPoint _formulaV, const std::string &_formulaW)
 
 cfgPoint (int _id, DefaultPoint _formulaU, DefaultPoint _formulaV, const std::string &_formulaW)
 
 cfgPoint (int _id, const std::string &_formulaU, const std::string &_formulaV, DefaultPoint _formulaW)
 
 cfgPoint (int _id, DefaultPoint, const std::string &_formulaV, DefaultPoint _formulaW)
 
 cfgPoint (int _id, const std::string &_formulaU, DefaultPoint _formulaV, DefaultPoint _formulaW)
 
 cfgPoint (int _id, DefaultPoint _formulaU, DefaultPoint _formulaV, DefaultPoint _formulaW)
 
 cfgPoint (const cfgPoint &_other)
 
virtual ~cfgPoint ()
 
cfgPointoperator= (const cfgPoint &_other)
 
int id (void) const
 
const std::string & u (void) const
 
const std::string & v (void) const
 
const std::string & w (void) const
 
void addToJsonObject (rapidjson::Document &_doc, rapidjson::Value &_object) const
 

Constructor & Destructor Documentation

◆ cfgPoint() [1/9]

rbeCore::cfgPoint::cfgPoint ( int _id,
const std::string & _formulaU,
const std::string & _formulaV,
const std::string & _formulaW )

◆ cfgPoint() [2/9]

rbeCore::cfgPoint::cfgPoint ( int _id,
DefaultPoint _formulaU,
const std::string & _formulaV,
const std::string & _formulaW )

◆ cfgPoint() [3/9]

rbeCore::cfgPoint::cfgPoint ( int _id,
const std::string & _formulaU,
DefaultPoint _formulaV,
const std::string & _formulaW )

◆ cfgPoint() [4/9]

rbeCore::cfgPoint::cfgPoint ( int _id,
DefaultPoint _formulaU,
DefaultPoint _formulaV,
const std::string & _formulaW )

◆ cfgPoint() [5/9]

rbeCore::cfgPoint::cfgPoint ( int _id,
const std::string & _formulaU,
const std::string & _formulaV,
DefaultPoint _formulaW )

◆ cfgPoint() [6/9]

rbeCore::cfgPoint::cfgPoint ( int _id,
DefaultPoint _formulaU,
const std::string & _formulaV,
DefaultPoint _formulaW )

◆ cfgPoint() [7/9]

rbeCore::cfgPoint::cfgPoint ( int _id,
const std::string & _formulaU,
DefaultPoint _formulaV,
DefaultPoint _formulaW )

◆ cfgPoint() [8/9]

rbeCore::cfgPoint::cfgPoint ( int _id,
DefaultPoint _formulaU,
DefaultPoint _formulaV,
DefaultPoint _formulaW )

◆ cfgPoint() [9/9]

rbeCore::cfgPoint::cfgPoint ( const cfgPoint & _other)

◆ ~cfgPoint()

rbeCore::cfgPoint::~cfgPoint ( )
virtual

Member Function Documentation

◆ addToJsonObject()

void rbeCore::cfgPoint::addToJsonObject ( rapidjson::Document & _doc,
rapidjson::Value & _object ) const

◆ id()

int rbeCore::cfgPoint::id ( void ) const
inline

◆ operator=()

rbeCore::cfgPoint & rbeCore::cfgPoint::operator= ( const cfgPoint & _other)

◆ u()

const std::string & rbeCore::cfgPoint::u ( void ) const
inline

◆ v()

const std::string & rbeCore::cfgPoint::v ( void ) const
inline

◆ w()

const std::string & rbeCore::cfgPoint::w ( void ) const
inline

The documentation for this class was generated from the following files: