Drake
Drake C++ Documentation
PointCloud Member List

This is the complete list of members for PointCloud, including all inherited members.

C typedefPointCloud
Crop(const Eigen::Ref< const Vector3< T >> &lower_xyz, const Eigen::Ref< const Vector3< T >> &upper_xyz)PointCloud
D typedefPointCloud
descriptor(int i) constPointCloud
descriptor_type() constPointCloud
descriptors() constPointCloud
EstimateNormals(double radius, int num_closest, Parallelism parallelize=false)PointCloud
Expand(int add_size, bool skip_initialization=false)PointCloud
fields() constPointCloud
FlipNormalsTowardPoint(const Eigen::Ref< const Vector3< T >> &p_CP)PointCloud
has_descriptors() constPointCloud
has_descriptors(const pc_flags::DescriptorType &descriptor_type) constPointCloud
has_normals() constPointCloud
has_rgbs() constPointCloud
has_xyzs() constPointCloud
HasExactFields(pc_flags::Fields fields_in) constPointCloud
HasFields(pc_flags::Fields fields_in) constPointCloud
IsDefaultValue(T value)PointCloudstatic
IsInvalidValue(T value)PointCloudstatic
kDefaultColorPointCloudstatic
kDefaultValuePointCloudstatic
mutable_descriptor(int i)PointCloud
mutable_descriptors()PointCloud
mutable_normal(int i)PointCloud
mutable_normals()PointCloud
mutable_rgb(int i)PointCloud
mutable_rgbs()PointCloud
mutable_xyz(int i)PointCloud
mutable_xyzs()PointCloud
normal(int i) constPointCloud
normals() constPointCloud
operator=(const PointCloud &other)PointCloud
operator=(PointCloud &&other)PointCloud
PointCloud(int new_size=0, pc_flags::Fields fields=pc_flags::kXYZs, bool skip_initialize=false)PointCloudexplicit
PointCloud(const PointCloud &other)PointCloud
PointCloud(PointCloud &&other)PointCloud
PointCloud(const PointCloud &other, pc_flags::Fields copy_fields)PointCloud
RequireExactFields(pc_flags::Fields field_set) constPointCloud
RequireFields(pc_flags::Fields fields_in) constPointCloud
resize(int new_size, bool skip_initialize=false)PointCloud
rgb(int i) constPointCloud
rgbs() constPointCloud
SetFields(pc_flags::Fields new_fields, bool skip_initialize=false)PointCloud
SetFrom(const PointCloud &other, pc_flags::Fields fields_in=pc_flags::kInherit, bool allow_resize=true)PointCloud
size() constPointCloud
T typedefPointCloud
VoxelizedDownSample(double voxel_size, Parallelism parallelize=false) constPointCloud
xyz(int i) constPointCloud
xyzs() constPointCloud
~PointCloud()PointCloud