43 #include <pcl/pcl_config.h>
44 #if defined(HAVE_CJSON)
45 #include <cjson/cJSON.h>
47 #include <pcl/outofcore/cJSON.h>
50 #include <pcl/outofcore/metadata.h>
102 using Ptr = shared_ptr<OutofcoreOctreeBaseMetadata>;
103 using ConstPtr = shared_ptr<const OutofcoreOctreeBaseMetadata>;
126 boost::filesystem::path
157 virtual std::vector<std::uint64_t>&
159 virtual std::vector<std::uint64_t>
162 virtual std::uint64_t
178 setLODPoints (
const std::uint64_t& lod_index_arg,
const std::uint64_t& num_points_arg,
const bool increment=
true);
184 virtual const std::string&
190 virtual std::uint64_t
Defines functions, macros and traits for allocating and using memory.
std::ostream & operator<<(std::ostream &os, const BivariatePolynomialT< real > &p)
Defines all the PCL and non-PCL macros used.