IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Member Functions | Protected Attributes | List of all members
ipsdk::BaseObjectWithSkeleton Class Reference

Base class for serialization object with three serialization modes : More...

#include <BaseObjectWithSkeleton.h>

Inheritance diagram for ipsdk::BaseObjectWithSkeleton:
ipsdk::BaseSerializationObject ipsdk::BaseDynamicObject ipsdk::BaseBuffer ipsdk::BasePlanIndexedColl ipsdk::BasePtrColl ipsdk::geom::BaseGeometryEntity ipsdk::image::BaseImage ipsdk::image::BaseImageFragment ipsdk::image::BasePlanStorage ipsdk::processor::BaseAttribute ipsdk::shape::analysis::BaseMeasure ipsdk::shape::analysis::BaseMeasureResult ipsdk::shape::analysis::MeasureSet

Public Member Functions

const eSklSrzModegetSerializationMode () const
 retrieve serialization flag for object More...
 
void setSerializationMode (const eSklSrzMode &sklSrzMode) const
 set serialization flag for object
 
Constructors and destructors
 BaseObjectWithSkeleton ()
 
 ~BaseObjectWithSkeleton ()
 
- Public Member Functions inherited from ipsdk::BaseSerializationObject
 BaseSerializationObject ()
 Default constructor.
 
virtual ~BaseSerializationObject ()=0
 destructor
 
- Public Member Functions inherited from ipsdk::BaseDynamicObject
virtual const std::string & getClassName () const
 method allowing to retrieve object class name
 
virtual BaseDynamicObjectcreateNew () const =0
 method allowing to create new instance of current object type
 
virtual DynamicObjectPtr createShared () const =0
 method allowing to create new shared instance of current object type
 
virtual bool hasCopySupport () const =0
 check whether objet has copy support
 
virtual BaseDynamicObjectduplicate () const =0
 method allowing to duplicate current object More...
 
virtual DynamicObjectPtr duplicateShared () const =0
 method allowing shared duplication of current object More...
 
 BaseDynamicObject ()
 
virtual ~BaseDynamicObject ()=0
 

Protected Attributes

eSklSrzMode _sklSrzMode
 serialization flag for object More...
 

Additional Inherited Members

- Static Public Member Functions inherited from ipsdk::BaseSerializationObject
static ipUInt32 getVersion ()
 method allowing to retrieve class version information for serialization
 
- Static Public Member Functions inherited from ipsdk::BaseDynamicObject
static const std::string & getTypeName ()
 method allowing to retrieve name associated to class
 
- Protected Member Functions inherited from ipsdk::BaseSerializationObject
virtual BoolResult write (BaseOArchive &ar) const
 method allowing to ensure serialization write part for object
 
virtual BoolResult read (BaseIArchive &ar)
 method allowing to ensure serialization read part for object
 
- Protected Member Functions inherited from ipsdk::BaseDynamicObject
virtual void initCtorCopy (const BaseDynamicObject &object)
 
virtual void copy (const BaseDynamicObject &object)
 method allowing to copy data from another object
 

Detailed Description

Base class for serialization object with three serialization modes :

Author
E. Noirfalise
Date
2014/1/2

Member Function Documentation

◆ getSerializationMode()

const eSklSrzMode& ipsdk::BaseObjectWithSkeleton::getSerializationMode ( ) const

retrieve serialization flag for object

default value : eSklSrzMode::eSSM_Full

Member Data Documentation

◆ _sklSrzMode

eSklSrzMode ipsdk::BaseObjectWithSkeleton::_sklSrzMode
mutableprotected

serialization flag for object

default value : eSklSrzMode::eSSM_Full. This attribute is mutable since it doesn't modify object own data


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