Public Member Functions | Properties

RxNET::Image Class Reference
[Image Classes]

#include <Image.h>

Inheritance diagram for RxNET::Image:
RxNET::IImage

Public Member Functions

 Image (void)
 ~Image ()
virtual bool Create (RxNET::ImageFormat^ xFormat)
virtual bool Create (int iWidth, int iHeight, RxNET::ImageType eImgType, RxNET::DataType eDataType)
virtual bool Destroy ()
virtual int GetBytesPerPixel ()
virtual void * GetDataPtr ()

Properties

virtual RxNET::DataType eDataType [get]
virtual RxNET::ImageType eImgType [get]
virtual RxNET::ImageFormat^  Format [get]
virtual int Height [get]
virtual bool IsValid [get]
virtual int Width [get]

Constructor & Destructor Documentation

RxNET::Image::Image ( void   )
RxNET::Image::~Image (  )

Member Function Documentation

virtual bool RxNET::Image::Create ( int  iWidth,
int  iHeight,
RxNET::ImageType  eImgType,
RxNET::DataType  eDataType 
) [virtual]

Implements RxNET::IImage.

virtual bool RxNET::Image::Create ( RxNET::ImageFormat^   xFormat ) [virtual]

Implements RxNET::IImage.

virtual bool RxNET::Image::Destroy (  ) [virtual]

Implements RxNET::IImage.

virtual int RxNET::Image::GetBytesPerPixel (  ) [virtual]

Implements RxNET::IImage.

virtual void* RxNET::Image::GetDataPtr (  ) [inline, virtual]

Implements RxNET::IImage.


Property Documentation

virtual RxNET:: DataType RxNET::Image::eDataType [get]

Implements RxNET::IImage.

virtual RxNET:: ImageType RxNET::Image::eImgType [get]

Implements RxNET::IImage.

virtual RxNET:: ImageFormat^ RxNET::Image::Format [get]

Implements RxNET::IImage.

virtual int RxNET::Image::Height [get]

Implements RxNET::IImage.

virtual bool RxNET::Image::IsValid [get]

Implements RxNET::IImage.

virtual int RxNET::Image::Width [get]

Implements RxNET::IImage.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Defines