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 //---------------------------------------------------------------------------
9 {
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 }
Lambert Conformal Conic Projection.
Axis descriptor: a dimension, a unit, a label.
Axis descriptor: a dimension, a unit, a label.
Definition: vcsl_axis.h:25
std::vector< vcsl_axis_sptr > axes_
List of axes.