NDEVR
API Documentation
PropertyColumnInterface< NDPG >

Provides column access for NDPG geometry properties within the design database. More...

Inheritance diagram for PropertyColumnInterface< NDPG >:
[legend]
Collaboration diagram for PropertyColumnInterface< NDPG >:
[legend]

Static Public Member Functions

static constexpr TableColumncolumn (const DesignInfo *object, NDPG property)
 Retrieves the TableColumn storing the given NDPG property.
static constexpr uint04 index (const DesignInfo *object, NDPG)
 Retrieves the design index for geometry property access.

Detailed Description

Provides column access for NDPG geometry properties within the design database.


Definition at line 106 of file Geometry.h.

Member Function Documentation

◆ column()

constexpr TableColumn * PropertyColumnInterface< NDPG >::column ( const DesignInfo * object,
NDPG property )
inlinestaticconstexpr

Retrieves the TableColumn storing the given NDPG property.

Parameters
[in]objectThe design info context.
[in]propertyThe geometry property to look up.
Returns
The TableColumn pointer for the requested property.

Definition at line 113 of file Geometry.h.

◆ index()

constexpr uint04 PropertyColumnInterface< NDPG >::index ( const DesignInfo * object,
NDPG  )
inlinestaticconstexpr

Retrieves the design index for geometry property access.

Parameters
[in]objectThe design info context.
Returns
The design index of the geometry within the database.

Definition at line 120 of file Geometry.h.


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