NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Gateway_ImageCaptureBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Gateway_ImageCaptureBuilder.ja
9//
10// 生成工具:
11// apiwrap
12//
13// 警告:
14// 此文件为自动生成 - 请勿手动编辑
15//
16#pragma once
17#include <NXOpen/NXDeprecation.hxx>
18#include <vector>
19#include <NXOpen/NXString.hxx>
20#include <NXOpen/Callback.hxx>
21#include <NXOpen/Builder.hxx>
22#include <NXOpen/libnxopencpp_gateway_exports.hxx>
23#ifdef _MSC_VER
24#pragma warning(push)
25#pragma warning(disable:4996)
26#endif
27#ifdef __GNUC__
28#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29#endif
30namespace NXOpen
31{
32 namespace Gateway
33 {
35 }
36 class Builder;
37 namespace Gateway
38 {
39 class _ImageCaptureBuilderBuilder;
40 class ImageCaptureBuilderImpl;
59 class NXOPENCPP_GATEWAYEXPORT ImageCaptureBuilder : public NXOpen::Builder
60 {
69
78
89 private: ImageCaptureBuilderImpl * m_imagecapturebuilder_impl;
90 private: friend class _ImageCaptureBuilderBuilder;
91 protected: ImageCaptureBuilder();
92public: ~ImageCaptureBuilder();
97 (
98 );
102 public: void SetCaptureMethod
103 (
105 );
109 public: void GetRegion
110 (
111 std::vector<int> & topLeftCorner ,
112 std::vector<int> & bottomRightCorner
113 );
117 public: void SetRegion
118 (
119 const std::vector<int> & topLeftCorner ,
120 const std::vector<int> & bottomRightCorner
121 );
126 (
127 );
131 public: void SetFile
132 (
133 const NXString & filename
134 );
139 (
140 const char * filename
141 );
146 (
147 );
151 public: void SetFormat
152 (
154 );
159 (
160 );
164 public: void SetSize
165 (
167 );
172 (
173 );
177 public: void SetImageFile
178 (
179 const NXString & imageFilename
180 );
185 (
186 const char * imageFilename
187 );
188 };
189 }
190}
191#ifdef _MSC_VER
192#pragma warning(pop)
193#endif
194#ifdef __GNUC__
195#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
196#pragma GCC diagnostic warning "-Wdeprecated-declarations"
197#endif
198#endif
199#undef EXPORTLIBRARY