5 # include <vcl_msvc_warnings.h> 16 std::vector<vcsl_spatial_sptr>::const_iterator i;
58 std::vector<vcsl_spatial_sptr>::iterator i;
69 std::vector<vcsl_spatial_sptr>::const_iterator i;
72 (*i)->set_reached(
false);
std::vector< vcsl_spatial_sptr > vertices_
Vertices of the graph: all the spatial coordinate systems.
void put(const vcsl_spatial_sptr &cs)
Add ‘cs’ in ‘this’.
Spatial coordinate system transformation graph.
void remove(const vcsl_spatial_sptr &cs)
Remove ‘cs’ from ‘this’.
void init_vertices() const
Set the flag ‘reached’ to false for each spatial coordinate system.
bool valid_index(unsigned int index) const
Is ‘index’ valid in the list of the spatial coordinate systems ?.
bool has(const vcsl_spatial_sptr &cs) const
Has ‘this’ ‘cs’ as node ?.
A spatial coordinate system.
vcsl_spatial_sptr item(unsigned int index) const
Spatial coordinate system number ‘index’.