LibreOffice Module drawinglayer (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
drawinglayer::primitive3d::SdrSpherePrimitive3D Class Referencefinal

SdrSpherePrimitive3D class. More...

#include <sdrsphereprimitive3d.hxx>

Inheritance diagram for drawinglayer::primitive3d::SdrSpherePrimitive3D:
[legend]
Collaboration diagram for drawinglayer::primitive3d::SdrSpherePrimitive3D:
[legend]

Public Member Functions

 SdrSpherePrimitive3D (const basegfx::B3DHomMatrix &rTransform, const basegfx::B2DVector &rTextureSize, const attribute::SdrLineFillShadowAttribute3D &rSdrLFSAttribute, const attribute::Sdr3DObjectAttribute &rSdr3DObjectAttribute, sal_uInt32 nHorizontalSegments, sal_uInt32 nVerticalSegments)
 constructor More...
 
sal_uInt32 getHorizontalSegments () const
 data read access More...
 
sal_uInt32 getVerticalSegments () const
 
virtual bool operator== (const BasePrimitive3D &rPrimitive) const override
 compare operator More...
 
virtual basegfx::B3DRange getB3DRange (const geometry::ViewInformation3D &rViewInformation) const override
 get range More...
 
- Public Member Functions inherited from drawinglayer::primitive3d::SdrPrimitive3D
 SdrPrimitive3D (basegfx::B3DHomMatrix aTransform, const basegfx::B2DVector &rTextureSize, attribute::SdrLineFillShadowAttribute3D aSdrLFSAttribute, const attribute::Sdr3DObjectAttribute &rSdr3DObjectAttribute)
 constructor More...
 
const basegfx::B3DHomMatrixgetTransform () const
 data read access More...
 
const basegfx::B2DVectorgetTextureSize () const
 
const attribute::SdrLineFillShadowAttribute3DgetSdrLFSAttribute () const
 
const attribute::Sdr3DObjectAttributegetSdr3DObjectAttribute () const
 
virtual bool operator== (const BasePrimitive3D &rPrimitive) const override
 compare operator More...
 
- Public Member Functions inherited from drawinglayer::primitive3d::BufferedDecompositionPrimitive3D
 BufferedDecompositionPrimitive3D ()
 
virtual Primitive3DContainer get3DDecomposition (const geometry::ViewInformation3D &rViewInformation) const override
 The getDecomposition default implementation will on demand use create3DDecomposition() if maBuffered3DDecomposition is empty. More...
 
- Public Member Functions inherited from drawinglayer::primitive3d::BasePrimitive3D
 BasePrimitive3D ()
 
virtual ~BasePrimitive3D () override
 
virtual bool operator== (const BasePrimitive3D &rPrimitive) const
 the ==operator is mainly needed to allow testing newly-created high level primitives against their last incarnation which buffers/holds the decompositions. More...
 
bool operator!= (const BasePrimitive3D &rPrimitive) const
 
virtual basegfx::B3DRange getB3DRange (const geometry::ViewInformation3D &rViewInformation) const
 This method is for places where using the C++ implementation directly is possible. More...
 
virtual sal_uInt32 getPrimitive3DID () const =0
 provide unique ID for fast identifying of known primitive implementations in renderers. More...
 
virtual Primitive3DContainer get3DDecomposition (const geometry::ViewInformation3D &rViewInformation) const
 The default implementation returns an empty sequence. More...
 
virtual css::uno::Sequence< ::css::uno::Reference< ::css::graphic::XPrimitive3D > > SAL_CALL getDecomposition (const css::uno::Sequence< css::beans::PropertyValue > &rViewParameters) override
 The getDecomposition implementation for UNO API will use getDecomposition from this implementation. More...
 
virtual css::geometry::RealRectangle3D SAL_CALL getRange (const css::uno::Sequence< css::beans::PropertyValue > &rViewParameters) override
 the getRange default implementation will use getDecomposition to create the range information from merging getRange results from the single local decomposition primitives. More...
 
- Public Member Functions inherited from comphelper::WeakComponentImplHelper< typename... Ifc >
virtual void SAL_CALL acquire () noexcept override
 
virtual void SAL_CALL release () noexcept override
 
virtual void SAL_CALL dispose () noexcept final override
 
virtual void SAL_CALL addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override
 
virtual void SAL_CALL removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override
 
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () override
 
- Public Member Functions inherited from comphelper::WeakComponentImplHelperBase
virtual ~WeakComponentImplHelperBase () override
 
virtual void SAL_CALL dispose () override
 
virtual void SAL_CALL addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override
 
virtual void SAL_CALL removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override
 
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) override
 
virtual void disposing (std::unique_lock< std::mutex > &)
 
- Public Member Functions inherited from comphelper::UnoImplBase
virtual ~UnoImplBase ()
 

Private Member Functions

virtual Primitive3DContainer create3DDecomposition (const geometry::ViewInformation3D &rViewInformation) const override
 local decomposition. More...
 

Private Attributes

sal_uInt32 mnHorizontalSegments
 additional geometry definitions More...
 
sal_uInt32 mnVerticalSegments
 

Additional Inherited Members

- Protected Member Functions inherited from drawinglayer::primitive3d::SdrPrimitive3D
basegfx::B3DRange getStandard3DRange () const
 Standard implementation for primitive3D which will use maTransform as range and expand by evtl. More...
 
basegfx::B3DRange get3DRangeFromSlices (const Slice3DVector &rSlices) const
 implementation for primitive3D which will use given Slice3Ds and expand by evtl. More...
 
- Protected Member Functions inherited from drawinglayer::primitive3d::BufferedDecompositionPrimitive3D
const Primitive3DContainergetBuffered3DDecomposition () const
 access methods to maBuffered3DDecomposition. More...
 
void setBuffered3DDecomposition (const Primitive3DContainer &rNew)
 
virtual Primitive3DContainer create3DDecomposition (const geometry::ViewInformation3D &rViewInformation) const
 method which is to be used to implement the local decomposition of a 2D primitive. More...
 
- Protected Member Functions inherited from comphelper::WeakComponentImplHelperBase
void throwIfDisposed (std::unique_lock< std::mutex > &)
 
- Protected Attributes inherited from comphelper::WeakComponentImplHelperBase
comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > maEventListeners
 
- Protected Attributes inherited from comphelper::UnoImplBase
std::mutex m_aMutex
 
bool m_bDisposed
 

Detailed Description

SdrSpherePrimitive3D class.

This 3D primitive expands the SdrPrimitive3D to a 3D sphere definition. The sphere is implicitly in unit coordinates and the given transformation defines its geometry in space.

Definition at line 36 of file sdrsphereprimitive3d.hxx.

Constructor & Destructor Documentation

◆ SdrSpherePrimitive3D()

drawinglayer::primitive3d::SdrSpherePrimitive3D::SdrSpherePrimitive3D ( const basegfx::B3DHomMatrix rTransform,
const basegfx::B2DVector rTextureSize,
const attribute::SdrLineFillShadowAttribute3D rSdrLFSAttribute,
const attribute::Sdr3DObjectAttribute rSdr3DObjectAttribute,
sal_uInt32  nHorizontalSegments,
sal_uInt32  nVerticalSegments 
)

constructor

Definition at line 163 of file sdrsphereprimitive3d.cxx.

Member Function Documentation

◆ create3DDecomposition()

Primitive3DContainer drawinglayer::primitive3d::SdrSpherePrimitive3D::create3DDecomposition ( const geometry::ViewInformation3D rViewInformation) const
overrideprivatevirtual

◆ getB3DRange()

basegfx::B3DRange drawinglayer::primitive3d::SdrSpherePrimitive3D::getB3DRange ( const geometry::ViewInformation3D rViewInformation) const
overridevirtual

◆ getHorizontalSegments()

sal_uInt32 drawinglayer::primitive3d::SdrSpherePrimitive3D::getHorizontalSegments ( ) const
inline

data read access

Definition at line 57 of file sdrsphereprimitive3d.hxx.

Referenced by create3DDecomposition(), and operator==().

◆ getVerticalSegments()

sal_uInt32 drawinglayer::primitive3d::SdrSpherePrimitive3D::getVerticalSegments ( ) const
inline

Definition at line 58 of file sdrsphereprimitive3d.hxx.

Referenced by create3DDecomposition(), and operator==().

◆ operator==()

bool drawinglayer::primitive3d::SdrSpherePrimitive3D::operator== ( const BasePrimitive3D rPrimitive) const
overridevirtual

compare operator

Reimplemented from drawinglayer::primitive3d::SdrPrimitive3D.

Definition at line 176 of file sdrsphereprimitive3d.cxx.

References getHorizontalSegments(), and getVerticalSegments().

Member Data Documentation

◆ mnHorizontalSegments

sal_uInt32 drawinglayer::primitive3d::SdrSpherePrimitive3D::mnHorizontalSegments
private

additional geometry definitions

Definition at line 40 of file sdrsphereprimitive3d.hxx.

◆ mnVerticalSegments

sal_uInt32 drawinglayer::primitive3d::SdrSpherePrimitive3D::mnVerticalSegments
private

Definition at line 41 of file sdrsphereprimitive3d.hxx.


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