CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
OdGsGeomPortion Struct Reference

#include <GsEntityNode.h>

Public Member Functions

 OdGsGeomPortion ()
 
void copyFrom (OdGsGeomPortion &c)
 
void clear ()
 
void freeNestedPortions ()
 
bool isEmptyPortion () const
 
void filterEmptyNestedPortions ()
 

Public Attributes

OdGsLayerNodem_pLayer
 
OdRxObjectPtr m_pGsMetafile
 
OdGsGeomPortionm_pNext
 

Detailed Description

<group !!RECORDS_TD_APIRef>

Definition at line 40 of file GsEntityNode.h.

Constructor & Destructor Documentation

◆ OdGsGeomPortion()

OdGsGeomPortion::OdGsGeomPortion ( )
inline

Default constructor for the OdGsGeomPortion structure.

Definition at line 52 of file GsEntityNode.h.

Member Function Documentation

◆ clear()

void OdGsGeomPortion::clear ( )
inline

Sets properties of this objects to NULL.

Definition at line 74 of file GsEntityNode.h.

◆ copyFrom()

void OdGsGeomPortion::copyFrom ( OdGsGeomPortion c)
inline

Copies properties of the input geometry portion object.

Parameters
c[in] Geometry portion to copy.

Definition at line 64 of file GsEntityNode.h.

◆ filterEmptyNestedPortions()

void OdGsGeomPortion::filterEmptyNestedPortions ( )
inline

Erases empty nested geometry portions.

Definition at line 103 of file GsEntityNode.h.

◆ freeNestedPortions()

void OdGsGeomPortion::freeNestedPortions ( )
inline

Erases nested portions, if exist.

Definition at line 84 of file GsEntityNode.h.

◆ isEmptyPortion()

bool OdGsGeomPortion::isEmptyPortion ( ) const
inline

Checks whether this geometry portion is empty.

Definition at line 98 of file GsEntityNode.h.

Member Data Documentation

◆ m_pGsMetafile

OdRxObjectPtr OdGsGeomPortion::m_pGsMetafile

Smart pointer to a metafile.

Definition at line 45 of file GsEntityNode.h.

◆ m_pLayer

OdGsLayerNode* OdGsGeomPortion::m_pLayer

Pointer to an associated layer node.

Definition at line 43 of file GsEntityNode.h.

◆ m_pNext

OdGsGeomPortion* OdGsGeomPortion::m_pNext

Pointer to a next geometry portion.

Definition at line 47 of file GsEntityNode.h.


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