syscregisterpointcloudaccessf Interface Reference
Last update: 17.07.2025Provide an interface to register point cloud access. More...
Public Member Functions | |
| type(syscerrorf) function | syscregisterpointcloudaccessf (dataaccess) |
| Provide a function to register point cloud access. | |
Detailed Description
Provide an interface to register point cloud access.
Definition at line 587 of file syscSystemCouplingF.fi.
Constructor & Destructor Documentation
◆ syscregisterpointcloudaccessf()
| type(syscerrorf) function syscregisterpointcloudaccessf | ( | procedure(syscpointcloudaccessf) | dataaccess | ) |
Provide a function to register point cloud access.
- Parameters
-
dataAccess - a pointer to the function that conforms to SyscPointCloudAccessF interface.
- Returns
- a
SyscErrorFtype for error checking.
Definition at line 594 of file syscSystemCouplingF.fi.
595 import :: syscerrorf
596 import :: syscpointcloudaccessf
597 procedure(SyscPointCloudAccessF) :: dataAccess
598 type(SyscErrorF) :: ret
599!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
600!DIR$ ATTRIBUTES DLLIMPORT :: syscRegisterPointCloudAccessF
601!DIR$ ENDIF