PCL
|
This is the complete list of members for pcl::AlignedAllocator, including all inherited members.
AlignedAllocator(bool fastGrowth=true, bool canShrink=true) | pcl::AlignedAllocator | inline |
AlignedAllocator(const AlignedAllocator &)=default | pcl::AlignedAllocator | |
AllocateBlock(size_type size) | pcl::AlignedAllocator | inline |
BlockSize(size_type n) const | pcl::StandardAllocator | inline |
DeallocateBlock(void *p) | pcl::AlignedAllocator | inline |
DisableFastGrowth(bool disable=true) | pcl::StandardAllocator | inline |
DisableShrinking(bool disable=true) | pcl::StandardAllocator | inline |
EnableFastGrowth(bool enable=true) | pcl::StandardAllocator | inline |
EnableShrinking(bool enable=true) | pcl::StandardAllocator | inline |
IsFastGrowthEnabled() const | pcl::StandardAllocator | inline |
IsShrinkingEnabled() const | pcl::StandardAllocator | inline |
MaxSize() const | pcl::StandardAllocator | inline |
ReallocatedBlockSize(size_type currentSize, size_type newSize) const | pcl::StandardAllocator | inline |
StandardAllocator(bool fastGrowth=true, bool canShrink=true) | pcl::StandardAllocator | inline |
StandardAllocator(const StandardAllocator &)=default | pcl::StandardAllocator |