CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
GiLocalDrawableDesc.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 _ODGILOCALDRAWABLEDESC_INCLUDED_
25#define _ODGILOCALDRAWABLEDESC_INCLUDED_
26
27#include "TD_PackPush.h"
28
29#include "Gi/GiPathNode.h"
31#include "Ge/GeMatrix3d.h"
32
38{
41 OdGeMatrix3d _xModelToWorld; // Model transform this drawable is being drawn with
44 : _pPlaceToRestore(pParentDesc)
45 , _nSelectionMarker(0) /* kNullSubentIndex */
46 , _pxModelToWorld(0) // NULL means identity
47 {
48 pParent = pParentDesc;
49 _pPlaceToRestore = this;
50 }
55
56 // OdGsPathNode interface
57
63 const OdGiPathNode* parent() const
64 {
65 return static_cast<const OdGiLocalDrawableDesc*>(pParent);
66 }
67
73 OdDbStub* persistentDrawableId() const
74 {
75 return persistId;
76 }
77
84 {
85 return pTransientDrawable;
86 }
87
94 {
95 return _nSelectionMarker;
96 }
97
103 const OdGeMatrix3d* modelToWorld() const {
104 return _pxModelToWorld;
105 }
106
115};
116
117#include "TD_PackPop.h"
118
119#endif // #ifndef _ODGILOCALDRAWABLEDESC_INCLUDED_
ptrdiff_t OdGsMarker
GLfloat x
Definition gles2_ext.h:314
OdGiDrawableDesc * pParent
const OdGiDrawable * pTransientDrawable
OdGiDrawableDesc *& _pPlaceToRestore
OdDbStub * persistentDrawableId() const
const OdGiDrawable * transientDrawable() const
OdGiLocalDrawableDesc(OdGiDrawableDesc *&pParentDesc)
void setModelToWorld(const OdGeMatrix3d &x)
const OdGiPathNode * parent() const
const OdGeMatrix3d * modelToWorld() const
OdGsMarker selectionMarker() const