4 #ifndef __u3d_rtmodstoragehpp
5 #define __u3d_rtmodstoragehpp
7 #include "u3d_rtmod_defines.hpp"
8 #include "u3d_surfsource.hpp"
29 U3dSurfSource* getSS(
bool isSP,
int pointId,
int bn, U3dCodeAr c);
31 void setSS(
bool isSP,
int pointId, U3dCodeAr c,
U3dSurfSource *ss);
33 int getSPSSNum() {
return m_sp_ss.size(); }
34 int getRecSSNum() {
return m_rec_ss.size(); }
38 std::vector<U3dRTModStorageCell> m_sp_ss;
39 std::vector<U3dRTModStorageCell> m_rec_ss;
Definition: u3d_rtmod_storage.hpp:11
Definition: u3d_surfsource.hpp:15
Definition: u3d_rtmod_storage.hpp:19