#include <src/vtk/DRCFilters/vtkLidarSource.h>
|
| | vtkTypeMacro (vtkLidarSource, vtkPolyDataAlgorithm) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| void | Poll () |
| |
| void | Start () |
| |
| void | Stop () |
| |
| | vtkGetVector2Macro (DistanceRange, double) |
| |
| | vtkSetVector2Macro (DistanceRange, double) |
| |
| | vtkGetVector2Macro (HeightRange, double) |
| |
| | vtkSetVector2Macro (HeightRange, double) |
| |
| void | SetEdgeAngleThreshold (double threshold) |
| |
| double | GetEdgeAngleThreshold () |
| |
| int | GetCurrentRevolution () |
| |
| void | GetDataForRevolution (int revolution, vtkPolyData *polyData) |
| |
| void | GetDataForHistory (int numberOfScanLines, vtkPolyData *polyData) |
| |
| int | GetCurrentScanLine () |
| |
| void | GetDataForScanLine (int scanLine, vtkPolyData *polyData) |
| |
| vtkIdType | GetCurrentScanTime () |
| |
| void | subscribe (const char *channelName) |
| |
| void | setCoordinateFrame (const char *coordinateFrame) |
| |
| void | InitBotConfig (const char *filename) |
| |
| void | GetTransform (const char *fromFrame, const char *toFrame, vtkIdType utime, vtkTransform *transform) |
| |
|
| virtual int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| |
| virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| |
| | vtkLidarSource () |
| |
| virtual | ~vtkLidarSource () |
| |
Definition at line 28 of file vtkLidarSource.h.
| vtkLidarSource::vtkLidarSource |
( |
| ) |
|
|
protected |
| virtual vtkLidarSource::~vtkLidarSource |
( |
| ) |
|
|
protectedvirtual |
| static void vtkLidarSource::GetBotQuaternion |
( |
vtkTransform * |
transform, |
|
|
double |
wxyz[4] |
|
) |
| |
|
static |
| static void vtkLidarSource::GetBotRollPitchYaw |
( |
vtkTransform * |
transform, |
|
|
double |
rpy[3] |
|
) |
| |
|
static |
| int vtkLidarSource::GetCurrentRevolution |
( |
| ) |
|
| int vtkLidarSource::GetCurrentScanLine |
( |
| ) |
|
| vtkIdType vtkLidarSource::GetCurrentScanTime |
( |
| ) |
|
| void vtkLidarSource::GetDataForHistory |
( |
int |
numberOfScanLines, |
|
|
vtkPolyData * |
polyData |
|
) |
| |
| void vtkLidarSource::GetDataForRevolution |
( |
int |
revolution, |
|
|
vtkPolyData * |
polyData |
|
) |
| |
| void vtkLidarSource::GetDataForScanLine |
( |
int |
scanLine, |
|
|
vtkPolyData * |
polyData |
|
) |
| |
| double vtkLidarSource::GetEdgeAngleThreshold |
( |
| ) |
|
| void vtkLidarSource::GetTransform |
( |
const char * |
fromFrame, |
|
|
const char * |
toFrame, |
|
|
vtkIdType |
utime, |
|
|
vtkTransform * |
transform |
|
) |
| |
| void vtkLidarSource::InitBotConfig |
( |
const char * |
filename | ) |
|
| void vtkLidarSource::Poll |
( |
| ) |
|
| void vtkLidarSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
| virtual int vtkLidarSource::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
| virtual int vtkLidarSource::RequestInformation |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
| void vtkLidarSource::setCoordinateFrame |
( |
const char * |
coordinateFrame | ) |
|
| void vtkLidarSource::SetEdgeAngleThreshold |
( |
double |
threshold | ) |
|
| void vtkLidarSource::Start |
( |
| ) |
|
| void vtkLidarSource::Stop |
( |
| ) |
|
| void vtkLidarSource::subscribe |
( |
const char * |
channelName | ) |
|
| vtkLidarSource::vtkGetVector2Macro |
( |
HeightRange |
, |
|
|
double |
|
|
) |
| |
| vtkLidarSource::vtkSetVector2Macro |
( |
HeightRange |
, |
|
|
double |
|
|
) |
| |
| vtkLidarSource::vtkTypeMacro |
( |
vtkLidarSource |
, |
|
|
vtkPolyDataAlgorithm |
|
|
) |
| |
| double vtkLidarSource::DistanceRange[2] |
|
protected |
| double vtkLidarSource::EdgeAngleThreshold |
|
protected |
| double vtkLidarSource::HeightRange[2] |
|
protected |
The documentation for this class was generated from the following file: