20#ifndef __TERRALIB_RP_RADAR_INTERNAL_POINTERS_VECTOR_H
21#define __TERRALIB_RP_RADAR_INTERNAL_POINTERS_VECTOR_H
37 template<
typename Po
interType >
51 std::size_t size = std::vector< PointerType >::size();
52 for( std::size_t idx = 0 ; idx < size ; ++idx )
54 delete std::vector< PointerType >::operator[]( idx );
57 std::vector< PointerType >::clear();
64 std::size_t size = std::vector< PointerType >::size();
65 for( std::size_t idx = 0 ; idx < size ; ++idx )
68 std::vector< PointerType >::operator[]( idx );
void copyPointersTo(std::vector< PointerType > &outVec)