point_cloud_library / 1.12.1 / classpcl_1_1octree_1_1_octree_base-members.html /

This is the complete list of members for pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >, including all inherited members.

begin(uindex_t max_depth_arg=0u) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inline
branch_count_ pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > protected
BranchContainer typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
branchHasChild(const BranchNode &branch_arg, unsigned char child_idx_arg) const pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inlineprotected
BranchNode typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
breadth_begin(uindex_t max_depth_arg=0u) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inline
breadth_end() pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inline
BreadthFirstIterator typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
ConstBreadthFirstIterator typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
ConstDepthFirstIterator typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
ConstFixedDepthIterator typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
ConstIterator typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
ConstLeafNodeBreadthFirstIterator typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
ConstLeafNodeDepthFirstIterator typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
ConstLeafNodeIterator typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
createBranchChild(BranchNode &branch_arg, unsigned char child_idx_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inlineprotected
createLeaf(uindex_t idx_x_arg, uindex_t idx_y_arg, uindex_t idx_z_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
createLeaf(const OctreeKey &key_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inlineprotected
createLeafChild(BranchNode &branch_arg, unsigned char child_idx_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inlineprotected
createLeafRecursive(const OctreeKey &key_arg, uindex_t depth_mask_arg, BranchNode *branch_arg, LeafNode *&return_leaf_arg, BranchNode *&parent_of_leaf_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > protected
deleteBranch(BranchNode &branch_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inlineprotected
deleteBranchChild(BranchNode &branch_arg, unsigned char child_idx_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inlineprotected
deleteLeafRecursive(const OctreeKey &key_arg, uindex_t depth_mask_arg, BranchNode *branch_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > protected
deleteTree() pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
depth_begin(uindex_t max_depth_arg=0u) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inline
depth_end() pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inline
depth_mask_ pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > protected
DepthFirstIterator typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
deserializeTree(std::vector< char > &binary_tree_input_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
deserializeTree(std::vector< char > &binary_tree_input_arg, std::vector< LeafContainerT * > &leaf_container_vector_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
deserializeTreeCallback(LeafContainerT &, const OctreeKey &) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inlineprotectedvirtual
deserializeTreeRecursive(BranchNode *branch_arg, uindex_t depth_mask_arg, OctreeKey &key_arg, typename std::vector< char >::const_iterator &binary_tree_input_it_arg, typename std::vector< char >::const_iterator &binary_tree_input_it_end_arg, typename std::vector< LeafContainerT * >::const_iterator *leaf_container_vector_it_arg, typename std::vector< LeafContainerT * >::const_iterator *leaf_container_vector_it_end_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > protected
dynamic_depth_enabled_ pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > protected
end() pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inline
existLeaf(uindex_t idx_x_arg, uindex_t idx_y_arg, uindex_t idx_z_arg) const pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
existLeaf(const OctreeKey &key_arg) const pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inlineprotected
findLeaf(uindex_t idx_x_arg, uindex_t idx_y_arg, uindex_t idx_z_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
findLeaf(const OctreeKey &key_arg) const pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inlineprotected
findLeafRecursive(const OctreeKey &key_arg, uindex_t depth_mask_arg, BranchNode *branch_arg, LeafContainerT *&result_arg) const pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > protected
fixed_depth_begin(uindex_t fixed_depth_arg=0u) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inline
fixed_depth_end() pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inline
FixedDepthIterator typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
getBranchBitPattern(const BranchNode &branch_arg) const pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inlineprotected
getBranchChildPtr(const BranchNode &branch_arg, unsigned char child_idx_arg) const pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inlineprotected
getBranchCount() const pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inline
getLeafCount() const pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inline
getRootNode() const pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inlineprotected
getTreeDepth() const pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inline
Iterator typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
leaf_breadth_begin(uindex_t max_depth_arg=0u) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inline
leaf_breadth_end() pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inline
leaf_count_ pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > protected
leaf_depth_begin(uindex_t max_depth_arg=0u) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inline
leaf_depth_end() pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inline
LeafContainer typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
LeafNode typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
LeafNodeBreadthFirstIterator typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
LeafNodeDepthFirstIterator typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
LeafNodeIterator typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
max_key_ pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > protected
octree_depth_ pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > protected
OctreeBase() pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
OctreeBase(const OctreeBase &source) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inline
OctreeBreadthFirstIterator< OctreeT > class pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > friend
octreeCanResize() pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inlineprotected
OctreeDepthFirstIterator< OctreeT > class pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > friend
OctreeFixedDepthIterator< OctreeT > class pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > friend
OctreeIteratorBase< OctreeT > class pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > friend
OctreeLeafNodeBreadthFirstIterator< OctreeT > class pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > friend
OctreeLeafNodeDepthFirstIterator< OctreeT > class pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > friend
OctreeT typedef pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
operator=(const OctreeBase &source) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inline
removeLeaf(uindex_t idx_x_arg, uindex_t idx_y_arg, uindex_t idx_z_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
removeLeaf(const OctreeKey &key_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inlineprotected
root_node_ pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > protected
serializeLeafs(std::vector< LeafContainerT * > &leaf_container_vector_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
serializeTree(std::vector< char > &binary_tree_out_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
serializeTree(std::vector< char > &binary_tree_out_arg, std::vector< LeafContainerT * > &leaf_container_vector_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
serializeTreeCallback(LeafContainerT &, const OctreeKey &) const pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inlineprotectedvirtual
serializeTreeRecursive(const BranchNode *branch_arg, OctreeKey &key_arg, std::vector< char > *binary_tree_out_arg, typename std::vector< LeafContainerT * > *leaf_container_vector_arg) const pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > protected
setBranchChildPtr(BranchNode &branch_arg, unsigned char child_idx_arg, OctreeNode *new_child_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > inlineprotected
setMaxVoxelIndex(uindex_t max_voxel_index_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
setTreeDepth(uindex_t max_depth_arg) pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >
~OctreeBase() pcl::octree::OctreeBase< LeafContainerT, BranchContainerT > virtual

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/classpcl_1_1octree_1_1_octree_base-members.html