|
rheolef
6.3
|
#include <geo_trace_ray_boundary.h>
Public Types | |
| typedef array< T, M >::size_type | size_type |
Public Member Functions | |
| geo_trace_ray_boundary () | |
| geo_trace_ray_boundary (const geo_trace_ray_boundary< T, M > &) | |
| geo_trace_ray_boundary< T, M > & | operator= (const geo_trace_ray_boundary< T, M > &) |
| ~geo_trace_ray_boundary () | |
| bool | seq_trace_ray_boundary (const geo_base_rep< T, M > &omega, const point_basic< T > &x, const point_basic< T > &v, point_basic< T > &y) const |
| bool | dis_trace_ray_boundary (const geo_base_rep< T, M > &omega, const point_basic< T > &x, const point_basic< T > &v, point_basic< T > &y) const |
Static Public Member Functions | |
| static geo_trace_ray_boundary_abstract_rep < T, M > * | make_ptr (const geo_base_rep< T, M > &omega) |
Protected Attributes | |
| geo_trace_ray_boundary_abstract_rep < T, M > * | _ptr |
Definition at line 12 of file geo_trace_ray_boundary.h.
| typedef array<T,M>::size_type rheolef::geo_trace_ray_boundary< T, M >::size_type |
Definition at line 14 of file geo_trace_ray_boundary.h.
|
inline |
Definition at line 15 of file geo_trace_ray_boundary.h.
|
inline |
Definition at line 16 of file geo_trace_ray_boundary.h.
| rheolef::geo_trace_ray_boundary< T, M >::~geo_trace_ray_boundary | ( | ) |
Definition at line 89 of file geo_trace_ray_boundary.cc.
|
inline |
Definition at line 17 of file geo_trace_ray_boundary.h.
|
static |
Definition at line 477 of file geo_trace_ray_boundary.cc.
| bool rheolef::geo_trace_ray_boundary< T, M >::seq_trace_ray_boundary | ( | const geo_base_rep< T, M > & | omega, |
| const point_basic< T > & | x, | ||
| const point_basic< T > & | v, | ||
| point_basic< T > & | y | ||
| ) | const |
Definition at line 97 of file geo_trace_ray_boundary.cc.
| bool rheolef::geo_trace_ray_boundary< T, M >::dis_trace_ray_boundary | ( | const geo_base_rep< T, M > & | omega, |
| const point_basic< T > & | x, | ||
| const point_basic< T > & | v, | ||
| point_basic< T > & | y | ||
| ) | const |
Definition at line 108 of file geo_trace_ray_boundary.cc.
|
mutableprotected |
Definition at line 31 of file geo_trace_ray_boundary.h.