CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
PdfPublishTilingPattern.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
3// All rights reserved.
4//
5// This software and its documentation and related materials are owned by
6// the Alliance. The software may only be incorporated into application
7// programs owned by members of the Alliance, subject to a signed
8// Membership Agreement and Supplemental Software License Agreement with the
9// Alliance. The structure and organization of this software are the valuable
10// trade secrets of the Alliance and its suppliers. The software is also
11// protected by copyright law and international treaty provisions. Application
12// programs incorporating this software must include the following statement
13// with their copyright notices:
14//
15// This application incorporates Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
18// All rights reserved.
19//
20// By use of this software, its documentation or related materials, you
21// acknowledge and accept the above terms.
23
24
26//
27// PdfPublishTilingPattern.h
28//
30
31#ifndef _PDF_PUBLISH_TILING_PATTERN_INCLUDED_
32#define _PDF_PUBLISH_TILING_PATTERN_INCLUDED_
33
35
36
41namespace OdPdfPublish{
42
43 //DOM-IGNORE-BEGIN
49 //DOM-IGNORE-END
50
54 class PDFPUBLISH_TOOLKIT OdTilingPattern : public OdObject
55 {
56 //DOM-IGNORE-BEGIN
57 protected:
59 //DOM-IGNORE-END
60 public:
61 //DOM-IGNORE-BEGIN
64 //DOM-IGNORE-END
65
70
76 void setGeometryBlock(const Od2dGeometryBlockPtr& block);
77
84 void setSize(const OdInt32 width, const OdInt32 height);
85
91 void setXStep(const OdInt32 x_step);
92
98 void setYStep(const OdInt32 y_step);
99
106 void getGeometryBlock(Od2dGeometryBlockPtr& block) const;
107
116
123 void getXStep(OdInt32& x_step) const;
124
131 void getYStep(OdInt32& y_step) const;
132 };
133
138
139}
140#endif // _PDF_PUBLISH_TILING_PATTERN_INCLUDED_
141
#define SMARTPTR(classname)
Definition IfcCommon.h:33
int OdInt32
#define PDFPUBLISH_TOOLKIT
void setGeometryBlock(const Od2dGeometryBlockPtr &block)
void getXStep(OdInt32 &x_step) const
void setSize(const OdInt32 width, const OdInt32 height)
void getSize(OdInt32 &width, OdInt32 &height) const
ODRX_DECLARE_MEMBERS(OdTilingPattern)
void setXStep(const OdInt32 x_step)
void getGeometryBlock(Od2dGeometryBlockPtr &block) const
void getYStep(OdInt32 &y_step) const
void setYStep(const OdInt32 y_step)
GLint GLenum GLsizei width
Definition gles2_ext.h:110
GLint GLenum GLsizei GLsizei height
Definition gles2_ext.h:110