EPointCloud::GetInitializedAttributes

Fills the vector with the ids (in growing order) of all the attributes that have been initialized.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void GetInitializedAttributes(
   std::vector<int>& attributes
)

Parameters

attributes

The vector that will contain the initialized attributes id.

EPointCloud.GetInitializedAttributes

Fills the vector with the ids (in growing order) of all the attributes that have been initialized.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void GetInitializedAttributes(
   ref int[] attributes
)

Parameters

attributes

The vector that will contain the initialized attributes id.