Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
workaround_casts.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CGAL_dynamic_cast(type, expr)   dynamic_cast< type >(expr)
 

Macro Definition Documentation

#define CGAL_dynamic_cast (   type,
  expr 
)    dynamic_cast< type >(expr)

Definition at line 62 of file workaround_casts.h.