core
vcsl
vcsl_cartesian_2d.cxx
Go to the documentation of this file.
1
// This is core/vcsl/vcsl_cartesian_2d.cxx
2
#include "
vcsl_cartesian_2d.h
"
3
#include <
vcsl/vcsl_axis.h
>
4
5
//---------------------------------------------------------------------------
6
// Default constructor
7
//---------------------------------------------------------------------------
8
vcsl_cartesian_2d::vcsl_cartesian_2d
()
9
: right_handed_(true)
10
{
11
vcsl_axis_sptr
a=
new
vcsl_axis
;
12
axes_
.push_back(a);
13
a=
new
vcsl_axis
(*a);
14
axes_
.push_back(a);
15
}
vcsl_cartesian_2d::vcsl_cartesian_2d
vcsl_cartesian_2d()
Definition:
vcsl_cartesian_2d.cxx:8
vbl_smart_ptr
vcsl_axis.h
Axis descriptor: a dimension, a unit, a label.
vcsl_axis
Axis descriptor: a dimension, a unit, a label.
Definition:
vcsl_axis.h:25
vcsl_coordinate_system::axes_
std::vector< vcsl_axis_sptr > axes_
List of axes.
Definition:
vcsl_coordinate_system.h:86
vcsl_cartesian_2d.h
2D Cartesian coordinate system
Generated by
1.8.15