Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ resize
Method
resize
plugins/rdb/io/RdbPointcloud.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
62
63
void RdbPointcloud::AttributeBuffer::resize(const size_t size)
64
{
65
data.resize(m_typeSize * size);
66
}
67
68
69
void* RdbPointcloud::AttributeBuffer::at(const size_t index)
Callers
15
Vlr.hpp
File · 0.80
write
Method · 0.80
unarchive
Method · 0.80
readV1
Method · 0.80
readDimensions
Method · 0.80
read
Method · 0.80
initializeLocal
Method · 0.80
ready
Method · 0.80
StringHeaderVal
Method · 0.80
setVal
Method · 0.80
writeOne
Method · 0.80
prepOutput
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64