Constructors & DestructorUse the constructors in this group to construct an object of class IImageSamplingControl.
![]() |
public:
~IImageSamplingControl()
Destructs an object of class IImageSamplingControl.
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
IImageSamplingControl(const IImageSamplingControl&)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
IImageSamplingControl(ESamplingMode mode)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
IImageSamplingControl()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Assignment OperatorUse the operator in this group to assign the given image sampling control to the target one.
![]() |
public:
IImageSamplingControl& operator =( const IImageSamplingControl& )
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Comparing Two Objects for Equality or InequalityUse the operators in this group to compare two IImageSamplingControl objects for equality.
![]() |
public:
virtual bool operator !=( const IImageSamplingControl& ) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
virtual bool operator ==( const IImageSamplingControl& ) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Obtaining the Control Mode TypeUse the function in this group to obtain the sampling control mode.
![]() |
public:
IImageSamplingControl::ESamplingMode mode() const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Streaming an Object In and OutUse the functions in this group to read a sampling control mode object in from the specified stream or write it out to it.
![]() |
protected:
virtual void readFromStream(IDataStream& toWhere)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
protected:
virtual void writeToStream(IDataStream& toWhere) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
enum ESamplingMode { kBlackOnWhite,
kWhiteOnBlack,
kColorOnColor,
kHalfTone }| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
virtual ~IMStreamable()
void externalizeToStream(IDataStream& towhere) const
void internalizeFromStream(IDataStream& fromwhere)
virtual const ITypeRepresentation& typeRepresentation() const = 0
IMStreamable(const IMStreamable& other)
IMStreamable()
virtual void readFromStream(IDataStream& fromwhere) = 0
virtual void writeToStream(IDataStream& towhere) const = 0