libcdr::CDRImage Struct Reference

#include <CDRTypes.h>

List of all members.

Public Member Functions

 CDRImage ()
 CDRImage (const WPXBinaryData &image, double x1, double x2, double y1, double y2)
double getMiddleX () const
double getMiddleY () const
double getWidth () const
double getHeight () const
const WPXBinaryData & getImage () const

Public Attributes

WPXBinaryData m_image
double m_x1
double m_x2
double m_y1
double m_y2

Constructor & Destructor Documentation

libcdr::CDRImage::CDRImage ( ) [inline]
libcdr::CDRImage::CDRImage ( const WPXBinaryData &  image,
double  x1,
double  x2,
double  y1,
double  y2 
) [inline]

Member Function Documentation

double libcdr::CDRImage::getHeight ( ) const [inline]
const WPXBinaryData& libcdr::CDRImage::getImage ( ) const [inline]
double libcdr::CDRImage::getMiddleX ( ) const [inline]
double libcdr::CDRImage::getMiddleY ( ) const [inline]
double libcdr::CDRImage::getWidth ( ) const [inline]

Member Data Documentation

Referenced by getImage().

Referenced by getMiddleX(), and getWidth().

Referenced by getMiddleX(), and getWidth().

Referenced by getHeight(), and getMiddleY().

Referenced by getHeight(), and getMiddleY().


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