PCL
Size and Distance Types

Typedefs

using pcl::distance_type = ptrdiff_t
 
using pcl::size_type = size_t
 

Detailed Description

Typedef Documentation

◆ distance_type

using pcl::distance_type = typedef ptrdiff_t

A type used to represent distances and relative positions.

Definition at line 618 of file Defs.h.

◆ size_type

using pcl::size_type = typedef size_t

A type used to represent block sizes, lengths and absolute positions.

Definition at line 612 of file Defs.h.