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

#include <rasterconvert3d.hxx>

Collaboration diagram for basegfx::ip_triple:
[legend]

Public Member Functions

 ip_triple ()
 
 ip_triple (double fXVal, double fXInc, double fYVal, double fYInc, double fZVal, double fZInc)
 
const ip_singlegetX () const
 
const ip_singlegetY () const
 
const ip_singlegetZ () const
 
void increment (double fStep)
 

Private Attributes

ip_single maX
 
ip_single maY
 
ip_single maZ
 

Detailed Description

Definition at line 87 of file rasterconvert3d.hxx.

Constructor & Destructor Documentation

◆ ip_triple() [1/2]

basegfx::ip_triple::ip_triple ( )
inline

Definition at line 95 of file rasterconvert3d.hxx.

◆ ip_triple() [2/2]

basegfx::ip_triple::ip_triple ( double  fXVal,
double  fXInc,
double  fYVal,
double  fYInc,
double  fZVal,
double  fZInc 
)
inline

Definition at line 98 of file rasterconvert3d.hxx.

Member Function Documentation

◆ getX()

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

Definition at line 104 of file rasterconvert3d.hxx.

References maX.

◆ getY()

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

Definition at line 105 of file rasterconvert3d.hxx.

References maY.

◆ getZ()

const ip_single & basegfx::ip_triple::getZ ( ) const
inline

Definition at line 106 of file rasterconvert3d.hxx.

References maZ.

◆ increment()

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

Definition at line 108 of file rasterconvert3d.hxx.

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

Member Data Documentation

◆ maX

ip_single basegfx::ip_triple::maX
private

Definition at line 90 of file rasterconvert3d.hxx.

Referenced by getX(), and increment().

◆ maY

ip_single basegfx::ip_triple::maY
private

Definition at line 91 of file rasterconvert3d.hxx.

Referenced by getY(), and increment().

◆ maZ

ip_single basegfx::ip_triple::maZ
private

Definition at line 92 of file rasterconvert3d.hxx.

Referenced by getZ(), and increment().


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