StatisticMeasures Class Reference

#include <MemoryX/libraries/memorytypes/variants/StatisticMeasures.h>

+ Inheritance diagram for StatisticMeasures:

Public Member Functions

armarx::VariantDataClassPtr clone (const Ice::Current &c=Ice::emptyCurrent) const override
 
void deserialize (const armarx::ObjectSerializerBasePtr &serializer, const ::Ice::Current &=Ice::emptyCurrent) override
 
double getMean ()
 
double getRelativeStandardDeviation ()
 
double getStandardDeviation ()
 
armarx::VariantTypeId getType (const Ice::Current &c=Ice::emptyCurrent) const override
 
Ice::ObjectPtr ice_clone () const override
 
std::string output (const Ice::Current &=Ice::emptyCurrent) const override
 
void serialize (const armarx::ObjectSerializerBasePtr &serializer, const ::Ice::Current &=Ice::emptyCurrent) const override
 
 StatisticMeasures ()
 
 StatisticMeasures (double mean, double standardDeviation, double relativeStandardDeviation)
 
bool validate (const Ice::Current &c=Ice::emptyCurrent) override
 
 ~StatisticMeasures () override
 

Detailed Description

Definition at line 40 of file StatisticMeasures.h.

Constructor & Destructor Documentation

◆ StatisticMeasures() [1/2]

Definition at line 32 of file StatisticMeasures.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ StatisticMeasures() [2/2]

StatisticMeasures ( double  mean,
double  standardDeviation,
double  relativeStandardDeviation 
)

Definition at line 39 of file StatisticMeasures.cpp.

+ Here is the call graph for this function:

◆ ~StatisticMeasures()

~StatisticMeasures ( )
override

Definition at line 46 of file StatisticMeasures.cpp.

Member Function Documentation

◆ clone()

armarx::VariantDataClassPtr clone ( const Ice::Current &  c = Ice::emptyCurrent) const
override

Definition at line 70 of file StatisticMeasures.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ deserialize()

void deserialize ( const armarx::ObjectSerializerBasePtr &  serializer,
const ::Ice::Current &  = Ice::emptyCurrent 
)
override

Definition at line 101 of file StatisticMeasures.cpp.

+ Here is the call graph for this function:

◆ getMean()

double getMean ( )

Definition at line 50 of file StatisticMeasures.cpp.

+ Here is the call graph for this function:

◆ getRelativeStandardDeviation()

double getRelativeStandardDeviation ( )

Definition at line 60 of file StatisticMeasures.cpp.

◆ getStandardDeviation()

double getStandardDeviation ( )

Definition at line 55 of file StatisticMeasures.cpp.

◆ getType()

armarx::VariantTypeId getType ( const Ice::Current &  c = Ice::emptyCurrent) const
override

Definition at line 82 of file StatisticMeasures.cpp.

◆ ice_clone()

Ice::ObjectPtr ice_clone ( ) const
override

Definition at line 65 of file StatisticMeasures.cpp.

+ Here is the call graph for this function:

◆ output()

std::string output ( const Ice::Current &  = Ice::emptyCurrent) const
override

Definition at line 75 of file StatisticMeasures.cpp.

+ Here is the call graph for this function:

◆ serialize()

void serialize ( const armarx::ObjectSerializerBasePtr &  serializer,
const ::Ice::Current &  = Ice::emptyCurrent 
) const
override

Definition at line 92 of file StatisticMeasures.cpp.

+ Here is the call graph for this function:

◆ validate()

bool validate ( const Ice::Current &  c = Ice::emptyCurrent)
override

Definition at line 87 of file StatisticMeasures.cpp.


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