EPointCloud::GetEnableSpacePartition

EPointCloud::SetEnableSpacePartition

Sets/Gets the status of space partitioning when computing distance to Segments and Lines. Space partitioning is a way to speed up the geometric queries on EPointCloud. The affected methods are EPointCloud::DistanceToSegment, EPointCloud::DistanceToLine. By default, space partition is disabled for these two methods.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

bool GetEnableSpacePartition() const

void SetEnableSpacePartition(bool state)

Remarks

See also EPointCloud::PrepareSpacePartition. For EPointCloud, the same space partition is used but it cannot be disabled as using it is always faster.

EPointCloud.EnableSpacePartition

Sets/Gets the status of space partitioning when computing distance to Segments and Lines. Space partitioning is a way to speed up the geometric queries on EPointCloud. The affected methods are EPointCloud::DistanceToSegment, EPointCloud::DistanceToLine. By default, space partition is disabled for these two methods.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

bool EnableSpacePartition

{ get; set; }

Remarks

See also EPointCloud::PrepareSpacePartition. For EPointCloud, the same space partition is used but it cannot be disabled as using it is always faster.