Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Aff_transformationS2.h File Reference
#include <CGAL/config.h>
#include <cmath>
#include <CGAL/rational_rotation.h>
#include <CGAL/Handle.h>
#include <CGAL/SimpleCartesian/simple_cartesian_classes.h>
#include <CGAL/determinant.h>
Include dependency graph for Aff_transformationS2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Translation_repS2< FT >
 
class  Rotation_repS2< FT >
 
class  Scaling_repS2< FT >
 
class  Aff_transformation_repS2< FT >
 
class  Aff_transformation_rep_baseS2< FT >
 
class  Aff_transformation_repS2< FT >
 
class  Translation_repS2< FT >
 
class  Rotation_repS2< FT >
 
class  Scaling_repS2< FT >
 
class  Aff_transformationS2< FT >
 

Functions

template<class FT >
std::ostream & operator<< (std::ostream &os, const Aff_transformationS2< FT > &t)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Aff_transformationS2< FT > &  t 
)

Definition at line 968 of file Aff_transformationS2.h.

References Aff_transformationS2< FT >::print().

969 {
970  t.print(os);
971  return os;
972 }
std::ostream & print(std::ostream &os) const

Here is the call graph for this function: