TwiceAsNice  2019-02-18
Classes | Functions | Variables
W3MatrixTypes.cc File Reference
#include <Nice/Map/W3MatrixTypes.h>
#include <IceUtil/PushDisableWarnings.h>
#include <Ice/LocalException.h>
#include <Ice/ObjectFactory.h>
#include <Ice/Outgoing.h>
#include <Ice/OutgoingAsync.h>
#include <Ice/BasicStream.h>
#include <IceUtil/Iterator.h>
#include <IceUtil/PopDisableWarnings.h>
#include <string>
#include <Nice/Property/Joint.hh>
#include <Nice/Property/Property.hh>
#include <Nice/Property/Factory.hh>
#include <Nice/Property/BridgeIce.hh>
#include <Nice/Map/W3Matrix.h>
Include dependency graph for W3MatrixTypes.cc:

Classes

struct  PropertyFactoryTypeMapInitializerW3Matrix
 
struct  PropertyFactoryTypeMapInitializerSeqW3Matrix
 

Functions

template void Nice::Joint::set< Nice::W3Matrix > (const Nice::W3Matrix &_value, const Nice::Date &)
 
template void Nice::Joint::set< Nice::SeqW3Matrix > (const Nice::SeqW3Matrix &_value, const Nice::Date &)
 
template void Nice::Joint::set< Nice::W3Matrix > (const Nice::W3Matrix &_value, Nice::I64 _setterId, const Nice::Date &)
 
template void Nice::Joint::set< Nice::SeqW3Matrix > (const Nice::SeqW3Matrix &_value, Nice::I64 _setterId, const Nice::Date &)
 
template Nice::W3Matrix Nice::Joint::get< Nice::W3Matrix > ()
 
template Nice::SeqW3Matrix Nice::Joint::get< Nice::SeqW3Matrix > ()
 
template Nice::W3Matrix Nice::Joint::getAtNode< Nice::W3Matrix > (const std::string &_node)
 
template Nice::SeqW3Matrix Nice::Joint::getAtNode< Nice::SeqW3Matrix > (const std::string &_node)
 
template Nice::W3Matrix Nice::Joint::getWithDefault< Nice::W3Matrix > (const Nice::W3Matrix &_default)
 
template Nice::SeqW3Matrix Nice::Joint::getWithDefault< Nice::SeqW3Matrix > (const Nice::SeqW3Matrix &_default)
 
template void Nice::Joint::operator=<Nice::W3Matrix > (const Nice::W3Matrix &_leaf)
 
template void Nice::Joint::operator=<Nice::SeqW3Matrix > (const Nice::SeqW3Matrix &_leaf)
 
template Nice::W3Matrix Nice::castFromString< Nice::W3Matrix > (const std::string &_s)
 
template Nice::SeqW3Matrix Nice::castFromString< Nice::SeqW3Matrix > (const std::string &_s)
 
template std::string Nice::castToString< Nice::W3Matrix > (const Nice::W3Matrix &_t)
 
template std::string Nice::castToString< Nice::SeqW3Matrix > (const Nice::SeqW3Matrix &_t)
 
template Nice::W3Matrix Nice::PropertyFoo::cast< Nice::W3Matrix > ()
 
template Nice::SeqW3Matrix Nice::PropertyFoo::cast< Nice::SeqW3Matrix > ()
 
template void Nice::PropertyFoo::set< Nice::W3Matrix > (const Nice::W3Matrix &_v)
 
template void Nice::PropertyFoo::set< Nice::SeqW3Matrix > (const Nice::SeqW3Matrix &_v)
 
template bool Nice::Property::operator==<Nice::W3Matrix > (const Nice::W3Matrix &_value)
 
template bool Nice::Property::operator==<Nice::SeqW3Matrix > (const Nice::SeqW3Matrix &_value)
 
template Nice::PropertyNice::Property::operator=<Nice::W3Matrix > (const Nice::W3Matrix &_v)
 
template Nice::PropertyNice::Property::operator=<Nice::SeqW3Matrix > (const Nice::SeqW3Matrix &_v)
 
template Nice::CompletionState Nice::Property::set< Nice::W3Matrix > (const Nice::W3Matrix &_v, const Nice::Date &)
 
template Nice::CompletionState Nice::Property::set< Nice::SeqW3Matrix > (const Nice::SeqW3Matrix &_v, const Nice::Date &)
 
template Nice::CompletionState Nice::Property::set< Nice::W3Matrix > (const Nice::W3Matrix &_v, Nice::I64, const Nice::Date &)
 
