|
DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
|
Const device view for AdjPairTracked. More...
#include <Mesh_DeviceView.hpp>
Public Types | |
| using | t_base = ArrayPairDeviceViewConst< B, TArray > |
| using | t_arrayDeviceView = typename t_base::t_arrayDeviceView |
| using | t_self = AdjPairTrackedDeviceViewConst< B, TArray > |
Public Types inherited from DNDS::ArrayPairDeviceViewConst< B, TArray > | |
| using | t_arrayDeviceView = typename TArray::template t_deviceViewConst< B > |
| using | t_self = ArrayPairDeviceViewConst< B, TArray > |
Public Member Functions | |
| DNDS_DEVICE_CALLABLE | AdjPairTrackedDeviceViewConst (const t_arrayDeviceView &n_father, const t_arrayDeviceView &n_son, AdjIndexInfoDeviceView n_idx) |
Public Member Functions inherited from DNDS::ArrayPairDeviceViewConst< B, TArray > | |
| DNDS_DEVICE_CALLABLE | ArrayPairDeviceViewConst (const t_arrayDeviceView &n_father, const t_arrayDeviceView &n_son) |
Public Member Functions inherited from DNDS::ArrayPairDeviceView_Base< ArrayPairDeviceViewConst< B, TArray > > | |
| DNDS_DEVICE_CALLABLE index | Size () const |
| Combined father + son row count. | |
| DNDS_DEVICE_CALLABLE auto | RowSize () const |
| Uniform row width (delegates to father; father/son share it). | |
| DNDS_DEVICE_CALLABLE auto | RowSize (index i) const |
| Per-row width in the combined address space. | |
| DNDS_DEVICE_CALLABLE auto | operator[] (index i) const |
Row pointer for index i in the combined address space (const). | |
| DNDS_DEVICE_CALLABLE auto | operator[] (index i) |
Row pointer for index i (mutable). | |
| DNDS_DEVICE_CALLABLE decltype(auto) | operator() (index i, TOthers... aOthers) |
N-ary element access in the combined address space (mutable). Forwards extra arguments to the underlying operator(). | |
| DNDS_DEVICE_CALLABLE decltype(auto) | operator() (index i, TOthers... aOthers) const |
| N-ary element access (const). | |
Public Attributes | |
| AdjIndexInfoDeviceView | idx |
Public Attributes inherited from DNDS::ArrayPairDeviceViewConst< B, TArray > | |
| t_arrayDeviceView | father |
| the only difference from non-const | |
| t_arrayDeviceView | son |
Const device view for AdjPairTracked.
Definition at line 144 of file Mesh_DeviceView.hpp.
| using DNDS::Geom::AdjPairTrackedDeviceViewConst< B, TArray >::t_arrayDeviceView = typename t_base::t_arrayDeviceView |
Definition at line 147 of file Mesh_DeviceView.hpp.
| using DNDS::Geom::AdjPairTrackedDeviceViewConst< B, TArray >::t_base = ArrayPairDeviceViewConst<B, TArray> |
Definition at line 146 of file Mesh_DeviceView.hpp.
| using DNDS::Geom::AdjPairTrackedDeviceViewConst< B, TArray >::t_self = AdjPairTrackedDeviceViewConst<B, TArray> |
Definition at line 150 of file Mesh_DeviceView.hpp.
|
inline |
Definition at line 153 of file Mesh_DeviceView.hpp.
| AdjIndexInfoDeviceView DNDS::Geom::AdjPairTrackedDeviceViewConst< B, TArray >::idx |
Definition at line 148 of file Mesh_DeviceView.hpp.