MCPcopy Create free account
hub / github.com/LAStools/LAStools / LAStransform

Method LAStransform

LASlib/src/lastransform.cpp:11291–11300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11289}
11290
11291LAStransform::LAStransform()
11292{
11293 transformed_fields = 0;
11294 memset(registers, 0, sizeof(F64) * 16);
11295 alloc_operations = 0;
11296 num_operations = 0;
11297 operations = 0;
11298 is_filtered = FALSE;
11299 filter = 0;
11300}
11301
11302LAStransform::~LAStransform()
11303{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected