LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | Private Attributes | List of all members
DXFBoundaryPathData Struct Reference

#include <dxfentrd.hxx>

Public Member Functions

 DXFBoundaryPathData ()
 
bool EvaluateGroup (DXFGroupReader &rDGR)
 

Public Attributes

sal_Int32 nFlags
 
sal_Int32 nHasBulgeFlag
 
sal_Int32 nIsClosedFlag
 
double fBulge
 
sal_Int32 nSourceBoundaryObjects
 
sal_Int32 nEdgeCount
 
bool bIsPolyLine
 
sal_Int32 nPointIndex
 
std::vector< DXFVectoraP
 
std::vector< std::unique_ptr< DXFEdgeType > > aEdges
 

Private Attributes

sal_Int32 nPointCount
 

Detailed Description

Definition at line 400 of file dxfentrd.hxx.

Constructor & Destructor Documentation

◆ DXFBoundaryPathData()

DXFBoundaryPathData::DXFBoundaryPathData ( )

Definition at line 555 of file dxfentrd.cxx.

Member Function Documentation

◆ EvaluateGroup()

bool DXFBoundaryPathData::EvaluateGroup ( DXFGroupReader rDGR)

Member Data Documentation

◆ aEdges

std::vector<std::unique_ptr<DXFEdgeType> > DXFBoundaryPathData::aEdges

Definition at line 416 of file dxfentrd.hxx.

Referenced by DXF2GDIMetaFile::DrawHatchEntity(), and EvaluateGroup().

◆ aP

std::vector<DXFVector> DXFBoundaryPathData::aP

Definition at line 415 of file dxfentrd.hxx.

Referenced by DXF2GDIMetaFile::DrawHatchEntity(), and EvaluateGroup().

◆ bIsPolyLine

bool DXFBoundaryPathData::bIsPolyLine

Definition at line 412 of file dxfentrd.hxx.

Referenced by DXF2GDIMetaFile::DrawHatchEntity(), and EvaluateGroup().

◆ fBulge

double DXFBoundaryPathData::fBulge

Definition at line 408 of file dxfentrd.hxx.

Referenced by EvaluateGroup().

◆ nEdgeCount

sal_Int32 DXFBoundaryPathData::nEdgeCount

Definition at line 410 of file dxfentrd.hxx.

Referenced by EvaluateGroup().

◆ nFlags

sal_Int32 DXFBoundaryPathData::nFlags

Definition at line 405 of file dxfentrd.hxx.

Referenced by EvaluateGroup().

◆ nHasBulgeFlag

sal_Int32 DXFBoundaryPathData::nHasBulgeFlag

Definition at line 406 of file dxfentrd.hxx.

Referenced by EvaluateGroup().

◆ nIsClosedFlag

sal_Int32 DXFBoundaryPathData::nIsClosedFlag

Definition at line 407 of file dxfentrd.hxx.

Referenced by EvaluateGroup().

◆ nPointCount

sal_Int32 DXFBoundaryPathData::nPointCount
private

Definition at line 403 of file dxfentrd.hxx.

Referenced by EvaluateGroup().

◆ nPointIndex

sal_Int32 DXFBoundaryPathData::nPointIndex

Definition at line 413 of file dxfentrd.hxx.

Referenced by EvaluateGroup().

◆ nSourceBoundaryObjects

sal_Int32 DXFBoundaryPathData::nSourceBoundaryObjects

Definition at line 409 of file dxfentrd.hxx.

Referenced by EvaluateGroup().


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