template Nice::CompletionState Nice::Property::set< Nice::SeqW3Matrix > (const Nice::SeqW3Matrix &_v, Nice::I64, const Nice::Date &)
 
template Nice::W3Matrix Nice::Property::get< Nice::W3Matrix > () const
 
template Nice::SeqW3Matrix Nice::Property::get< Nice::SeqW3Matrix > () const
 
template Nice::W3MatrixNice::Property::ref< Nice::W3Matrix > ()
 
template Nice::SeqW3MatrixNice::Property::ref< Nice::SeqW3Matrix > ()
 
template bool Nice::Property::isType< Nice::W3Matrix > ()
 
template bool Nice::Property::isType< Nice::SeqW3Matrix > ()
 
template void Nice::Property::setAttribute< Nice::W3Matrix > (const std::string &_key, const Nice::W3Matrix &, const Nice::Date &)
 
template void Nice::Property::setAttribute< Nice::SeqW3Matrix > (const std::string &_key, const Nice::SeqW3Matrix &, const Nice::Date &)
 
template Nice::PropertyPtr Nice::Property::applyAttribute< Nice::W3Matrix > (const std::string &_key, const Nice::W3Matrix &, const Nice::Date &)
 
template Nice::PropertyPtr Nice::Property::applyAttribute< Nice::SeqW3Matrix > (const std::string &_key, const Nice::SeqW3Matrix &, const Nice::Date &)
 
template Nice::W3Matrix Nice::Property::getAttributeWithDefault< Nice::W3Matrix > (const std::string &_key, const Nice::W3Matrix &_attr, const Nice::Date &)
 
template Nice::SeqW3Matrix Nice::Property::getAttributeWithDefault< Nice::SeqW3Matrix > (const std::string &_key, const Nice::SeqW3Matrix &_attr, const Nice::Date &)
 
template Nice::W3Matrix Nice::Property::getAttribute< Nice::W3Matrix > (const std::string &_key)
 
template Nice::SeqW3Matrix Nice::Property::getAttribute< Nice::SeqW3Matrix > (const std::string &_key)
 
template void Nice::PropertyFactory::addPropertyFactory< Nice::W3Matrix > (const std::string &_type)
 
template void Nice::PropertyFactory::addPropertyFactory< Nice::SeqW3Matrix > (const std::string &_type)
 

Variables

struct PropertyFactoryTypeMapInitializerW3Matrix s_PropertyFactoryTypeMapInitializerW3Matrix
 
struct PropertyFactoryTypeMapInitializerSeqW3Matrix s_PropertyFactoryTypeMapInitializerSeqW3Matrix
 

Function Documentation

◆ Nice::castFromString< Nice::SeqW3Matrix >()

◆ Nice::castFromString< Nice::W3Matrix >()

template Nice::W3Matrix Nice::castFromString< Nice::W3Matrix > ( const std::string &  _s)

◆ Nice::castToString< Nice::SeqW3Matrix >()

template std::string Nice::castToString< Nice::SeqW3Matrix > ( const Nice::SeqW3Matrix _t)

◆ Nice::castToString< Nice::W3Matrix >()

template std::string Nice::castToString< Nice::W3Matrix > ( const Nice::W3Matrix _t)

◆ Nice::Joint::get< Nice::SeqW3Matrix >()

◆ Nice::Joint::get< Nice::W3Matrix >()

◆ Nice::Joint::getAtNode< Nice::SeqW3Matrix >()

template Nice::SeqW3Matrix Nice::Joint::getAtNode< Nice::SeqW3Matrix > ( const std::string &  _node)

◆ Nice::Joint::getAtNode< Nice::W3Matrix >()

template Nice::W3Matrix Nice::Joint::getAtNode< Nice::W3Matrix > ( const std::string &  _node)

◆ Nice::Joint::getWithDefault< Nice::SeqW3Matrix >()

◆ Nice::Joint::getWithDefault< Nice::W3Matrix >()

◆ Nice::Joint::operator=<Nice::SeqW3Matrix >()

template void Nice::Joint::operator=<Nice::SeqW3Matrix > ( const Nice::SeqW3Matrix _leaf)

◆ Nice::Joint::operator=<Nice::W3Matrix >()

template void Nice::Joint::operator=<Nice::W3Matrix > ( const Nice::W3Matrix _leaf)

◆ Nice::Joint::set< Nice::SeqW3Matrix >() [1/2]

template void Nice::Joint::set< Nice::SeqW3Matrix > ( const Nice::SeqW3Matrix _value,
const Nice::Date  
)

