mirror of https://github.com/CGAL/cgal
Convert internally to double as required by file format. Document the point property map which is implemented
This commit is contained in:
parent
0cf9d434b6
commit
61cf55efee
|
|
@ -310,7 +310,7 @@ bool write_STL(std::ostream& os,
|
|||
typedef Simple_cartesian<double> SC;
|
||||
typedef typename SC::Point_3 Point_3;
|
||||
typedef typename SC::Vector_3 Vector_3;
|
||||
Cartesian_converter<Kernel,SC> conv;
|
||||
Cartesian_converter<K,SC> conv;
|
||||
|
||||
if(get_mode(os) == BINARY)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -143,9 +143,9 @@ bool read_polygon_soup(const std::string& fname,
|
|||
*
|
||||
* \cgalNamedParamsBegin
|
||||
* \cgalParamNBegin{point_map}
|
||||
* \cgalParamDescription{a property map associating points with floating point coordinates to the elements of the point set `points`}
|
||||
* \cgalParamDescription{a property map associating points with %Cartesian coordinates to the elements of the point set `points`}
|
||||
* \cgalParamType{a model of `ReadablePropertyMap` whose key type is the value type
|
||||
* of the iterator of `PointRange` and value type is a point type with floating point coordinates}
|
||||
* of the iterator of `PointRange` and value type is a point type with %Cartesian coordinates}
|
||||
* \cgalParamDefault{`CGAL::Identity_property_map<std::iterator_traits<PointRange::iterator>::value_type>`}
|
||||
* \cgalParamNEnd
|
||||
* \cgalParamNBegin{verbose}
|
||||
|
|
|
|||
Loading…
Reference in New Issue