IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Member Functions | Static Public Attributes | List of all members
ipsdk::shape::analysis::BaseIntensity3dPreProcessorConfig Class Reference

Base class for objects allowing to define preprocessing configuration for 3d images used as inputs of shape analysis. More...

#include <BaseIntensity3dPreProcessorConfig.h>

Inheritance diagram for ipsdk::shape::analysis::BaseIntensity3dPreProcessorConfig:
ipsdk::shape::analysis::BaseIntensityPreProcessorConfig ipsdk::BaseSerializationObject ipsdk::BaseDynamicObject

Public Member Functions

bool is2dPreProcessing () const
 retrieve flag indicating whether preprocessing is 2d or 3d
 
Constructors and destructor
 BaseIntensity3dPreProcessorConfig ()
 
 ~BaseIntensity3dPreProcessorConfig ()
 
- Public Member Functions inherited from ipsdk::shape::analysis::BaseIntensityPreProcessorConfig
bool isInit () const
 retrieve flag indicating whether object has been initialized
 
BoolResult createProcessor (const image::ImageConstPtr &pInImg, processor::ProcessorPtr &pProcessor)
 create processor associated to pre processing More...
 
image::ImagePtr extractOutputImage (processor::BaseProcessor &processor)
 retrieve output image from processor after run More...
 
 BaseIntensityPreProcessorConfig ()
 
virtual ~BaseIntensityPreProcessorConfig ()=0
 
bool operator== (const BaseIntensityPreProcessorConfig &other) const
 comparison operators
 
bool operator!= (const BaseIntensityPreProcessorConfig &other) const
 comparison operators
 
- 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
 

Static Public Attributes

static const bool g_b2dPreProcessing = false
 flag indicating whether preprocessing is 2d or 3d
 

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::shape::analysis::BaseIntensityPreProcessorConfig
void initBase ()
 base class initialization method
 
virtual BoolResult createProcessorDerived (const image::ImageConstPtr &pInImg, processor::ProcessorPtr &pProcessor)=0
 create processor associated to pre processing More...
 
virtual image::ImagePtr extractOutputImageDerived (processor::BaseProcessor &processor)=0
 retrieve output image from processor after run
 
virtual bool compareDerived (const BaseIntensityPreProcessorConfig &other) const =0
 method allowing to compare pre processor parameters in derived 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 objects allowing to define preprocessing configuration for 3d images used as inputs of shape analysis.

Author
E. Noirfalise
Date
2017/09/25

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