#include <coords.h>
Inheritance diagram for point_traits_for_coordN_2:
Public Types | |
typedef coordN< 2 > | Ptype |
typedef Ptype::component | component_type |
typedef component_type | value_type |
typedef tag2D | dimension_tag |
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 &) |
const char * | name () |
|
Reimplemented from point_traits_base< coordN< 2 > >. Definition at line 175 of file coords.h. Referenced by Origin. |
|
|
|
|
|
Reimplemented from point_traits_base< coordN< 2 > >. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 191 of file coords.h. References Ptype. |
|
|
|
Definition at line 194 of file coords.h. References component_type. |
|
Definition at line 195 of file coords.h. References component_type. |
|
Definition at line 196 of file coords.h. References component_type. |
|
Definition at line 197 of file coords.h. References component_type. |
|
|