ansys::dpf::PropFieldCursor Class Reference
Last update: 10.07.2023
ansys::dpf::PropFieldCursor Class Reference
#include <dpf_api.h>
Public Member Functions | |
dp_int * | data () const |
dp_int & | operator[] (dp_int index) const |
dp_int | size () const |
dp_id | id () const |
dp_int | numberOfComponents () const |
dp_int | numberOfElementaryData () const |
bool | defined () const |
Detailed Description
Represents complete property data(id, size, num elementary data)
- Examples
- DataApis.cpp.
Member Function Documentation
◆ data()
|
inline |
- Returns
- Pointer to property data.
- Examples
- DataApis.cpp.
◆ defined()
|
inline |
- Returns
- Indication that property defined
◆ id()
|
inline |
- Returns
- Id of property.
◆ numberOfComponents()
|
inline |
- Returns
- Number of components in property data.
◆ numberOfElementaryData()
|
inline |
- Returns
- Number of entries in property data.
◆ operator[]()
- Returns
- Property data at given index.
- Parameters
-
[in] index Index of data within PropertyField.
◆ size()
|
inline |
- Returns
- Size of property data.
- Examples
- DataApis.cpp.