34 #ifndef AIMS_TRANSFORMATION_TRANSFORMATIONGRAPH3D_H 
   35 #define AIMS_TRANSFORMATION_TRANSFORMATIONGRAPH3D_H 
  119       const std::string & 
id ) 
const;
 
  126                              const std::string & dst_ref ) 
const;
 
  137                              const std::string & dst_ref,
 
  138                              bool allow_compose );
 
  144                              const Vertex *dst_ref ) 
const;
 
  156                              bool allow_compose );
 
  160                                  const Vertex *dst_ref ) 
const;
 
  163                                  const std::string & dst_ref ) 
const;
 
  180                                   const std::string & dst_ref,
 
  182                                   bool deduced=
false );
 
  185                                   bool deduced=
false );
 
  187                                   const std::string & dst_ref,
 
  188                                   const std::string & filename );
 
  190                                   const std::string & filename );
 
  250                                    const std::string & dirname );
 
  266                           bool embed_affines = 
false ) 
const;
 
  297       const std::string & src_ref, 
const std::string & dst_ref ) 
const;
 
  303     mutable std::map<std::string, Vertex *> _refs_by_id;
 
  304     mutable std::map<std::string, Edge *> _tr_by_id;
 
  305     std::set<std::pair<const Vertex *, const Vertex *> > _disconnected;
 
  316   { 
return "TransformationGraph3d"; }
 
  325     return "TransformationGraph3d";
 
The class for EcatSino data write operation.
#define DECLARE_GENERIC_OBJECT_TYPE(T)