core
vcsl
vcsl_lambertian.cxx
Go to the documentation of this file.
1
// This is core/vcsl/vcsl_lambertian.cxx
2
#include "
vcsl_lambertian.h
"
3
#include <
vcsl/vcsl_axis.h
>
4
5
//---------------------------------------------------------------------------
6
// Default constructor
7
//---------------------------------------------------------------------------
8
vcsl_lambertian::vcsl_lambertian
()
9
{
10
vcsl_axis_sptr
a=
new
vcsl_axis
;
11
axes_
.push_back(a);
12
a=
new
vcsl_axis
(*a);
13
axes_
.push_back(a);
14
a=
new
vcsl_axis
(*a);
15
axes_
.push_back(a);
16
}
vcsl_lambertian.h
Lambert Conformal Conic Projection.
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_lambertian::vcsl_lambertian
vcsl_lambertian()
Definition:
vcsl_lambertian.cxx:8
vcsl_coordinate_system::axes_
std::vector< vcsl_axis_sptr > axes_
List of axes.
Definition:
vcsl_coordinate_system.h:86
Generated by
1.8.15