chrono::sensor::ChFilterOptixRender Class Reference
Description
A filter that generates data for a ChOptixSensor.
#include <ChFilterOptixRender.h>
Inheritance diagram for chrono::sensor::ChFilterOptixRender:

Collaboration diagram for chrono::sensor::ChFilterOptixRender:

Public Member Functions | |
ChFilterOptixRender () | |
Class constructor. | |
virtual void | Apply (std::shared_ptr< ChSensor > pSensor, std::shared_ptr< SensorBuffer > &bufferInOut) |
Apply function. More... | |
virtual void | Initialize (std::shared_ptr< ChSensor > pSensor) |
Initializes all data needed by the filter access apply function. More... | |
![]() | |
virtual | ~ChFilter () |
Virtual class desctructor. | |
std::string & | Name () |
Accesses the name of the filter. More... | |
Additional Inherited Members | |
![]() | |
ChFilter (std::string name) | |
protected constructor for the filter which requires a name as input. More... | |
Member Function Documentation
◆ Apply()
|
virtual |
Apply function.
Generates data for ChOptixSensors
- Parameters
-
pSensor A pointer to the sensor on which the filter is attached. bufferInOut A buffer that is passed into the filter.
Implements chrono::sensor::ChFilter.
◆ Initialize()
|
virtual |
Initializes all data needed by the filter access apply function.
- Parameters
-
pSensor A pointer to the sensor.
Implements chrono::sensor::ChFilter.
The documentation for this class was generated from the following files:
- /builds/uwsbel/chrono/src/chrono_sensor/filters/ChFilterOptixRender.h
- /builds/uwsbel/chrono/src/chrono_sensor/filters/ChFilterOptixRender.cpp