CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
OdGiPathNode Class Referenceabstract

#include <GiPathNode.h>

Inheritance diagram for OdGiPathNode:
OdGiLocalDrawableDesc

Public Member Functions

virtual const OdGiPathNodeparent () const =0
 
virtual OdDbStub * persistentDrawableId () const =0
 
virtual const OdGiDrawabletransientDrawable () const =0
 
virtual const OdGeMatrix3dmodelToWorld () const
 
virtual OdGsMarker selectionMarker () const =0
 
virtual ~OdGiPathNode ()
 

Detailed Description

Corresponding C++ library: TD_Gi <group OdGi_Classes>

Definition at line 39 of file GiPathNode.h.

Constructor & Destructor Documentation

◆ ~OdGiPathNode()

virtual OdGiPathNode::~OdGiPathNode ( )
inlinevirtual

Definition at line 79 of file GiPathNode.h.

Member Function Documentation

◆ modelToWorld()

virtual const OdGeMatrix3d * OdGiPathNode::modelToWorld ( ) const
inlinevirtual

Retrieves a model to world transform matrix.

Returns
pointer to the OdGeMatrix3d that a transform matrix.
Remarks
throws eNotApplicable in current implementation.

Reimplemented in OdGiLocalDrawableDesc.

Definition at line 70 of file GiPathNode.h.

◆ parent()

virtual const OdGiPathNode * OdGiPathNode::parent ( ) const
pure virtual

Retrieves a parent node.

Returns
pointer to the OdGiPathNode that represents a parent node.

Implemented in OdGiLocalDrawableDesc.

◆ persistentDrawableId()

virtual OdDbStub * OdGiPathNode::persistentDrawableId ( ) const
pure virtual

Retrieves a persistent drawable identifier associated with this node.

Returns
pointer to the OdDbStub that represents a persistent drawable identifier.

Implemented in OdGiLocalDrawableDesc.

◆ selectionMarker()

virtual OdGsMarker OdGiPathNode::selectionMarker ( ) const
pure virtual

Retrieves a selection marker.

Returns
pointer to the OdGeMatrix3d that a transform matrix.

Implemented in OdGiLocalDrawableDesc.

◆ transientDrawable()

virtual const OdGiDrawable * OdGiPathNode::transientDrawable ( ) const
pure virtual

Retrieves a transient drawable associated with this node.

Returns
pointer to the OdGiDrawable that represents a transient drawable.

Implemented in OdGiLocalDrawableDesc.


The documentation for this class was generated from the following file: