CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
Bcf_2_1VisualizationInfo.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#ifndef _BCF_2_1_VISUALIZATION_INFO_H
25#define _BCF_2_1_VISUALIZATION_INFO_H
26
27#include "BcfCommon.h"
28#include "OdArray.h"
29#include "OdGUID.h"
30
31#include "BcfElement.h"
32
36namespace OdBcf_2_1 {
37
38 class OdBcfComponents;
39 typedef OdSmartPtr<OdBcfComponents> OdBcfComponentsPtr;
40
42 typedef OdSmartPtr<OdBcfOrthogonalCamera> OdBcfOrthogonalCameraPtr;
43
45 typedef OdSmartPtr<OdBcfPerspectiveCamera> OdBcfPerspectiveCameraPtr;
46
47 class OdBcfLines;
48 typedef OdSmartPtr<OdBcfLines> OdBcfLinesPtr;
49
51 typedef OdSmartPtr<OdBcfClippingPlanes> OdBcfClippingPlanesPtr;
52
53 class OdBcfBitmap;
54 typedef OdSmartPtr<OdBcfBitmap> OdBcfBitmapPtr;
55
60
61 class OdBcfSession;
62
105
110 {
111 public:
112
113 //DOM-IGNORE-BEGIN
115 //DOM-IGNORE-END
116
121
127 virtual OdResult inFields(TiXmlElement *pParent) ODRX_OVERRIDE;
128
134 virtual OdResult outFields(TiXmlElement *pParent) const ODRX_OVERRIDE;
135
143
148 bool isComponentsUnset() const;
149
157
163
171
177
184 const OdBcfLinesPtr& getLines() const;
185
190 bool isLinesUnset() const;
191
199
205
213
218 bool isBitmapUnset() const;
219
226 const OdGUID& getGuid() const;
227
232 bool isGuidUnset() const;
233
234 //DOM-IGNORE-BEGIN
235 protected:
240 void setGuid(const OdGUID &guidValue);
241
248
253 virtual bool validateData() const ODRX_OVERRIDE;
254
255 friend class OdBcfSession;
256 //DOM-IGNORE-END
257 };
258
263
264} //namespace OdBcf_2_1
265
266#endif // _BCF_2_1_VISUALIZATION_INFO_H
#define BCF_2_1_EXPORT
#define ODRX_OVERRIDE
OdResult
Definition OdResult.h:29
virtual OdResult inFields(TiXmlElement *pParent) ODRX_OVERRIDE
const OdBcfOrthogonalCameraPtr & getOrthogonalCamera() const
const OdBcfPerspectiveCameraPtr & getPerspectiveCamera() const
const OdBcfBitmapArray & getBitmap() const
const OdBcfComponentsPtr & getComponents() const
virtual OdResult outFields(TiXmlElement *pParent) const ODRX_OVERRIDE
ODRX_DECLARE_MEMBERS(OdBcfVisualizationInfo)
virtual bool validateData() const ODRX_OVERRIDE
void setGuid(const OdGUID &guidValue)
const OdGUID & getGuid() const
const OdBcfClippingPlanesPtr & getClippingPlanes() const
const OdBcfLinesPtr & getLines() const
OdArray< OdBcfBitmapPtr > OdBcfBitmapArray
OdSmartPtr< OdBcfVisualizationInfo > OdBcfVisualizationInfoPtr
OdSmartPtr< OdBcfPerspectiveCamera > OdBcfPerspectiveCameraPtr
OdSmartPtr< OdBcfClippingPlanes > OdBcfClippingPlanesPtr
OdSmartPtr< OdBcfLines > OdBcfLinesPtr
OdSmartPtr< OdBcfOrthogonalCamera > OdBcfOrthogonalCameraPtr
OdSmartPtr< OdBcfBitmap > OdBcfBitmapPtr
OdSmartPtr< OdBcfComponents > OdBcfComponentsPtr