syscgetpointcloudf Interface Reference
Last update: 17.07.2025Provide an interface to get point cloud. More...
Public Member Functions | |
| type(syscpointcloudf) function | syscgetpointcloudf_empty () |
| Create an empty volume mesh access struct. | |
| type(syscpointcloudf) function | syscgetpointcloudf (nodeids, nodecoords) |
| Create a face-based volume mesh access struct. | |
Detailed Description
Provide an interface to get point cloud.
Definition at line 20 of file syscPointCloudF.fi.
Constructor & Destructor Documentation
◆ syscgetpointcloudf()
| type(syscpointcloudf) function syscgetpointcloudf | ( | type(syscoutputintegerdataf), intent(in) | nodeids, |
| type(syscoutputvectordataf), intent(in) | nodecoords | ||
| ) |
Create a face-based volume mesh access struct.
- Parameters
-
[in] nodes - mesh nodes [in] faceNodeCounts - face node counts [in] faceNodeConn - face-to-node connectivity [in] faceCellConn - face-to-cell connectivity
Definition at line 44 of file syscPointCloudF.fi.
45 import :: syscpointcloudf, syscoutputintegerdataf, &
46 syscoutputvectordataf
47 type(SyscOutputIntegerDataF), intent(in) :: nodeIds
48 type(SyscOutputVectorDataF), intent(in) :: nodeCoords
49 type(SyscPointCloudF) :: ret
50!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
51!DIR$ ATTRIBUTES DLLIMPORT :: syscGetPointCloudF
52!DIR$ ENDIF
Member Function/Subroutine Documentation
◆ syscgetpointcloudf_empty()
| type(syscpointcloudf) function syscgetpointcloudf_empty |
Create an empty volume mesh access struct.
Definition at line 25 of file syscPointCloudF.fi.
26 import :: syscpointcloudf
27 type(SyscPointCloudF) :: ret
28!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
29!DIR$ ATTRIBUTES DLLIMPORT :: syscGetPointCloudF_Empty
30!DIR$ ENDIF