#include <coords.h>
Inheritance diagram for point_traits_for_coordN:
Public Types | |
typedef dim_tag< N >::dimension_tag | dimension_tag |
typedef coordN< N > | Ptype |
typedef Ptype::component | component_type |
typedef component_type | value_type |
Static Public Methods | |
int | LowerIndex (const Ptype &) |
int | UpperIndex (const Ptype &) |
unsigned | Dim (const Ptype &) |
unsigned | Dim () |
void | ConstructWithDim (unsigned, Ptype &) |
Ptype | Origin () |
Ptype | Origin (unsigned) |
component_type | x (const Ptype &p) |
component_type & | x (Ptype &p) |
component_type | y (const Ptype &p) |
component_type & | y (Ptype &p) |
component_type | z (const Ptype &p) |
component_type & | z (Ptype &p) |
|
Reimplemented from point_traits_base< coordN< N > >. |
|
Reimplemented from point_traits_base< coordN< N > >. Definition at line 144 of file coords.h. Referenced by Origin. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 160 of file coords.h. References Ptype. |
|
|
|
Definition at line 163 of file coords.h. References component_type. |
|
Definition at line 164 of file coords.h. References component_type. |
|
Definition at line 165 of file coords.h. References component_type. |
|
Definition at line 166 of file coords.h. References component_type. |
|
Definition at line 167 of file coords.h. References component_type. |