Ignition Sensors

API Reference

3.1.0
ImageGaussianNoiseModel.hh
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2019 Open Source Robotics Foundation
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16 */
17 
18 #ifndef IGNITION_SENSORS_IMAGEGAUSSIANNOISEMODEL_HH_
19 #define IGNITION_SENSORS_IMAGEGAUSSIANNOISEMODEL_HH_
20 
21 #include <sdf/sdf.hh>
22 
23 #include <ignition/rendering/Camera.hh>
24 
25 #include "ignition/sensors/config.hh"
27 #include "ignition/sensors/rendering/Export.hh"
28 
29 namespace ignition
30 {
31  namespace sensors
32  {
33  // Inline bracket to help doxygen filtering.
34  inline namespace IGNITION_SENSORS_VERSION_NAMESPACE {
35  // Forward declarations
36  class ImageGaussianNoiseModelPrivate;
37 
41  class IGNITION_SENSORS_RENDERING_VISIBLE ImageGaussianNoiseModel :
43  public GaussianNoiseModel
44  {
46  public: ImageGaussianNoiseModel();
47 
49  public: virtual ~ImageGaussianNoiseModel();
50 
51  // Documentation inherited.
52  public: virtual void Load(const sdf::Noise &_sdf) override;
53 
54  // Documentation inherited.
55  public: virtual void SetCamera(rendering::CameraPtr _camera);
56 
58  public: virtual void Print(std::ostream &_out) const override;
59 
61  private: ImageGaussianNoiseModelPrivate *dataPtr = nullptr;
62  };
63  }
64  }
65 }
66 
67 #endif
Definition: AirPressureSensor.hh:31
STL class.