CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
Bcf_3_0VisualizationInfo.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_3_0_VISUALIZATION_INFO_H
25#define _BCF_3_0_VISUALIZATION_INFO_H
26
27#include "BcfCommon.h"
28#include "OdArray.h"
29#include "OdGUID.h"
30
31#include "BcfElement.h"
32
36namespace OdBcf_3_0 {
37
38 class OdBcfComponents;
42 typedef OdSmartPtr<OdBcfComponents> OdBcfComponentsPtr;
43
48 typedef OdSmartPtr<OdBcfOrthogonalCamera> OdBcfOrthogonalCameraPtr;
49
54 typedef OdSmartPtr<OdBcfPerspectiveCamera> OdBcfPerspectiveCameraPtr;
55
56 class OdBcfLines;
60 typedef OdSmartPtr<OdBcfLines> OdBcfLinesPtr;
61
66 typedef OdSmartPtr<OdBcfClippingPlanes> OdBcfClippingPlanesPtr;
67
68 class OdBcfBitmaps;
72 typedef OdSmartPtr<OdBcfBitmaps> OdBcfBitmapsPtr;
73
74 class OdBcfSession;
75
125
130 {
131 public:
132
133 //DOM-IGNORE-BEGIN
135 //DOM-IGNORE-END
136
142 virtual OdResult inFields(TiXmlElement *pParent) ODRX_OVERRIDE;
143
149 virtual OdResult outFields(TiXmlElement *pParent) const ODRX_OVERRIDE;
150
158
163 bool isComponentsUnset() const;
164
172
178
186
192
199 const OdBcfLinesPtr& getLines() const;
200
205 bool isLinesUnset() const;
206
214
220
228
233 bool isBitmapsUnset() const;
234
241 const OdGUID& getGuid() const;
242
247 bool isGuidUnset() const;
248
249
250 //DOM-IGNORE-BEGIN
251 protected:
256 void setGuid(const OdGUID &guidValue);
257
264
269 virtual bool validateData() const ODRX_OVERRIDE;
270
271 friend class OdBcfSession;
272 //DOM-IGNORE-END
273 };
274
279
280} //namespace OdBcf_3_0
281
282#endif // _BCF_3_0_VISUALIZATION_INFO_H
#define BCF_3_0_EXPORT
#define ODRX_OVERRIDE
OdResult
Definition OdResult.h:29
virtual OdResult outFields(TiXmlElement *pParent) const ODRX_OVERRIDE
const OdGUID & getGuid() const
ODRX_DECLARE_MEMBERS(OdBcfVisualizationInfo)
virtual OdResult inFields(TiXmlElement *pParent) ODRX_OVERRIDE
const OdBcfOrthogonalCameraPtr & getOrthogonalCamera() const
const OdBcfClippingPlanesPtr & getClippingPlanes() const
const OdBcfBitmapsPtr & getBitmaps() const
virtual bool validateData() const ODRX_OVERRIDE
const OdBcfComponentsPtr & getComponents() const
const OdBcfPerspectiveCameraPtr & getPerspectiveCamera() const
void setGuid(const OdGUID &guidValue)
const OdBcfLinesPtr & getLines() const
OdSmartPtr< OdBcfPerspectiveCamera > OdBcfPerspectiveCameraPtr
OdSmartPtr< OdBcfBitmaps > OdBcfBitmapsPtr
OdSmartPtr< OdBcfVisualizationInfo > OdBcfVisualizationInfoPtr
OdSmartPtr< OdBcfOrthogonalCamera > OdBcfOrthogonalCameraPtr
OdSmartPtr< OdBcfLines > OdBcfLinesPtr
OdSmartPtr< OdBcfClippingPlanes > OdBcfClippingPlanesPtr
OdSmartPtr< OdBcfComponents > OdBcfComponentsPtr