#ifndef GWORLDPTR_NRF3TENSORP_H #define GWORLDPTR_NRF3TENSORP_H #include "G32.h" #include "NR_F3Tensor.h" class GWorldPtr_NRF3TensorP { public: /*private*/ public: GWorldPtr_NRF3TensorP(); virtual ~GWorldPtr_NRF3TensorP(); static GWorldPtr cast(NR_F3Tensor *nrf3); static NR_F3Tensor *cast(GWorldPtr gw); }; #endif