LibreOffice Module basegfx (master) 1
Public Member Functions | Private Attributes | List of all members
basegfx::ip_double Class Reference

#include <rasterconvert3d.hxx>

Collaboration diagram for basegfx::ip_double:
[legend]

Public Member Functions

 ip_double ()
 
 ip_double (double fXVal, double fXInc, double fYVal, double fYInc)
 
const ip_singlegetX () const
 
const ip_singlegetY () const
 
void increment (double fStep)
 

Private Attributes

ip_single maX
 
ip_single maY
 

Detailed Description

Definition at line 66 of file rasterconvert3d.hxx.

Constructor & Destructor Documentation

◆ ip_double() [1/2]

basegfx::ip_double::ip_double ( )
inline

Definition at line 73 of file rasterconvert3d.hxx.

◆ ip_double() [2/2]

basegfx::ip_double::ip_double ( double  fXVal,
double  fXInc,
double  fYVal,
double  fYInc 
)
inline

Definition at line 76 of file rasterconvert3d.hxx.

Member Function Documentation

◆ getX()

const ip_single & basegfx::ip_double::getX ( ) const
inline

Definition at line 81 of file rasterconvert3d.hxx.

References maX.

◆ getY()

const ip_single & basegfx::ip_double::getY ( ) const
inline

Definition at line 82 of file rasterconvert3d.hxx.

References maY.

◆ increment()

void basegfx::ip_double::increment ( double  fStep)
inline

Definition at line 84 of file rasterconvert3d.hxx.

References basegfx::ip_single::increment(), maX, and maY.

Member Data Documentation

◆ maX

ip_single basegfx::ip_double::maX
private

Definition at line 69 of file rasterconvert3d.hxx.

Referenced by getX(), and increment().

◆ maY

ip_single basegfx::ip_double::maY
private

Definition at line 70 of file rasterconvert3d.hxx.

Referenced by getY(), and increment().


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