public bool SetDepthCloudOpions(CloudGeneratorOptions cloudGeneratorOptions)
 {
     return(true);
 }
 public bool SetPointCloudGeneratorOptions(CloudGeneratorOptions cloudGeneratorOptions)
 {
     return(true);
 }
 internal static extern bool SetPointCloudGeneratorOptions(ref CloudGeneratorOptions cloudGeneratorOptions);