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

Public Member Functions

 ImplB3DPolyPolygon ()
 
 ImplB3DPolyPolygon (const ::basegfx::B3DPolygon &rToBeCopied)
 
bool operator== (const ImplB3DPolyPolygon &rPolygonList) const
 
const ::basegfx::B3DPolygongetB3DPolygon (sal_uInt32 nIndex) const
 
void setB3DPolygon (sal_uInt32 nIndex, const ::basegfx::B3DPolygon &rPolygon)
 
void insert (sal_uInt32 nIndex, const ::basegfx::B3DPolygon &rPolygon, sal_uInt32 nCount)
 
void insert (sal_uInt32 nIndex, const ::basegfx::B3DPolyPolygon &rPolyPolygon)
 
void remove (sal_uInt32 nIndex, sal_uInt32 nCount)
 
sal_uInt32 count () const
 
void flip ()
 
void removeDoublePoints ()
 
void transform (const ::basegfx::B3DHomMatrix &rMatrix)
 
void clearBColors ()
 
void transformNormals (const ::basegfx::B3DHomMatrix &rMatrix)
 
void clearNormals ()
 
void transformTextureCoordinates (const ::basegfx::B2DHomMatrix &rMatrix)
 
void clearTextureCoordinates ()
 
const basegfx::B3DPolygonbegin () const
 
const basegfx::B3DPolygonend () const
 
basegfx::B3DPolygonbegin ()
 
basegfx::B3DPolygonend ()
 

Private Types

typedef std::vector< ::basegfx::B3DPolygonPolygonVector
 

Private Attributes

PolygonVector maPolygons
 

Detailed Description

Definition at line 28 of file b3dpolypolygon.cxx.

Member Typedef Documentation

◆ PolygonVector

Definition at line 30 of file b3dpolypolygon.cxx.

Constructor & Destructor Documentation

◆ ImplB3DPolyPolygon() [1/2]

ImplB3DPolyPolygon::ImplB3DPolyPolygon ( )
inline

Definition at line 35 of file b3dpolypolygon.cxx.

◆ ImplB3DPolyPolygon() [2/2]

ImplB3DPolyPolygon::ImplB3DPolyPolygon ( const ::basegfx::B3DPolygon rToBeCopied)
inlineexplicit

Definition at line 39 of file b3dpolypolygon.cxx.

Member Function Documentation

◆ begin() [1/2]

basegfx::B3DPolygon * ImplB3DPolyPolygon::begin ( )
inline

Definition at line 170 of file b3dpolypolygon.cxx.

References maPolygons.

◆ begin() [2/2]

const basegfx::B3DPolygon * ImplB3DPolyPolygon::begin ( ) const
inline

Definition at line 154 of file b3dpolypolygon.cxx.

References maPolygons.

◆ clearBColors()

void ImplB3DPolyPolygon::clearBColors ( )
inline

Definition at line 124 of file b3dpolypolygon.cxx.

References maPolygons.

◆ clearNormals()

void ImplB3DPolyPolygon::clearNormals ( )
inline

Definition at line 136 of file b3dpolypolygon.cxx.

References maPolygons.

◆ clearTextureCoordinates()

void ImplB3DPolyPolygon::clearTextureCoordinates ( )
inline

Definition at line 148 of file b3dpolypolygon.cxx.

References maPolygons.

◆ count()

sal_uInt32 ImplB3DPolyPolygon::count ( ) const
inline

Definition at line 101 of file b3dpolypolygon.cxx.

References maPolygons.

◆ end() [1/2]

basegfx::B3DPolygon * ImplB3DPolyPolygon::end ( )
inline

Definition at line 178 of file b3dpolypolygon.cxx.

References maPolygons.

◆ end() [2/2]

const basegfx::B3DPolygon * ImplB3DPolyPolygon::end ( ) const
inline

Definition at line 162 of file b3dpolypolygon.cxx.

References maPolygons.

◆ flip()

void ImplB3DPolyPolygon::flip ( )
inline

Definition at line 106 of file b3dpolypolygon.cxx.

References maPolygons.

◆ getB3DPolygon()

const ::basegfx::B3DPolygon & ImplB3DPolyPolygon::getB3DPolygon ( sal_uInt32  nIndex) const
inline

Definition at line 57 of file b3dpolypolygon.cxx.

References maPolygons, and nIndex.

◆ insert() [1/2]

void ImplB3DPolyPolygon::insert ( sal_uInt32  nIndex,
const ::basegfx::B3DPolygon rPolygon,
sal_uInt32  nCount 
)
inline

Definition at line 67 of file b3dpolypolygon.cxx.

References aIndex, maPolygons, nCount, and nIndex.

◆ insert() [2/2]

void ImplB3DPolyPolygon::insert ( sal_uInt32  nIndex,
const ::basegfx::B3DPolyPolygon rPolyPolygon 
)
inline

Definition at line 79 of file b3dpolypolygon.cxx.

References aIndex, maPolygons, and nIndex.

◆ operator==()

bool ImplB3DPolyPolygon::operator== ( const ImplB3DPolyPolygon rPolygonList) const
inline

Definition at line 44 of file b3dpolypolygon.cxx.

References maPolygons.

◆ remove()

void ImplB3DPolyPolygon::remove ( sal_uInt32  nIndex,
sal_uInt32  nCount 
)
inline

Definition at line 88 of file b3dpolypolygon.cxx.

References maPolygons, nCount, and nIndex.

◆ removeDoublePoints()

void ImplB3DPolyPolygon::removeDoublePoints ( )
inline

Definition at line 112 of file b3dpolypolygon.cxx.

References maPolygons.

◆ setB3DPolygon()

void ImplB3DPolyPolygon::setB3DPolygon ( sal_uInt32  nIndex,
const ::basegfx::B3DPolygon rPolygon 
)
inline

Definition at line 62 of file b3dpolypolygon.cxx.

References maPolygons, and nIndex.

◆ transform()

void ImplB3DPolyPolygon::transform ( const ::basegfx::B3DHomMatrix rMatrix)
inline

Definition at line 118 of file b3dpolypolygon.cxx.

References maPolygons.

◆ transformNormals()

void ImplB3DPolyPolygon::transformNormals ( const ::basegfx::B3DHomMatrix rMatrix)
inline

Definition at line 130 of file b3dpolypolygon.cxx.

References maPolygons.

◆ transformTextureCoordinates()

void ImplB3DPolyPolygon::transformTextureCoordinates ( const ::basegfx::B2DHomMatrix rMatrix)
inline

Definition at line 142 of file b3dpolypolygon.cxx.

References maPolygons.

Member Data Documentation

◆ maPolygons

PolygonVector ImplB3DPolyPolygon::maPolygons
private

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