|
#include <RobotAPI/components/ArViz/Coin/VisualizationPointCloud.h>
Public Types | |
using | ElementType = data::ElementPointCloud |
![]() | |
using | NodeType = SoSeparator |
Public Member Functions | |
__attribute__ ((target("default"))) bool update(ElementType const &element) | |
__attribute__ ((target("sse4.1"))) bool update(ElementType const &element) | |
VisualizationPointCloud () | |
![]() | |
TypedElementVisualization () | |
~TypedElementVisualization () | |
![]() | |
ElementVisualization () | |
void | updateBase (data::Element const &element) |
virtual | ~ElementVisualization ()=default |
Public Attributes | |
std::vector< float > | buffer |
std::vector< SbColor > | colors |
std::vector< SbVec3f > | coords |
SoCoordinate3 * | pclCoords |
SoMaterial * | pclMat |
SoDrawStyle * | pclStyle |
![]() | |
NodeType * | node |
![]() | |
SoMaterial * | material |
SoSeparator * | separator |
SoSwitch * | switch_ |
SoTransform * | transform |
SoUnits * | units |
bool | visible = true |
bool | wasUpdated = true |
Definition at line 17 of file VisualizationPointCloud.h.
using ElementType = data::ElementPointCloud |
Definition at line 19 of file VisualizationPointCloud.h.
|
inline |
Definition at line 21 of file VisualizationPointCloud.h.
|
inline |
Definition at line 38 of file VisualizationPointCloud.h.
|
inline |
std::vector<float> buffer |
Definition at line 209 of file VisualizationPointCloud.h.
std::vector<SbColor> colors |
Definition at line 206 of file VisualizationPointCloud.h.
std::vector<SbVec3f> coords |
Definition at line 207 of file VisualizationPointCloud.h.
SoCoordinate3* pclCoords |
Definition at line 203 of file VisualizationPointCloud.h.
SoMaterial* pclMat |
Definition at line 202 of file VisualizationPointCloud.h.
SoDrawStyle* pclStyle |
Definition at line 204 of file VisualizationPointCloud.h.