◆ Nice::Joint::set< Nice::SeqW3Matrix >() [2/2]

template void Nice::Joint::set< Nice::SeqW3Matrix > ( const Nice::SeqW3Matrix _value,
Nice::I64  _setterId,
const Nice::Date  
)

◆ Nice::Joint::set< Nice::W3Matrix >() [1/2]

template void Nice::Joint::set< Nice::W3Matrix > ( const Nice::W3Matrix _value,
const Nice::Date  
)

◆ Nice::Joint::set< Nice::W3Matrix >() [2/2]

template void Nice::Joint::set< Nice::W3Matrix > ( const Nice::W3Matrix _value,
Nice::I64  _setterId,
const Nice::Date  
)

◆ Nice::Property::applyAttribute< Nice::SeqW3Matrix >()

◆ Nice::Property::applyAttribute< Nice::W3Matrix >()

◆ Nice::Property::get< Nice::SeqW3Matrix >()

◆ Nice::Property::get< Nice::W3Matrix >()

◆ Nice::Property::getAttribute< Nice::SeqW3Matrix >()

◆ Nice::Property::getAttribute< Nice::W3Matrix >()

template Nice::W3Matrix Nice::Property::getAttribute< Nice::W3Matrix > ( const std::string &  _key)

◆ Nice::Property::getAttributeWithDefault< Nice::SeqW3Matrix >()

◆ Nice::Property::getAttributeWithDefault< Nice::W3Matrix >()

◆ Nice::Property::isType< Nice::SeqW3Matrix >()

◆ Nice::Property::isType< Nice::W3Matrix >()

◆ Nice::Property::operator=<Nice::SeqW3Matrix >()

template Nice:: Property& Nice::Property::operator=<Nice::SeqW3Matrix > ( const Nice::SeqW3Matrix _v)

◆ Nice::Property::operator=<Nice::W3Matrix >()

template Nice:: Property& Nice::Property::operator=<Nice::W3Matrix > ( const Nice::W3Matrix _v)

◆ Nice::Property::operator==<Nice::SeqW3Matrix >()

template bool Nice::Property::operator==<Nice::SeqW3Matrix > ( const Nice::SeqW3Matrix _value)

◆ Nice::Property::operator==<Nice::W3Matrix >()

template bool Nice::Property::operator==<Nice::W3Matrix > ( const Nice::W3Matrix _value)

◆ Nice::Property::ref< Nice::SeqW3Matrix >()

◆ Nice::Property::ref< Nice::W3Matrix >()

◆ Nice::Property::set< Nice::SeqW3Matrix >() [1/2]

◆ Nice::Property::set< Nice::SeqW3Matrix >() [2/2]

◆ Nice::Property::set< Nice::W3Matrix >() [1/2]

◆ Nice::Property::set< Nice::W3Matrix >() [2/2]

◆ Nice::Property::setAttribute< Nice::SeqW3Matrix >()

template void Nice::Property::setAttribute< Nice::SeqW3Matrix > ( const std::string &  _key,
const Nice::SeqW3Matrix ,
const Nice::Date  
)

◆ Nice::Property::setAttribute< Nice::W3Matrix >()

template void Nice::Property::setAttribute< Nice::W3Matrix > ( const std::string &  _key,
const Nice::W3Matrix ,
const Nice::Date  
)

◆ Nice::PropertyFactory::addPropertyFactory< Nice::SeqW3Matrix >()

template void Nice::PropertyFactory::addPropertyFactory< Nice::SeqW3Matrix > ( const std::string &  _type)

◆ Nice::PropertyFactory::addPropertyFactory< Nice::W3Matrix >()

template void Nice::PropertyFactory::addPropertyFactory< Nice::W3Matrix > ( const std::string &  _type)

◆ Nice::PropertyFoo::cast< Nice::SeqW3Matrix >()

◆ Nice::PropertyFoo::cast< Nice::W3Matrix >()

◆ Nice::PropertyFoo::set< Nice::SeqW3Matrix >()

◆ Nice::PropertyFoo::set< Nice::W3Matrix >()

Variable Documentation

◆ s_PropertyFactoryTypeMapInitializerSeqW3Matrix

struct PropertyFactoryTypeMapInitializerSeqW3Matrix s_PropertyFactoryTypeMapInitializerSeqW3Matrix

◆ s_PropertyFactoryTypeMapInitializerW3Matrix

struct PropertyFactoryTypeMapInitializerW3Matrix s_PropertyFactoryTypeMapInitializerW3Matrix