IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Static Public Member Functions | Protected Member Functions | Friends | List of all members
ipsdk::BaseSerializationObject Class Referenceabstract

Base class for serializable class. More...

#include <BaseSerializationObject.h>

Inheritance diagram for ipsdk::BaseSerializationObject:
ipsdk::BaseDynamicObject ipsdk::BaseDataItem ipsdk::BaseIdentifier ipsdk::BaseKernel ipsdk::BaseObjectWithSkeleton ipsdk::BaseStructuringElement ipsdk::BaseStructuringElementInfo ipsdk::bench::BenchmarkInfo ipsdk::bench::BenchmarkResultInfo ipsdk::bench::BenchmarkResults ipsdk::core::BaseComputerInfo ipsdk::core::DistributedProcessingPolicy ipsdk::core::LibraryUserConfiguration ipsdk::core::LocalConfiguration ipsdk::core::LocalProcessingPolicy ipsdk::core::NetworkDescription ipsdk::core::SDKVersionInfo ipsdk::ElementsRange ipsdk::geom::BaseGeometryMeasure ipsdk::geom::BaseGeometryTransform ipsdk::geom::HuMoments2dO3 ipsdk::geom::RTree< T > ipsdk::geom::SkeletonVertex2d ipsdk::GeometricCalibration ipsdk::hard::ComputerDescription ipsdk::hard::CpuDescription ipsdk::hard::MacAddress ipsdk::hard::NetworkAdapterDescription ipsdk::image::BaseImageAccessor ipsdk::image::BaseImageGeometry ipsdk::image::Border2dPolicy ipsdk::image::Border3dPolicy ipsdk::image::ColorGeometry ipsdk::image::ImagePlanGeometry ipsdk::image::TemporalGeometry ipsdk::image::VolumeGeometry ipsdk::lic::IPSDKMajorVersion ipsdk::math::BaseDataPartition ipsdk::math::BaseHistogram ipsdk::math::EstimationConfig ipsdk::math::EstimationResults ipsdk::OffsetXY ipsdk::OffsetXYZ ipsdk::PlanIndex ipsdk::processor::BaseDataTypeIdentifier ipsdk::processor::DataTypeIdentifierColl ipsdk::processor::InstructionSetsIdentifier ipsdk::processor::ProcessorDispatchPolicy ipsdk::SerializationObjectWithGuid ipsdk::shape::analysis::BaseIntensityPreProcessorConfig ipsdk::shape::analysis::BaseMeasureInfo ipsdk::shape::analysis::MeasureConfig ipsdk::shape::analysis::MeasureGlobalInfo ipsdk::shape::analysis::MeasureInfoSet ipsdk::tcpip::EndPoint ipsdk::unittest::HoughCirclesUTData

Public Member Functions

Constructors and destructors
 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
 

Static Public Member Functions

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

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
 

Friends

class BaseIArchive
 
class BaseOArchive
 

Detailed Description

Base class for serializable class.

Author
E. Noirfalise
Date
2013/2/15

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